Blender
V3.3
|
Public Attributes | |
int | curve_i |
float | radius_falloff |
float3 | initial_normal_cu |
Definition at line 55 of file curves_sculpt_slide.cc.
int blender::ed::sculpt_paint::SlideCurveInfo::curve_i |
Index of the curve to slide.
Definition at line 57 of file curves_sculpt_slide.cc.
float3 blender::ed::sculpt_paint::SlideCurveInfo::initial_normal_cu |
Normal of the surface where the curve was attached. This is used to rotate the curve if it is moved to a place with a different normal.
Definition at line 64 of file curves_sculpt_slide.cc.
float blender::ed::sculpt_paint::SlideCurveInfo::radius_falloff |
A weight based on the initial distance to the brush.
Definition at line 59 of file curves_sculpt_slide.cc.