Blender
V3.3
source
blender
depsgraph
intern
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
17
ListBase
*
build_effector_relations
(
Depsgraph
*
graph
,
Collection
*collection);
18
ListBase
*
build_collision_relations
(
Depsgraph
*
graph
,
19
Collection
*collection,
20
unsigned
int
modifier_type);
21
void
clear_physics_relations
(
Depsgraph
*
graph
);
22
23
}
// namespace blender::deg
Depsgraph
struct Depsgraph Depsgraph
Definition:
DEG_depsgraph.h:35
graph
Depsgraph * graph
Definition:
deg_builder_cycle.cc:56
blender::deg
Definition:
deg_builder.cc:40
blender::deg::build_collision_relations
ListBase * build_collision_relations(Depsgraph *graph, Collection *collection, unsigned int modifier_type)
Definition:
depsgraph_physics.cc:181
blender::deg::build_effector_relations
ListBase * build_effector_relations(Depsgraph *graph, Collection *collection)
Definition:
depsgraph_physics.cc:163
blender::deg::clear_physics_relations
void clear_physics_relations(Depsgraph *graph)
Definition:
depsgraph_physics.cc:202
Collection
Definition:
DNA_collection_types.h:47
ListBase
Definition:
DNA_listBase.h:30
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1