|
Blender V4.3
|
#include "BLI_math_matrix.h"#include "BLI_utildefines.h"#include "BLT_translation.hh"#include "DNA_defaults.h"#include "DNA_mesh_types.h"#include "DNA_meshdata_types.h"#include "DNA_object_types.h"#include "DNA_screen_types.h"#include "BKE_deform.hh"#include "BKE_editmesh.hh"#include "BKE_lib_query.hh"#include "BKE_texture.h"#include "UI_interface.hh"#include "UI_resources.hh"#include "RNA_access.hh"#include "RNA_prototypes.hh"#include "MEM_guardedalloc.h"#include "RE_texture.h"#include "MOD_modifiertypes.hh"#include "MOD_ui_common.hh"#include "MOD_util.hh"#include "DEG_depsgraph.hh"#include "DEG_depsgraph_query.hh"Go to the source code of this file.
Variables | |
| ModifierTypeInfo | modifierType_Wave |
|
static |
Definition at line 278 of file MOD_wave.cc.
References ModifierEvalContext::object, and waveModifier_do().
|
static |
Definition at line 51 of file MOD_wave.cc.
|
static |
Definition at line 56 of file MOD_wave.cc.
References IDWALK_CB_NOP, IDWALK_CB_USER, WaveModifierData::map_object, WaveModifierData::objectcenter, and WaveModifierData::texture.
|
static |
Definition at line 65 of file MOD_wave.cc.
References Object::id, ptr, RNA_pointer_create(), and RNA_struct_find_property().
|
static |
Definition at line 42 of file MOD_wave.cc.
References BLI_assert, DNA_struct_default_get, MEMCMP_STRUCT_AFTER_IS_ZERO, and MEMCPY_STRUCT_AFTER.
Definition at line 292 of file MOD_wave.cc.
References col, IFACE_, Panel::layout, modifier_panel_end(), modifier_panel_get_property_pointers(), modifier_vgroup_ui(), ptr, RNA_boolean_get(), UI_ITEM_NONE, UI_ITEM_R_FORCE_BLANK_DECORATE, UI_ITEM_R_SLIDER, UI_ITEM_R_TOGGLE, uiItemR(), uiLayoutColumn(), uiLayoutRow(), uiLayoutRowWithHeading(), uiLayoutSetActive(), and uiLayoutSetPropSep().
Referenced by panel_register().
|
static |
Definition at line 399 of file MOD_wave.cc.
References eModifierType_Wave, modifier_panel_register(), modifier_subpanel_register(), panel_draw(), position_panel_draw(), texture_panel_draw(), and time_panel_draw().
Definition at line 329 of file MOD_wave.cc.
References col, IFACE_, Panel::layout, modifier_panel_get_property_pointers(), ptr, UI_ITEM_NONE, uiItemR(), uiLayoutColumn(), and uiLayoutSetPropSep().
Referenced by panel_register().
|
static |
Definition at line 100 of file MOD_wave.cc.
References CD_MASK_MDEFORMVERT, CD_MASK_MTFACE, WaveModifierData::defgrp_name, CustomData_MeshMasks::fmask, MOD_DISP_MAP_UV, WaveModifierData::texmapping, WaveModifierData::texture, and CustomData_MeshMasks::vmask.
Definition at line 361 of file MOD_wave.cc.
References col, IFACE_, Panel::layout, MOD_DISP_MAP_OBJECT, MOD_DISP_MAP_UV, modifier_panel_get_property_pointers(), OB_ARMATURE, OB_MESH, ptr, RNA_enum_get(), RNA_pointer_get(), RNA_pointer_is_null(), UI_ITEM_NONE, uiItemPointerR(), uiItemR(), uiLayoutColumn(), uiLayoutSetPropSep(), and uiTemplateID().
Referenced by panel_register().
Definition at line 345 of file MOD_wave.cc.
References col, IFACE_, Panel::layout, modifier_panel_get_property_pointers(), ptr, UI_ITEM_NONE, UI_ITEM_R_SLIDER, uiItemR(), uiLayoutColumn(), and uiLayoutSetPropSep().
Referenced by panel_register().
|
static |
Definition at line 72 of file MOD_wave.cc.
References DEG_add_depends_on_transform_relation(), DEG_add_generic_id_relation(), DEG_add_object_relation(), DEG_OB_COMP_TRANSFORM, Tex::id, WaveModifierData::map_bone, WaveModifierData::map_object, MOD_depsgraph_update_object_bone_relation(), MOD_DISP_MAP_GLOBAL, MOD_DISP_MAP_OBJECT, ModifierUpdateDepsgraphContext::node, WaveModifierData::objectcenter, WaveModifierData::texmapping, and WaveModifierData::texture.
|
static |
Definition at line 115 of file MOD_wave.cc.
References BKE_defvert_find_weight(), BKE_texture_get_value(), CLAMP, WaveModifierData::damp, WaveModifierData::defgrp_name, DEG_get_ctime(), ModifierEvalContext::depsgraph, exp(), expf, fabsf, WaveModifierData::falloff, WaveModifierData::flag, float, fmodf, WaveModifierData::height, invert_m4_m4(), blender::Span< T >::is_empty(), WaveModifierData::lifetime, MEM_malloc_arrayN, MEM_SAFE_FREE, MOD_get_texture_coords(), MOD_get_vgroup(), MOD_init_texture(), MOD_WAVE_CYCL, MOD_WAVE_INVERT_VGROUP, MOD_WAVE_NORM, MOD_WAVE_NORM_X, MOD_WAVE_NORM_Y, MOD_WAVE_NORM_Z, MOD_WAVE_X, MOD_WAVE_Y, mul_m4_m4m4(), WaveModifierData::narrow, WaveModifierData::objectcenter, Object::runtime, WaveModifierData::speed, sqrtf, WaveModifierData::startx, WaveModifierData::starty, WaveModifierData::texture, WaveModifierData::timeoffs, TexResult::tin, WaveModifierData::width, x, and y.
Referenced by deform_verts().
| ModifierTypeInfo modifierType_Wave |
Definition at line 409 of file MOD_wave.cc.