|
Blender V5.0
|
#include "MEM_guardedalloc.h"#include "BLI_math_base.h"#include "BLI_mutex.hh"#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_layout.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 213 of file MOD_remesh.cc.
Definition at line 220 of file MOD_remesh.cc.
References uiLayout::active_set(), col, uiLayout::column(), uiLayout::label(), Panel::layout, MOD_REMESH_SHARP_FEATURES, MOD_REMESH_VOXEL, modifier_error_message_draw(), modifier_panel_get_property_pointers(), uiLayout::prop(), ptr, RNA_boolean_get(), RNA_enum_get(), uiLayout::row(), RPT_, UI_ITEM_NONE, UI_ITEM_R_EXPAND, and uiLayout::use_property_split_set().
|
static |
Definition at line 262 of file MOD_remesh.cc.
References eModifierType_Remesh, modifier_panel_register(), and panel_draw().
| ModifierTypeInfo modifierType_Remesh |
Definition at line 267 of file MOD_remesh.cc.