|
Blender
V3.3
|
#include "MEM_guardedalloc.h"#include "BLI_utildefines.h"#include "BLI_math_base.h"#include "BLI_threads.h"#include "BLT_translation.h"#include "DNA_defaults.h"#include "DNA_mesh_types.h"#include "DNA_meshdata_types.h"#include "DNA_modifier_types.h"#include "DNA_object_types.h"#include "DNA_screen_types.h"#include "BKE_context.h"#include "BKE_mesh.h"#include "BKE_mesh_remesh_voxel.h"#include "BKE_mesh_runtime.h"#include "BKE_screen.h"#include "UI_interface.h"#include "UI_resources.h"#include "RNA_access.h"#include "RNA_prototypes.h"#include "MOD_modifiertypes.h"#include "MOD_ui_common.h"#include <stdlib.h>#include <string.h>Go to the source code of this file.
Functions | |
| static void | initData (ModifierData *md) |
| static Mesh * | modifyMesh (ModifierData *UNUSED(md), const ModifierEvalContext *UNUSED(ctx), Mesh *mesh) |
| static void | panel_draw (const bContext *UNUSED(C), Panel *panel) |
| static void | panelRegister (ARegionType *region_type) |
Variables | |
| ModifierTypeInfo | modifierType_Remesh |
|
static |
Definition at line 48 of file MOD_remesh.c.
References BLI_assert, DNA_struct_default_get, MEMCMP_STRUCT_AFTER_IS_ZERO, and MEMCPY_STRUCT_AFTER.
|
static |
Definition at line 214 of file MOD_remesh.c.
References mesh.
Definition at line 223 of file MOD_remesh.c.
References col, Panel::layout, MOD_REMESH_SHARP_FEATURES, MOD_REMESH_VOXEL, modifier_panel_end(), modifier_panel_get_property_pointers(), NULL, ptr, RNA_boolean_get(), RNA_enum_get(), TIP_, UI_ITEM_R_EXPAND, uiItemL(), uiItemR(), uiLayoutColumn(), uiLayoutRow(), uiLayoutSetActive(), and uiLayoutSetPropSep().
Referenced by panelRegister().
|
static |
Definition at line 265 of file MOD_remesh.c.
References eModifierType_Remesh, modifier_panel_register(), and panel_draw().
| ModifierTypeInfo modifierType_Remesh |
Definition at line 270 of file MOD_remesh.c.