Blender
V3.3
|
#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] |
float * | weights |
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] |
Pose Brush IK Chain.
Definition at line 278 of file BKE_paint.h.
float SculptPoseIKChainSegment::head[3] |
Definition at line 280 of file BKE_paint.h.
Referenced by pose_ik_chain_init_face_sets_fk(), and pose_ik_chain_origin_heads_init().
float SculptPoseIKChainSegment::initial_head[3] |
Definition at line 283 of file BKE_paint.h.
Referenced by paint_cursor_pose_brush_segments_draw(), pose_ik_chain_origin_heads_init(), and sculpt_pose_get_scale_from_grab_delta().
float SculptPoseIKChainSegment::initial_orig[3] |
Definition at line 282 of file BKE_paint.h.
Referenced by paint_cursor_pose_brush_origins_draw(), paint_cursor_pose_brush_segments_draw(), pose_ik_chain_origin_heads_init(), SCULPT_do_pose_brush(), and sculpt_pose_get_scale_from_grab_delta().
float SculptPoseIKChainSegment::len |
Definition at line 284 of file BKE_paint.h.
Referenced by pose_ik_chain_origin_heads_init(), and sculpt_pose_get_scale_from_grab_delta().
float SculptPoseIKChainSegment::orig[3] |
Definition at line 279 of file BKE_paint.h.
Referenced by pose_ik_chain_init_face_sets(), pose_ik_chain_init_face_sets_fk(), pose_ik_chain_init_topology(), pose_ik_chain_origin_heads_init(), and SCULPT_do_pose_brush().
float SculptPoseIKChainSegment::pivot_mat[PAINT_SYMM_AREAS][4][4] |
Definition at line 292 of file BKE_paint.h.
Referenced by SCULPT_do_pose_brush().
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().
float SculptPoseIKChainSegment::rot[4] |
Definition at line 286 of file BKE_paint.h.
Referenced by SCULPT_do_pose_brush().
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().
float SculptPoseIKChainSegment::trans_mat[PAINT_SYMM_AREAS][4][4] |
Definition at line 291 of file BKE_paint.h.
Referenced by SCULPT_do_pose_brush().
float* SculptPoseIKChainSegment::weights |
Definition at line 287 of file BKE_paint.h.
Referenced by BKE_sculptsession_free(), pose_ik_chain_init_face_sets(), pose_ik_chain_init_face_sets_fk(), pose_ik_chain_init_topology(), pose_ik_chain_new(), SCULPT_pose_brush_init(), and SCULPT_pose_ik_chain_free().