Blender
V3.3
|
#include <string.h>
#include "BLI_utildefines.h"
#include "BLT_translation.h"
#include "DNA_defaults.h"
#include "DNA_mesh_types.h"
#include "DNA_object_types.h"
#include "DNA_screen_types.h"
#include "BKE_context.h"
#include "BKE_particle.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 "MOD_solidify_util.h"
Go to the source code of this file.
Functions | |
static bool | dependsOnNormals (ModifierData *md) |
static void | initData (ModifierData *md) |
static void | requiredDataMask (Object *UNUSED(ob), ModifierData *md, CustomData_MeshMasks *r_cddata_masks) |
static Mesh * | modifyMesh (ModifierData *md, const ModifierEvalContext *ctx, Mesh *mesh) |
static void | panel_draw (const bContext *UNUSED(C), Panel *panel) |
static void | normals_panel_draw (const bContext *UNUSED(C), Panel *panel) |
static void | materials_panel_draw (const bContext *UNUSED(C), Panel *panel) |
static void | edge_data_panel_draw (const bContext *UNUSED(C), Panel *panel) |
static void | clamp_panel_draw (const bContext *UNUSED(C), Panel *panel) |
static void | vertex_group_panel_draw (const bContext *UNUSED(C), Panel *panel) |
static void | panelRegister (ARegionType *region_type) |
Variables | |
ModifierTypeInfo | modifierType_Solidify |
Definition at line 191 of file MOD_solidify.c.
References col, Panel::layout, modifier_panel_get_property_pointers(), NULL, ptr, RNA_float_get(), uiItemR(), uiLayoutColumn(), uiLayoutRow(), uiLayoutSetActive(), and uiLayoutSetPropSep().
Referenced by panelRegister().
|
static |
Definition at line 34 of file MOD_solidify.c.
References MOD_SOLIDIFY_MODE_EXTRUDE, and SolidifyModifierData::mode.
Definition at line 170 of file MOD_solidify.c.
References col, IFACE_, Panel::layout, MOD_SOLIDIFY_MODE_EXTRUDE, modifier_panel_get_property_pointers(), NULL, ptr, RNA_enum_get(), UI_ITEM_R_SLIDER, uiItemR(), uiLayoutColumn(), and uiLayoutSetPropSep().
Referenced by panelRegister().
|
static |
Definition at line 43 of file MOD_solidify.c.
References BLI_assert, DNA_struct_default_get, MEMCMP_STRUCT_AFTER_IS_ZERO, and MEMCPY_STRUCT_AFTER.
Definition at line 154 of file MOD_solidify.c.
References col, IFACE_, Panel::layout, modifier_panel_get_property_pointers(), NULL, ptr, RNA_boolean_get(), uiItemR(), uiLayoutColumn(), uiLayoutSetActive(), and uiLayoutSetPropSep().
Referenced by panelRegister().
|
static |
Definition at line 69 of file MOD_solidify.c.
References BLI_assert_unreachable, mesh, MOD_solidify_extrude_modifyMesh(), MOD_SOLIDIFY_MODE_EXTRUDE, MOD_SOLIDIFY_MODE_NONMANIFOLD, MOD_solidify_nonmanifold_modifyMesh(), and SolidifyModifierData::mode.
Definition at line 135 of file MOD_solidify.c.
References col, IFACE_, Panel::layout, MOD_SOLIDIFY_MODE_EXTRUDE, modifier_panel_get_property_pointers(), ptr, RNA_enum_get(), uiItemR(), uiLayoutColumn(), and uiLayoutSetPropSep().
Referenced by panelRegister().
Definition at line 83 of file MOD_solidify.c.
References col, IFACE_, Panel::layout, MOD_SOLIDIFY_MODE_NONMANIFOLD, modifier_panel_end(), modifier_panel_get_property_pointers(), modifier_vgroup_ui(), NULL, ptr, RNA_boolean_get(), RNA_enum_get(), RNA_string_length(), uiItemR(), uiItemS(), uiLayoutColumn(), uiLayoutColumnWithHeading(), uiLayoutRow(), uiLayoutSetActive(), and uiLayoutSetPropSep().
Referenced by panelRegister().
|
static |
Definition at line 224 of file MOD_solidify.c.
References clamp_panel_draw(), edge_data_panel_draw(), eModifierType_Solidify, materials_panel_draw(), modifier_panel_register(), modifier_subpanel_register(), normals_panel_draw(), NULL, panel_draw(), and vertex_group_panel_draw().
|
static |
Definition at line 56 of file MOD_solidify.c.
References CD_MASK_MDEFORMVERT, SolidifyModifierData::defgrp_name, SolidifyModifierData::rim_defgrp_name, SolidifyModifierData::shell_defgrp_name, and CustomData_MeshMasks::vmask.
Definition at line 208 of file MOD_solidify.c.
References col, IFACE_, Panel::layout, modifier_panel_get_property_pointers(), ptr, uiItemPointerR(), uiLayoutColumn(), and uiLayoutSetPropSep().
Referenced by panelRegister().
ModifierTypeInfo modifierType_Solidify |
Definition at line 243 of file MOD_solidify.c.