Blender V4.3
MOD_solidify.cc File Reference
#include <cstring>
#include "BLI_utildefines.h"
#include "BLT_translation.hh"
#include "DNA_defaults.h"
#include "DNA_mesh_types.h"
#include "DNA_object_types.h"
#include "DNA_screen_types.h"
#include "BKE_context.hh"
#include "BKE_particle.h"
#include "BKE_screen.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 "MOD_solidify_util.hh"

Go to the source code of this file.

Functions

static void init_data (ModifierData *md)
 
static void required_data_mask (ModifierData *md, CustomData_MeshMasks *r_cddata_masks)
 
static Meshmodify_mesh (ModifierData *md, const ModifierEvalContext *ctx, Mesh *mesh)
 
static void panel_draw (const bContext *, Panel *panel)
 
static void normals_panel_draw (const bContext *, Panel *panel)
 
static void materials_panel_draw (const bContext *, Panel *panel)
 
static void edge_data_panel_draw (const bContext *, Panel *panel)
 
static void clamp_panel_draw (const bContext *, Panel *panel)
 
static void vertex_group_panel_draw (const bContext *, Panel *panel)
 
static void panel_register (ARegionType *region_type)
 

Variables

ModifierTypeInfo modifierType_Solidify
 

Function Documentation

◆ clamp_panel_draw()

static void clamp_panel_draw ( const bContext * ,
Panel * panel )
static

◆ edge_data_panel_draw()

◆ init_data()

static void init_data ( ModifierData * md)
static

◆ materials_panel_draw()

◆ modify_mesh()

◆ normals_panel_draw()

static void normals_panel_draw ( const bContext * ,
Panel * panel )
static

◆ panel_draw()

◆ panel_register()

◆ required_data_mask()

◆ vertex_group_panel_draw()

static void vertex_group_panel_draw ( const bContext * ,
Panel * panel )
static

Variable Documentation

◆ modifierType_Solidify

ModifierTypeInfo modifierType_Solidify

Definition at line 255 of file MOD_solidify.cc.