|
Blender V4.3
|
Public Attributes | |
| MPathTarget * | next |
| MPathTarget * | prev |
| bMotionPath * | mpath |
| AnimKeylist * | keylist |
| Object * | ob |
| bPoseChannel * | pchan |
| Object * | ob_eval |
Definition at line 45 of file anim_motion_paths.cc.
| AnimKeylist* MPathTarget::keylist |
Definition at line 50 of file anim_motion_paths.cc.
| bMotionPath* MPathTarget::mpath |
Definition at line 48 of file anim_motion_paths.cc.
Referenced by animviz_get_object_motionpaths(), motionpath_calculate_update_range(), motionpath_get_next_keyframe(), and motionpath_get_prev_keyframe().
| MPathTarget* MPathTarget::next |
Definition at line 46 of file anim_motion_paths.cc.
| Object* MPathTarget::ob |
Definition at line 53 of file anim_motion_paths.cc.
Referenced by animviz_get_object_motionpaths(), and animviz_target_settings_get().
| Object* MPathTarget::ob_eval |
Definition at line 58 of file anim_motion_paths.cc.
| bPoseChannel* MPathTarget::pchan |
Definition at line 54 of file anim_motion_paths.cc.
Referenced by animviz_get_object_motionpaths(), and animviz_target_settings_get().
| MPathTarget * MPathTarget::prev |
Definition at line 46 of file anim_motion_paths.cc.