Blender  V3.3
Public Attributes | List of all members
SculptPoseIKChainSegment Struct Reference

#include <BKE_paint.h>

Public Attributes

float orig [3]
 
float head [3]
 
float initial_orig [3]
 
float initial_head [3]
 
float len
 
float scale [3]
 
float rot [4]
 
floatweights
 
float trans_mat [PAINT_SYMM_AREAS][4][4]
 
float pivot_mat [PAINT_SYMM_AREAS][4][4]
 
float pivot_mat_inv [PAINT_SYMM_AREAS][4][4]
 

Detailed Description

Pose Brush IK Chain.

Definition at line 278 of file BKE_paint.h.

Member Data Documentation

◆ head

float SculptPoseIKChainSegment::head[3]

◆ initial_head

float SculptPoseIKChainSegment::initial_head[3]

◆ initial_orig

float SculptPoseIKChainSegment::initial_orig[3]

◆ len

float SculptPoseIKChainSegment::len

◆ orig

float SculptPoseIKChainSegment::orig[3]

◆ pivot_mat

float SculptPoseIKChainSegment::pivot_mat[PAINT_SYMM_AREAS][4][4]

Definition at line 292 of file BKE_paint.h.

Referenced by SCULPT_do_pose_brush().

◆ pivot_mat_inv

float SculptPoseIKChainSegment::pivot_mat_inv[PAINT_SYMM_AREAS][4][4]

Definition at line 293 of file BKE_paint.h.

Referenced by SCULPT_do_pose_brush().

◆ rot

float SculptPoseIKChainSegment::rot[4]

Definition at line 286 of file BKE_paint.h.

Referenced by SCULPT_do_pose_brush().

◆ scale

float SculptPoseIKChainSegment::scale[3]

Definition at line 285 of file BKE_paint.h.

Referenced by pose_ik_chain_origin_heads_init(), and SCULPT_do_pose_brush().

◆ trans_mat

float SculptPoseIKChainSegment::trans_mat[PAINT_SYMM_AREAS][4][4]

Definition at line 291 of file BKE_paint.h.

Referenced by SCULPT_do_pose_brush().

◆ weights

float* SculptPoseIKChainSegment::weights

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