Blender
V3.3
|
#include <BKE_animsys.h>
Public Attributes | |
struct AnimationBasePathChange * | next |
struct AnimationBasePathChange * | prev |
const char * | src_basepath |
const char * | dst_basepath |
Definition at line 195 of file BKE_animsys.h.
const char* AnimationBasePathChange::dst_basepath |
Definition at line 198 of file BKE_animsys.h.
Referenced by blender::ed::space_node::animation_basepath_change_free(), and blender::ed::space_node::animation_basepath_change_new().
struct AnimationBasePathChange* AnimationBasePathChange::next |
Definition at line 196 of file BKE_animsys.h.
struct AnimationBasePathChange * AnimationBasePathChange::prev |
Definition at line 196 of file BKE_animsys.h.
const char* AnimationBasePathChange::src_basepath |
Definition at line 197 of file BKE_animsys.h.
Referenced by blender::ed::space_node::animation_basepath_change_free(), and blender::ed::space_node::animation_basepath_change_new().