Blender  V3.3
Public Attributes | List of all members
MPathTarget Struct Reference

Public Attributes

struct MPathTarget * next
 
struct MPathTarget * prev
 
bMotionPath * mpath
 
struct AnimKeylist * keylist
 
Object * ob
 
bPoseChannel * pchan
 
Object * ob_eval
 

Detailed Description

Definition at line 39 of file anim_motion_paths.c.

Member Data Documentation

◆ keylist

struct AnimKeylist* MPathTarget::keylist

Definition at line 44 of file anim_motion_paths.c.

Referenced by motionpaths_calc_bake_targets().

◆ mpath

bMotionPath* MPathTarget::mpath

◆ next

struct MPathTarget* MPathTarget::next

Definition at line 40 of file anim_motion_paths.c.

Referenced by motionpaths_calc_bake_targets().

◆ ob

Object* MPathTarget::ob

◆ ob_eval

Object* MPathTarget::ob_eval

Definition at line 52 of file anim_motion_paths.c.

Referenced by motionpaths_calc_bake_targets().

◆ pchan

bPoseChannel* MPathTarget::pchan

◆ prev

struct MPathTarget * MPathTarget::prev

Definition at line 40 of file anim_motion_paths.c.


The documentation for this struct was generated from the following file: