|
Blender
V2.93
|
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 480 of file transform_convert_armature.c.
| float PoseInitData_Mirror::axis_angle[4] |
Definition at line 490 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 492 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 493 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 488 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 485 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 501 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 483 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 489 of file transform_convert_armature.c.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
| float PoseInitData_Mirror::roll1 |
Definition at line 494 of file transform_convert_armature.c.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().
| float PoseInitData_Mirror::roll2 |
Definition at line 495 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 486 of file transform_convert_armature.c.
Referenced by pose_mirror_info_init(), and pose_mirror_info_restore().