|
Blender
V3.3
|
#include <stdio.h>#include "BLI_utildefines.h"#include "BLT_translation.h"#include "DNA_mesh_types.h"#include "DNA_object_force_types.h"#include "DNA_scene_types.h"#include "DNA_screen_types.h"#include "BKE_context.h"#include "BKE_layer.h"#include "BKE_particle.h"#include "BKE_screen.h"#include "BKE_softbody.h"#include "UI_interface.h"#include "UI_resources.h"#include "RNA_access.h"#include "RNA_prototypes.h"#include "DEG_depsgraph.h"#include "DEG_depsgraph_build.h"#include "DEG_depsgraph_physics.h"#include "DEG_depsgraph_query.h"#include "MOD_modifiertypes.h"#include "MOD_ui_common.h"Go to the source code of this file.
Functions | |
| static void | deformVerts (ModifierData *UNUSED(md), const ModifierEvalContext *ctx, Mesh *UNUSED(derivedData), float(*vertexCos)[3], int verts_num) |
| static bool | dependsOnTime (struct Scene *UNUSED(scene), ModifierData *UNUSED(md)) |
| static void | updateDepsgraph (ModifierData *UNUSED(md), const ModifierUpdateDepsgraphContext *ctx) |
| static void | panel_draw (const bContext *UNUSED(C), Panel *panel) |
| static void | panelRegister (ARegionType *region_type) |
Variables | |
| ModifierTypeInfo | modifierType_Softbody |
|
static |
Definition at line 39 of file MOD_softbody.c.
References DEG_get_ctime(), DEG_get_evaluated_scene(), ModifierEvalContext::depsgraph, ModifierEvalContext::object, sbObjectStep(), and scene.
|
static |
Definition at line 50 of file MOD_softbody.c.
Definition at line 72 of file MOD_softbody.c.
References Panel::layout, modifier_panel_end(), modifier_panel_get_property_pointers(), NULL, ptr, TIP_, and uiItemL().
Referenced by panelRegister().
|
static |
Definition at line 83 of file MOD_softbody.c.
References eModifierType_Softbody, modifier_panel_register(), and panel_draw().
|
static |
Definition at line 55 of file MOD_softbody.c.
References SoftBody::collision_group, DEG_add_collision_relations(), DEG_add_forcefield_relations(), DEG_add_modifier_to_transform_relation(), SoftBody::effector_weights, eModifierType_Collision, ModifierUpdateDepsgraphContext::node, NULL, ModifierUpdateDepsgraphContext::object, and Object::soft.
| ModifierTypeInfo modifierType_Softbody |
Definition at line 88 of file MOD_softbody.c.