Blender V4.3
sculpt_dyntopo.cc File Reference
#include "sculpt_dyntopo.hh"
#include <cmath>
#include <cstdlib>
#include "MEM_guardedalloc.h"
#include "BLT_translation.hh"
#include "DNA_modifier_types.h"
#include "BKE_context.hh"
#include "BKE_global.hh"
#include "BKE_mesh.hh"
#include "BKE_modifier.hh"
#include "BKE_object.hh"
#include "BKE_paint.hh"
#include "BKE_particle.h"
#include "BKE_pbvh_api.hh"
#include "BKE_pointcache.h"
#include "BKE_scene.hh"
#include "DEG_depsgraph.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "ED_undo.hh"
#include "sculpt_intern.hh"
#include "sculpt_undo.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "bmesh.hh"
#include "bmesh_tools.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::ed
 
namespace  blender::ed::sculpt_paint
 
namespace  blender::ed::sculpt_paint::dyntopo
 

Functions

void blender::ed::sculpt_paint::dyntopo::triangulate (BMesh *bm)
 
void blender::ed::sculpt_paint::dyntopo::enable_ex (Main &bmain, Depsgraph &depsgraph, Object &ob)
 
static void blender::ed::sculpt_paint::dyntopo::disable (Main &bmain, Depsgraph &depsgraph, Scene &scene, Object &ob, undo::StepData *undo_step)
 
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)
 
static void blender::ed::sculpt_paint::dyntopo::enable_with_undo (Main &bmain, Depsgraph &depsgraph, const Scene &scene, Object &ob)
 
static int blender::ed::sculpt_paint::dyntopo::sculpt_dynamic_topology_toggle_exec (bContext *C, wmOperator *)
 
static int blender::ed::sculpt_paint::dyntopo::dyntopo_warning_popup (bContext *C, wmOperatorType *ot, enum WarnFlag flag)
 
static bool blender::ed::sculpt_paint::dyntopo::dyntopo_supports_layer (const CustomDataLayer &layer)
 
static bool blender::ed::sculpt_paint::dyntopo::dyntopo_supports_customdata_layers (const Span< CustomDataLayer > layers)
 
WarnFlag blender::ed::sculpt_paint::dyntopo::check_attribute_warning (Scene &scene, Object &ob)
 
static int blender::ed::sculpt_paint::dyntopo::sculpt_dynamic_topology_toggle_invoke (bContext *C, wmOperator *op, const wmEvent *)
 
void blender::ed::sculpt_paint::dyntopo::SCULPT_OT_dynamic_topology_toggle (wmOperatorType *ot)