|
Blender V4.3
|
Public Attributes | |
| int | curve_i |
| float | radius_falloff |
| float3 | initial_normal_cu |
Definition at line 46 of file curves_sculpt_slide.cc.
| int blender::ed::sculpt_paint::SlideCurveInfo::curve_i |
Index of the curve to slide.
Definition at line 48 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 55 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 50 of file curves_sculpt_slide.cc.