|
Blender V4.5
|
Classes | |
| struct | [struct].orig |
Public Attributes | |
| bPoseChannel * | pchan |
| struct | orig |
| float | offset_mtx [4][4] |
Definition at line 316 of file transform_convert_armature.cc.
| float blender::ed::transform::PoseInitData_Mirror::offset_mtx[4][4] |
An extra offset to apply after mirroring. Use with POSE_MIRROR_RELATIVE.
Definition at line 337 of file transform_convert_armature.cc.
Referenced by blender::ed::transform::pose_mirror_info_init(), and blender::ed::transform::pose_transform_mirror_update().
| struct blender::ed::transform::PoseInitData_Mirror::[struct].orig blender::ed::transform::PoseInitData_Mirror::orig |
| bPoseChannel* blender::ed::transform::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 319 of file transform_convert_armature.cc.
Referenced by blender::ed::transform::createTransPose(), blender::ed::transform::pose_mirror_info_init(), blender::ed::transform::pose_mirror_info_restore(), and blender::ed::transform::restoreMirrorPoseBones().