|
Blender V4.3
|
#include <sculpt_pose.hh>
Public Attributes | |
| float3 | orig |
| float3 | head |
| float3 | initial_orig |
| float3 | initial_head |
| float | len |
| float3 | scale |
| float | rot [4] |
| Array< float > | weights |
| std::array< float4x4, PAINT_SYMM_AREAS > | trans_mat |
| std::array< float4x4, PAINT_SYMM_AREAS > | pivot_mat |
| std::array< float4x4, PAINT_SYMM_AREAS > | pivot_mat_inv |
Pose Brush IK Chain.
Definition at line 27 of file sculpt_pose.hh.
| float3 blender::ed::sculpt_paint::pose::IKChainSegment::head |
Definition at line 29 of file sculpt_pose.hh.
| float3 blender::ed::sculpt_paint::pose::IKChainSegment::initial_head |
Definition at line 32 of file sculpt_pose.hh.
| float3 blender::ed::sculpt_paint::pose::IKChainSegment::initial_orig |
Definition at line 31 of file sculpt_pose.hh.
| float blender::ed::sculpt_paint::pose::IKChainSegment::len |
Definition at line 33 of file sculpt_pose.hh.
| float3 blender::ed::sculpt_paint::pose::IKChainSegment::orig |
Definition at line 28 of file sculpt_pose.hh.
| std::array<float4x4, PAINT_SYMM_AREAS> blender::ed::sculpt_paint::pose::IKChainSegment::pivot_mat |
Definition at line 41 of file sculpt_pose.hh.
| std::array<float4x4, PAINT_SYMM_AREAS> blender::ed::sculpt_paint::pose::IKChainSegment::pivot_mat_inv |
Definition at line 42 of file sculpt_pose.hh.
| float blender::ed::sculpt_paint::pose::IKChainSegment::rot[4] |
Definition at line 35 of file sculpt_pose.hh.
| float3 blender::ed::sculpt_paint::pose::IKChainSegment::scale |
Definition at line 34 of file sculpt_pose.hh.
| std::array<float4x4, PAINT_SYMM_AREAS> blender::ed::sculpt_paint::pose::IKChainSegment::trans_mat |
Definition at line 40 of file sculpt_pose.hh.
Definition at line 36 of file sculpt_pose.hh.