|
Blender V5.0
|
#include <DNA_scene_types.h>
Public Attributes | |
| struct CurveMapping * | curve_distance_falloff |
| int | size |
| float | strength |
| int8_t | curve_distance_falloff_preset |
| char | _pad [7] |
Definition at line 1370 of file DNA_scene_types.h.
| char UvSculpt::_pad[7] |
Definition at line 1375 of file DNA_scene_types.h.
| struct CurveMapping* UvSculpt::curve_distance_falloff |
Definition at line 1371 of file DNA_scene_types.h.
Referenced by BKE_toolsettings_copy(), BKE_toolsettings_free(), calc_strength(), scene_blend_read_data(), scene_blend_write(), and uv_sculpt_stroke_init().
| int8_t UvSculpt::curve_distance_falloff_preset |
Definition at line 1374 of file DNA_scene_types.h.
Referenced by calc_strength().
| int UvSculpt::size |
Definition at line 1372 of file DNA_scene_types.h.
Referenced by uv_sculpt_stroke_apply().
| float UvSculpt::strength |
Definition at line 1373 of file DNA_scene_types.h.
Referenced by uv_sculpt_stroke_apply().