|
Blender V4.3
|
#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 Mesh * | modify_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 |
Definition at line 197 of file MOD_solidify.cc.
References col, Panel::layout, modifier_panel_get_property_pointers(), ptr, RNA_float_get(), UI_ITEM_NONE, uiItemR(), uiLayoutColumn(), uiLayoutRow(), uiLayoutSetActive(), and uiLayoutSetPropSep().
Referenced by panel_register().
Definition at line 171 of file MOD_solidify.cc.
References BLT_I18NCONTEXT_ID_MESH, col, CTX_IFACE_, IFACE_, Panel::layout, MOD_SOLIDIFY_MODE_EXTRUDE, modifier_panel_get_property_pointers(), ptr, RNA_enum_get(), UI_ITEM_NONE, UI_ITEM_R_SLIDER, uiItemR(), uiLayoutColumn(), and uiLayoutSetPropSep().
Referenced by panel_register().
|
static |
Definition at line 35 of file MOD_solidify.cc.
References BLI_assert, DNA_struct_default_get, MEMCMP_STRUCT_AFTER_IS_ZERO, and MEMCPY_STRUCT_AFTER.
Definition at line 150 of file MOD_solidify.cc.
References BLT_I18NCONTEXT_ID_MESH, col, CTX_IFACE_, Panel::layout, modifier_panel_get_property_pointers(), ptr, RNA_boolean_get(), UI_ITEM_NONE, uiItemR(), uiLayoutColumn(), uiLayoutSetActive(), and uiLayoutSetPropSep().
Referenced by panel_register().
|
static |
Definition at line 60 of file MOD_solidify.cc.
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 131 of file MOD_solidify.cc.
References col, IFACE_, Panel::layout, MOD_SOLIDIFY_MODE_EXTRUDE, modifier_panel_get_property_pointers(), ptr, RNA_enum_get(), UI_ITEM_NONE, uiItemR(), uiLayoutColumn(), and uiLayoutSetPropSep().
Referenced by panel_register().
Definition at line 74 of file MOD_solidify.cc.
References BLT_I18NCONTEXT_ID_MESH, col, CTX_IFACE_, IFACE_, Panel::layout, MOD_SOLIDIFY_MODE_NONMANIFOLD, modifier_panel_end(), modifier_panel_get_property_pointers(), modifier_vgroup_ui(), ptr, RNA_boolean_get(), RNA_enum_get(), RNA_string_length(), UI_ITEM_NONE, uiItemR(), uiItemS(), uiLayoutColumn(), uiLayoutColumnWithHeading(), uiLayoutRow(), uiLayoutSetActive(), and uiLayoutSetPropSep().
Referenced by panel_register().
|
static |
Definition at line 236 of file MOD_solidify.cc.
References clamp_panel_draw(), edge_data_panel_draw(), eModifierType_Solidify, materials_panel_draw(), modifier_panel_register(), modifier_subpanel_register(), normals_panel_draw(), panel_draw(), and vertex_group_panel_draw().
|
static |
Definition at line 48 of file MOD_solidify.cc.
References CD_MASK_MDEFORMVERT, SolidifyModifierData::defgrp_name, SolidifyModifierData::rim_defgrp_name, SolidifyModifierData::shell_defgrp_name, and CustomData_MeshMasks::vmask.
Definition at line 214 of file MOD_solidify.cc.
References BLT_I18NCONTEXT_ID_MESH, col, CTX_IFACE_, IFACE_, Panel::layout, modifier_panel_get_property_pointers(), ptr, uiItemPointerR(), uiLayoutColumn(), and uiLayoutSetPropSep().
Referenced by panel_register().
| ModifierTypeInfo modifierType_Solidify |
Definition at line 255 of file MOD_solidify.cc.