|
Blender V4.3
|
#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 |