Blender
V3.3
|
Public Member Functions | |
virtual | ~CurvesEffect ()=default |
virtual void | execute (CurvesGeometry &curves, Span< int > curve_indices, Span< float > move_distances_cu)=0 |
Utility class to wrap different grow/shrink behaviors. It might be useful to use this for other future brushes as well, but better see if this abstraction holds up for a while before using it in more places.
Definition at line 51 of file curves_sculpt_grow_shrink.cc.
|
virtualdefault |
|
pure virtual |