Blender V4.3
blender::ed::sculpt_paint::pose::IKChainSegment Struct Reference

#include <sculpt_pose.hh>

Public Attributes

float3 orig
 
float3 head
 
float3 initial_orig
 
float3 initial_head
 
float len
 
float3 scale
 
float rot [4]
 
Array< floatweights
 
std::array< float4x4, PAINT_SYMM_AREAStrans_mat
 
std::array< float4x4, PAINT_SYMM_AREASpivot_mat
 
std::array< float4x4, PAINT_SYMM_AREASpivot_mat_inv
 

Detailed Description

Pose Brush IK Chain.

Definition at line 27 of file sculpt_pose.hh.

Member Data Documentation

◆ head

float3 blender::ed::sculpt_paint::pose::IKChainSegment::head

Definition at line 29 of file sculpt_pose.hh.

◆ initial_head

float3 blender::ed::sculpt_paint::pose::IKChainSegment::initial_head

Definition at line 32 of file sculpt_pose.hh.

◆ initial_orig

float3 blender::ed::sculpt_paint::pose::IKChainSegment::initial_orig

Definition at line 31 of file sculpt_pose.hh.

◆ len

float blender::ed::sculpt_paint::pose::IKChainSegment::len

Definition at line 33 of file sculpt_pose.hh.

◆ orig

float3 blender::ed::sculpt_paint::pose::IKChainSegment::orig

Definition at line 28 of file sculpt_pose.hh.

◆ pivot_mat

std::array<float4x4, PAINT_SYMM_AREAS> blender::ed::sculpt_paint::pose::IKChainSegment::pivot_mat

Definition at line 41 of file sculpt_pose.hh.

◆ pivot_mat_inv

std::array<float4x4, PAINT_SYMM_AREAS> blender::ed::sculpt_paint::pose::IKChainSegment::pivot_mat_inv

Definition at line 42 of file sculpt_pose.hh.

◆ rot

float blender::ed::sculpt_paint::pose::IKChainSegment::rot[4]

Definition at line 35 of file sculpt_pose.hh.

◆ scale

float3 blender::ed::sculpt_paint::pose::IKChainSegment::scale

Definition at line 34 of file sculpt_pose.hh.

◆ trans_mat

std::array<float4x4, PAINT_SYMM_AREAS> blender::ed::sculpt_paint::pose::IKChainSegment::trans_mat

Definition at line 40 of file sculpt_pose.hh.

◆ weights

Array<float> blender::ed::sculpt_paint::pose::IKChainSegment::weights

Definition at line 36 of file sculpt_pose.hh.


The documentation for this struct was generated from the following file: