Blender
V4.3
source
blender
depsgraph
intern
depsgraph_physics.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2019 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#pragma once
10
11
struct
Collection
;
12
struct
ListBase
;
13
14
namespace
blender::deg
{
15
16
struct
Depsgraph;
17
18
ListBase
*
build_effector_relations
(Depsgraph *graph,
Collection
*collection);
19
ListBase
*
build_collision_relations
(Depsgraph *graph,
20
Collection
*collection,
21
unsigned
int
modifier_type);
22
void
clear_physics_relations
(Depsgraph *graph);
23
24
}
// namespace blender::deg
blender::deg
Definition
DEG_depsgraph_light_linking.hh:18
blender::deg::build_collision_relations
ListBase * build_collision_relations(Depsgraph *graph, Collection *collection, uint modifier_type)
Definition
depsgraph_physics.cc:184
blender::deg::build_effector_relations
ListBase * build_effector_relations(Depsgraph *graph, Collection *collection)
Definition
depsgraph_physics.cc:166
blender::deg::clear_physics_relations
void clear_physics_relations(Depsgraph *graph)
Definition
depsgraph_physics.cc:203
Collection
Definition
DNA_collection_types.h:126
ListBase
Definition
DNA_listBase.h:32
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0