|
Blender V4.3
|
Static Public Member Functions | |
| static PoseGrowFactorData | join (const PoseGrowFactorData &a, const PoseGrowFactorData &b) |
Public Attributes | |
| float3 | pos_avg |
| int | pos_count |
Definition at line 315 of file sculpt_pose.cc.
|
inlinestatic |
Definition at line 318 of file sculpt_pose.cc.
References b, pos_avg, and pos_count.
Referenced by blender::ed::sculpt_paint::pose::grow_pose_factor().
| float3 blender::ed::sculpt_paint::pose::PoseGrowFactorData::pos_avg |
Definition at line 316 of file sculpt_pose.cc.
Referenced by blender::ed::sculpt_paint::pose::grow_factors_bmesh(), blender::ed::sculpt_paint::pose::grow_factors_grids(), blender::ed::sculpt_paint::pose::grow_factors_mesh(), and join().
| int blender::ed::sculpt_paint::pose::PoseGrowFactorData::pos_count |
Definition at line 317 of file sculpt_pose.cc.
Referenced by blender::ed::sculpt_paint::pose::grow_factors_bmesh(), blender::ed::sculpt_paint::pose::grow_factors_grids(), blender::ed::sculpt_paint::pose::grow_factors_mesh(), and join().