Blender
V5.0
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
8
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
Collection
struct Collection Collection
ListBase
struct ListBase ListBase
blender::deg
Definition
DEG_depsgraph_light_linking.hh:14
blender::deg::build_collision_relations
ListBase * build_collision_relations(Depsgraph *graph, Collection *collection, uint modifier_type)
Definition
depsgraph_physics.cc:267
blender::deg::build_effector_relations
ListBase * build_effector_relations(Depsgraph *graph, Collection *collection)
Definition
depsgraph_physics.cc:249
blender::deg::clear_physics_relations
void clear_physics_relations(Depsgraph *graph)
Definition
depsgraph_physics.cc:286
Collection
Definition
DNA_collection_types.h:113
ListBase
Definition
DNA_listBase.h:32
blender::deg::Depsgraph
Definition
depsgraph.hh:48
Generated on
for Blender by
doxygen
1.16.1