|
Blender V5.0
|
#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_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_layout.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 47 of file MOD_build.cc.
|
static |
Definition at line 38 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 52 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, Mesh::corner_data, CustomData_copy_data(), blender::Span< T >::data(), DEG_get_input_scene(), ModifierEvalContext::depsgraph, Mesh::edge_data, Mesh::face_data, faceMap, BuildModifierData::flag, frac(), GHASH_ITER, i, 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(), BuildModifierData::start, Mesh::vert_data, and Mesh::verts_num.
Definition at line 251 of file MOD_build.cc.
References Panel::layout, modifier_error_message_draw(), modifier_panel_get_property_pointers(), uiLayout::prop(), ptr, UI_ITEM_NONE, and uiLayout::use_property_split_set().
|
static |
Definition at line 287 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 275 of file MOD_build.cc.
References uiLayout::active_set(), Panel::layout, modifier_panel_get_property_pointers(), uiLayout::prop(), ptr, RNA_boolean_get(), UI_ITEM_NONE, and uiLayout::use_property_split_set().
Referenced by panel_register().
Definition at line 266 of file MOD_build.cc.
References Panel::layout, modifier_panel_get_property_pointers(), uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by panel_register().
| ModifierTypeInfo modifierType_Build |
Definition at line 294 of file MOD_build.cc.