|
Blender V4.3
|
#include "MEM_guardedalloc.h"#include "BLI_math_base.h"#include "BLI_threads.h"#include "BLI_utildefines.h"#include "BLT_translation.hh"#include "DNA_defaults.h"#include "DNA_modifier_types.h"#include "DNA_screen_types.h"#include "BKE_mesh.hh"#include "BKE_mesh_remesh_voxel.hh"#include "BKE_mesh_runtime.hh"#include "UI_interface.hh"#include "UI_resources.hh"#include "RNA_access.hh"#include "RNA_prototypes.hh"#include "MOD_modifiertypes.hh"#include "MOD_ui_common.hh"#include "GEO_randomize.hh"#include <cstdlib>#include <cstring>Go to the source code of this file.
Functions | |
| static void | init_data (ModifierData *md) |
| static Mesh * | modify_mesh (ModifierData *, const ModifierEvalContext *, Mesh *mesh) |
| static void | panel_draw (const bContext *, Panel *panel) |
| static void | panel_register (ARegionType *region_type) |
Variables | |
| ModifierTypeInfo | modifierType_Remesh |
|
static |
Definition at line 45 of file MOD_remesh.cc.
References BLI_assert, DNA_struct_default_get, MEMCMP_STRUCT_AFTER_IS_ZERO, and MEMCPY_STRUCT_AFTER.
|
static |
Definition at line 207 of file MOD_remesh.cc.
References mesh.
Definition at line 214 of file MOD_remesh.cc.
References col, Panel::layout, MOD_REMESH_SHARP_FEATURES, MOD_REMESH_VOXEL, modifier_panel_end(), modifier_panel_get_property_pointers(), ptr, RNA_boolean_get(), RNA_enum_get(), RPT_, UI_ITEM_NONE, UI_ITEM_R_EXPAND, uiItemL(), uiItemR(), uiLayoutColumn(), uiLayoutRow(), uiLayoutSetActive(), and uiLayoutSetPropSep().
Referenced by panel_register().
|
static |
Definition at line 256 of file MOD_remesh.cc.
References eModifierType_Remesh, modifier_panel_register(), and panel_draw().
| ModifierTypeInfo modifierType_Remesh |
Definition at line 261 of file MOD_remesh.cc.