Blender  V3.3
Functions | Variables
MOD_remesh.c File Reference
#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 MeshmodifyMesh (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
 

Function Documentation

◆ initData()

static void initData ( ModifierData md)
static

◆ modifyMesh()

static Mesh* modifyMesh ( ModifierData UNUSEDmd,
const ModifierEvalContext UNUSEDctx,
Mesh mesh 
)
static

Definition at line 214 of file MOD_remesh.c.

References mesh.

◆ panel_draw()

static void panel_draw ( const bContext UNUSEDC,
Panel panel 
)
static

◆ panelRegister()

static void panelRegister ( ARegionType region_type)
static

Definition at line 265 of file MOD_remesh.c.

References eModifierType_Remesh, modifier_panel_register(), and panel_draw().

Variable Documentation

◆ modifierType_Remesh

ModifierTypeInfo modifierType_Remesh

Definition at line 270 of file MOD_remesh.c.