|
Blender V4.3
|
#include <BKE_animsys.h>
Public Attributes | |
| struct AnimationBasePathChange * | next |
| struct AnimationBasePathChange * | prev |
| const char * | src_basepath |
| const char * | dst_basepath |
Definition at line 192 of file BKE_animsys.h.
| const char* AnimationBasePathChange::dst_basepath |
Definition at line 195 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 193 of file BKE_animsys.h.
| struct AnimationBasePathChange * AnimationBasePathChange::prev |
Definition at line 193 of file BKE_animsys.h.
| const char* AnimationBasePathChange::src_basepath |
Definition at line 194 of file BKE_animsys.h.
Referenced by blender::ed::space_node::animation_basepath_change_free(), and blender::ed::space_node::animation_basepath_change_new().