|
Blender V5.0
|
#include <BKE_animsys.h>
Public Attributes | |
| struct AnimationBasePathChange * | next |
| struct AnimationBasePathChange * | prev |
| const char * | src_basepath |
| const char * | dst_basepath |
Definition at line 211 of file BKE_animsys.h.
| const char* AnimationBasePathChange::dst_basepath |
Definition at line 214 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 212 of file BKE_animsys.h.
| struct AnimationBasePathChange * AnimationBasePathChange::prev |
Definition at line 212 of file BKE_animsys.h.
| const char* AnimationBasePathChange::src_basepath |
Definition at line 213 of file BKE_animsys.h.
Referenced by blender::ed::space_node::animation_basepath_change_free(), and blender::ed::space_node::animation_basepath_change_new().