Blender V2.61 - r43446
|
Public Attributes | |
struct MPathTarget * | next |
struct MPathTarget * | prev |
bMotionPath * | mpath |
Object * | ob |
bPoseChannel * | pchan |
Definition at line 225 of file anim.c.
Referenced by animviz_calc_motionpaths(), animviz_get_object_motionpaths(), and motionpaths_calc_bake_targets().
struct MPathTarget* MPathTarget::next |
Definition at line 223 of file anim.c.
Referenced by animviz_calc_motionpaths(), motionpaths_calc_bake_targets(), and motionpaths_calc_optimise_depsgraph().
Definition at line 227 of file anim.c.
Referenced by animviz_calc_motionpaths(), animviz_get_object_motionpaths(), frames_duplilist(), motionpaths_calc_bake_targets(), motionpaths_calc_optimise_depsgraph(), and new_dupli_object().
Definition at line 228 of file anim.c.
Referenced by animviz_calc_motionpaths(), animviz_get_object_motionpaths(), and motionpaths_calc_bake_targets().
struct MPathTarget * MPathTarget::prev |