|
Blender
V2.93
|
Public Attributes | |
| struct MPathTarget * | next |
| struct MPathTarget * | prev |
| bMotionPath * | mpath |
| DLRBT_Tree | keys |
| Object * | ob |
| bPoseChannel * | pchan |
| Object * | ob_eval |
Definition at line 53 of file anim_motion_paths.c.
| DLRBT_Tree MPathTarget::keys |
Definition at line 58 of file anim_motion_paths.c.
Referenced by motionpaths_calc_bake_targets().
| bMotionPath* MPathTarget::mpath |
Definition at line 56 of file anim_motion_paths.c.
Referenced by animviz_calc_motionpaths(), 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 54 of file anim_motion_paths.c.
Referenced by motionpaths_calc_bake_targets().
| Object* MPathTarget::ob |
Definition at line 61 of file anim_motion_paths.c.
Referenced by animviz_get_object_motionpaths(), and animviz_target_settings_get().
| Object* MPathTarget::ob_eval |
Definition at line 66 of file anim_motion_paths.c.
Referenced by motionpaths_calc_bake_targets().
| bPoseChannel* MPathTarget::pchan |
Definition at line 62 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 54 of file anim_motion_paths.c.