Changeset View
Changeset View
Standalone View
Standalone View
source/blender/depsgraph/intern/depsgraph_physics.h
| Show All 13 Lines | |||||
| namespace deg { | namespace deg { | ||||
| struct Depsgraph; | struct Depsgraph; | ||||
| ListBase *build_effector_relations(Depsgraph *graph, Collection *collection); | ListBase *build_effector_relations(Depsgraph *graph, Collection *collection); | ||||
| ListBase *build_collision_relations(Depsgraph *graph, | ListBase *build_collision_relations(Depsgraph *graph, | ||||
| Collection *collection, | Collection *collection, | ||||
| unsigned int modifier_type); | unsigned int modifier_type); | ||||
| ListBase *build_lineart_relations(Depsgraph *graph, Collection *collection, bool allow_duplicates); | |||||
| void clear_physics_relations(Depsgraph *graph); | void clear_physics_relations(Depsgraph *graph); | ||||
| } // namespace deg | } // namespace deg | ||||
| } // namespace blender | } // namespace blender | ||||