|
Blender
V2.93
|
#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] |
Definition at line 241 of file BKE_paint.h.
| float SculptPoseIKChainSegment::head[3] |
Definition at line 243 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 246 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 245 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 247 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 242 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 255 of file BKE_paint.h.
Referenced by SCULPT_do_pose_brush().
| float SculptPoseIKChainSegment::pivot_mat_inv[PAINT_SYMM_AREAS][4][4] |
Definition at line 256 of file BKE_paint.h.
Referenced by SCULPT_do_pose_brush().
| float SculptPoseIKChainSegment::rot[4] |
Definition at line 249 of file BKE_paint.h.
Referenced by SCULPT_do_pose_brush().
| float SculptPoseIKChainSegment::scale[3] |
Definition at line 248 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 254 of file BKE_paint.h.
Referenced by SCULPT_do_pose_brush().
| float* SculptPoseIKChainSegment::weights |
Definition at line 250 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().