|
Blender
V3.3
|
Public Attributes | |
| struct MPathTarget * | next |
| struct MPathTarget * | prev |
| bMotionPath * | mpath |
| struct AnimKeylist * | keylist |
| Object * | ob |
| bPoseChannel * | pchan |
| Object * | ob_eval |
Definition at line 39 of file anim_motion_paths.c.
| struct AnimKeylist* MPathTarget::keylist |
Definition at line 44 of file anim_motion_paths.c.
Referenced by motionpaths_calc_bake_targets().
| bMotionPath* MPathTarget::mpath |
Definition at line 42 of file anim_motion_paths.c.
Referenced by animviz_get_object_motionpaths(), motionpath_calculate_update_range(), motionpath_get_next_keyframe(), motionpath_get_prev_keyframe(), and motionpaths_calc_bake_targets().
| struct MPathTarget* MPathTarget::next |
Definition at line 40 of file anim_motion_paths.c.
Referenced by motionpaths_calc_bake_targets().
| Object* MPathTarget::ob |
Definition at line 47 of file anim_motion_paths.c.
Referenced by animviz_get_object_motionpaths(), and animviz_target_settings_get().
| Object* MPathTarget::ob_eval |
Definition at line 52 of file anim_motion_paths.c.
Referenced by motionpaths_calc_bake_targets().
| bPoseChannel* MPathTarget::pchan |
Definition at line 48 of file anim_motion_paths.c.
Referenced by animviz_get_object_motionpaths(), animviz_target_settings_get(), and motionpaths_calc_bake_targets().
| struct MPathTarget * MPathTarget::prev |
Definition at line 40 of file anim_motion_paths.c.