|
Blender V5.0
|
#include <sculpt_automask.hh>
Public Attributes | |
| int | flags |
| int | initial_face_set |
| int | initial_island_nr |
| float | cavity_factor |
| int | cavity_blur_steps |
| CurveMapping * | cavity_curve |
| float | start_normal_limit |
| float | start_normal_falloff |
| float | view_normal_limit |
| float | view_normal_falloff |
| bool | topology_use_brush_limit |
Definition at line 33 of file sculpt_automask.hh.
| int blender::ed::sculpt_paint::auto_mask::Settings::cavity_blur_steps |
Definition at line 40 of file sculpt_automask.hh.
Referenced by blender::ed::sculpt_paint::auto_mask::cache_settings_update(), blender::ed::sculpt_paint::auto_mask::calc_cavity_factor_bmesh(), blender::ed::sculpt_paint::auto_mask::calc_cavity_factor_grids(), and blender::ed::sculpt_paint::auto_mask::calc_cavity_factor_mesh().
| CurveMapping* blender::ed::sculpt_paint::auto_mask::Settings::cavity_curve |
Definition at line 41 of file sculpt_automask.hh.
Referenced by blender::ed::sculpt_paint::auto_mask::cache_settings_update(), and blender::ed::sculpt_paint::auto_mask::process_cavity_factor().
| float blender::ed::sculpt_paint::auto_mask::Settings::cavity_factor |
Definition at line 39 of file sculpt_automask.hh.
Referenced by blender::ed::sculpt_paint::auto_mask::cache_settings_update(), and blender::ed::sculpt_paint::auto_mask::calc_cavity_factor().
| int blender::ed::sculpt_paint::auto_mask::Settings::flags |
Definition at line 35 of file sculpt_automask.hh.
Referenced by blender::ed::sculpt_paint::auto_mask::cache_settings_update(), blender::ed::sculpt_paint::auto_mask::calc_cavity_factor(), blender::ed::sculpt_paint::auto_mask::calc_face_factors(), blender::ed::sculpt_paint::auto_mask::calc_grids_factors(), blender::ed::sculpt_paint::auto_mask::calc_vert_factors(), blender::ed::sculpt_paint::auto_mask::calc_vert_factors(), blender::ed::sculpt_paint::do_brush_action(), and blender::ed::sculpt_paint::auto_mask::process_cavity_factor().
| int blender::ed::sculpt_paint::auto_mask::Settings::initial_face_set |
Definition at line 36 of file sculpt_automask.hh.
Referenced by blender::ed::sculpt_paint::auto_mask::cache_settings_update(), blender::ed::sculpt_paint::auto_mask::calc_face_factors(), blender::ed::sculpt_paint::auto_mask::calc_grids_factors(), blender::ed::sculpt_paint::auto_mask::calc_vert_factors(), and blender::ed::sculpt_paint::auto_mask::calc_vert_factors().
| int blender::ed::sculpt_paint::auto_mask::Settings::initial_island_nr |
Definition at line 37 of file sculpt_automask.hh.
Referenced by blender::ed::sculpt_paint::auto_mask::calc_face_factors(), blender::ed::sculpt_paint::auto_mask::calc_grids_factors(), blender::ed::sculpt_paint::auto_mask::calc_vert_factors(), and blender::ed::sculpt_paint::auto_mask::calc_vert_factors().
| float blender::ed::sculpt_paint::auto_mask::Settings::start_normal_falloff |
Definition at line 43 of file sculpt_automask.hh.
Referenced by blender::ed::sculpt_paint::auto_mask::cache_settings_update(), and blender::ed::sculpt_paint::auto_mask::calc_brush_normal_factor().
| float blender::ed::sculpt_paint::auto_mask::Settings::start_normal_limit |
Definition at line 43 of file sculpt_automask.hh.
Referenced by blender::ed::sculpt_paint::auto_mask::cache_settings_update(), and blender::ed::sculpt_paint::auto_mask::calc_brush_normal_factor().
| bool blender::ed::sculpt_paint::auto_mask::Settings::topology_use_brush_limit |
Definition at line 46 of file sculpt_automask.hh.
Referenced by blender::ed::sculpt_paint::auto_mask::calc_face_factors(), blender::ed::sculpt_paint::auto_mask::calc_grids_factors(), blender::ed::sculpt_paint::auto_mask::calc_vert_factors(), and blender::ed::sculpt_paint::auto_mask::calc_vert_factors().
| float blender::ed::sculpt_paint::auto_mask::Settings::view_normal_falloff |
Definition at line 44 of file sculpt_automask.hh.
Referenced by blender::ed::sculpt_paint::auto_mask::cache_settings_update(), and blender::ed::sculpt_paint::auto_mask::calc_view_normal_factor().
| float blender::ed::sculpt_paint::auto_mask::Settings::view_normal_limit |
Definition at line 44 of file sculpt_automask.hh.
Referenced by blender::ed::sculpt_paint::auto_mask::cache_settings_update(), and blender::ed::sculpt_paint::auto_mask::calc_view_normal_factor().