Blender
V3.3
|
Public Attributes | |
struct bPoseChannel * | pchan |
struct { | |
float loc [3] | |
float size [3] | |
union { | |
float eul [3] | |
float quat [4] | |
float axis_angle [4] | |
} | |
float curve_in_x | |
float curve_out_x | |
float roll1 | |
float roll2 | |
} | orig |
float | offset_mtx [4][4] |
Definition at line 461 of file transform_convert_armature.c.
float PoseInitData_Mirror::axis_angle[4] |
Definition at line 471 of file transform_convert_armature.c.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
float PoseInitData_Mirror::curve_in_x |
Definition at line 473 of file transform_convert_armature.c.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
float PoseInitData_Mirror::curve_out_x |
Definition at line 474 of file transform_convert_armature.c.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
float PoseInitData_Mirror::eul[3] |
Definition at line 469 of file transform_convert_armature.c.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
float PoseInitData_Mirror::loc[3] |
Definition at line 466 of file transform_convert_armature.c.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
float PoseInitData_Mirror::offset_mtx[4][4] |
An extra offset to apply after mirroring. Use with POSE_MIRROR_RELATIVE.
Definition at line 482 of file transform_convert_armature.c.
Referenced by pose_mirror_info_init(), and pose_transform_mirror_update().
struct { ... } PoseInitData_Mirror::orig |
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
struct bPoseChannel* PoseInitData_Mirror::pchan |
Points to the bone which this info is initialized & restored to. A NULL value is used to terminate the array.
Definition at line 464 of file transform_convert_armature.c.
Referenced by createTransPose(), pose_mirror_info_init(), and pose_mirror_info_restore().
float PoseInitData_Mirror::quat[4] |
Definition at line 470 of file transform_convert_armature.c.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
float PoseInitData_Mirror::roll1 |
Definition at line 475 of file transform_convert_armature.c.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
float PoseInitData_Mirror::roll2 |
Definition at line 476 of file transform_convert_armature.c.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
float PoseInitData_Mirror::size[3] |
Definition at line 467 of file transform_convert_armature.c.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().