Go to the source code of this file.
|
| | blender::ed::sculpt_paint::dyntopo::ENUM_OPERATORS (WarnFlag, MODIFIER) |
| |
| void | blender::ed::sculpt_paint::dyntopo::enable_ex (Main &bmain, Depsgraph &depsgraph, Object &ob) |
| |
| void | blender::ed::sculpt_paint::dyntopo::disable (bContext *C, undo::StepData *undo_step) |
| |
| void | blender::ed::sculpt_paint::dyntopo::disable_with_undo (Main &bmain, Depsgraph &depsgraph, Scene &scene, Object &ob) |
| |
| bool | blender::ed::sculpt_paint::dyntopo::stroke_is_dyntopo (const Object &object, const Brush &brush) |
| |
| void | blender::ed::sculpt_paint::dyntopo::triangulate (BMesh *bm) |
| |
| WarnFlag | blender::ed::sculpt_paint::dyntopo::check_attribute_warning (Scene &scene, Object &ob) |
| |
| float | blender::ed::sculpt_paint::dyntopo::detail_size::constant_to_detail_size (const float constant_detail, const Object &ob) |
| |
| float | blender::ed::sculpt_paint::dyntopo::detail_size::brush_to_detail_size (const float brush_percent, const float brush_radius) |
| |
| float | blender::ed::sculpt_paint::dyntopo::detail_size::relative_to_detail_size (const float relative_detail, const float brush_radius, const float pixel_radius, const float pixel_size) |
| |
| float | blender::ed::sculpt_paint::dyntopo::detail_size::constant_to_brush_detail (const float constant_detail, const float brush_radius, const Object &ob) |
| |
| float | blender::ed::sculpt_paint::dyntopo::detail_size::constant_to_relative_detail (const float constant_detail, const float brush_radius, const float pixel_radius, const float pixel_size, const Object &ob) |
| |