|
Blender V4.3
|
Public Attributes | ||
| 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 311 of file transform_convert_armature.cc.
| float PoseInitData_Mirror::axis_angle[4] |
Definition at line 321 of file transform_convert_armature.cc.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
| float PoseInitData_Mirror::curve_in_x |
Definition at line 323 of file transform_convert_armature.cc.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
| float PoseInitData_Mirror::curve_out_x |
Definition at line 324 of file transform_convert_armature.cc.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
| float PoseInitData_Mirror::eul[3] |
Definition at line 319 of file transform_convert_armature.cc.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
| float PoseInitData_Mirror::loc[3] |
Definition at line 316 of file transform_convert_armature.cc.
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 332 of file transform_convert_armature.cc.
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().
| bPoseChannel* PoseInitData_Mirror::pchan |
Points to the bone which this info is initialized & restored to. A nullptr value is used to terminate the array.
Definition at line 314 of file transform_convert_armature.cc.
Referenced by createTransPose(), pose_mirror_info_init(), and pose_mirror_info_restore().
| float PoseInitData_Mirror::quat[4] |
Definition at line 320 of file transform_convert_armature.cc.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
| float PoseInitData_Mirror::roll1 |
Definition at line 325 of file transform_convert_armature.cc.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
| float PoseInitData_Mirror::roll2 |
Definition at line 326 of file transform_convert_armature.cc.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
| float PoseInitData_Mirror::size[3] |
Definition at line 317 of file transform_convert_armature.cc.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().