|
Blender V4.3
|
#include "MEM_guardedalloc.h"#include "BLI_utildefines.h"#include "BLI_ghash.h"#include "BLI_math_vector.h"#include "BLI_rand.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 "DEG_depsgraph_query.hh"#include "BKE_customdata.hh"#include "BKE_mesh.hh"#include "BKE_modifier.hh"#include "BKE_scene.hh"#include "UI_interface.hh"#include "UI_resources.hh"#include "RNA_access.hh"#include "RNA_prototypes.hh"#include "MOD_ui_common.hh"Go to the source code of this file.
Functions | |
| static void | init_data (ModifierData *md) |
| static bool | depends_on_time (Scene *, ModifierData *) |
| static Mesh * | modify_mesh (ModifierData *md, const ModifierEvalContext *ctx, Mesh *mesh) |
| static void | panel_draw (const bContext *, Panel *panel) |
| static void | random_panel_header_draw (const bContext *, Panel *panel) |
| static void | random_panel_draw (const bContext *, Panel *panel) |
| static void | panel_register (ARegionType *region_type) |
Variables | |
| ModifierTypeInfo | modifierType_Build |
|
static |
Definition at line 48 of file MOD_build.cc.
|
static |
Definition at line 39 of file MOD_build.cc.
References BLI_assert, DNA_struct_default_get, MEMCMP_STRUCT_AFTER_IS_ZERO, and MEMCPY_STRUCT_AFTER.
|
static |
Definition at line 53 of file MOD_build.cc.
References BKE_mesh_new_nomain_from_template(), BKE_scene_ctime_get(), BLI_array_randomize(), BLI_assert, BLI_ghash_ensure_p(), BLI_ghash_free(), BLI_ghash_haskey(), BLI_ghash_insert(), BLI_ghash_int_new(), BLI_ghash_len(), BLI_ghash_lookup(), BLI_ghashIterator_getKey(), BLI_ghashIterator_getValue(), CLAMP, CustomData_copy_data(), blender::Span< T >::data(), DEG_get_input_scene(), ModifierEvalContext::depsgraph, faceMap, BuildModifierData::flag, frac(), GHASH_ITER, BuildModifierData::length, MEM_freeN(), MEM_malloc_arrayN, MOD_BUILD_FLAG_RANDOMIZE, MOD_BUILD_FLAG_REVERSE, POINTER_AS_INT, POINTER_FROM_INT, range_vn_i(), result, BuildModifierData::seed, blender::IndexRange::size(), blender::offset_indices::OffsetIndices< T >::size(), blender::Span< T >::size(), blender::IndexRange::start(), and BuildModifierData::start.
Definition at line 252 of file MOD_build.cc.
References Panel::layout, modifier_panel_end(), modifier_panel_get_property_pointers(), ptr, UI_ITEM_NONE, uiItemR(), and uiLayoutSetPropSep().
Referenced by panel_register().
|
static |
Definition at line 288 of file MOD_build.cc.
References eModifierType_Build, modifier_panel_register(), modifier_subpanel_register(), panel_draw(), random_panel_draw(), and random_panel_header_draw().
Definition at line 276 of file MOD_build.cc.
References Panel::layout, modifier_panel_get_property_pointers(), ptr, RNA_boolean_get(), UI_ITEM_NONE, uiItemR(), uiLayoutSetActive(), and uiLayoutSetPropSep().
Referenced by panel_register().
Definition at line 267 of file MOD_build.cc.
References Panel::layout, modifier_panel_get_property_pointers(), ptr, UI_ITEM_NONE, and uiItemR().
Referenced by panel_register().
| ModifierTypeInfo modifierType_Build |
Definition at line 295 of file MOD_build.cc.