Blender  V3.3
depsgraph_physics.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2019 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
10 struct Collection;
11 struct ListBase;
12 
13 namespace blender::deg {
14 
15 struct Depsgraph;
16 
19  Collection *collection,
20  unsigned int modifier_type);
22 
23 } // namespace blender::deg
struct Depsgraph Depsgraph
Definition: DEG_depsgraph.h:35
Depsgraph * graph
ListBase * build_collision_relations(Depsgraph *graph, Collection *collection, unsigned int modifier_type)
ListBase * build_effector_relations(Depsgraph *graph, Collection *collection)
void clear_physics_relations(Depsgraph *graph)