Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-04-17 07:17:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-17 07:21:24 +0300
commite12c08e8d170b7ca40f204a5b0423c23a9fbc2c1 (patch)
tree8cf3453d12edb177a218ef8009357518ec6cab6a /source/blender/depsgraph/DEG_depsgraph_physics.h
parentb3dabc200a4b0399ec6b81f2ff2730d07b44fcaa (diff)
ClangFormat: apply to source, most of intern
Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph_physics.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph_physics.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph_physics.h b/source/blender/depsgraph/DEG_depsgraph_physics.h
index d4780a989d8..7eae6b4eec4 100644
--- a/source/blender/depsgraph/DEG_depsgraph_physics.h
+++ b/source/blender/depsgraph/DEG_depsgraph_physics.h
@@ -39,11 +39,11 @@ extern "C" {
#endif
typedef enum ePhysicsRelationType {
- DEG_PHYSICS_EFFECTOR = 0,
- DEG_PHYSICS_COLLISION = 1,
- DEG_PHYSICS_SMOKE_COLLISION = 2,
- DEG_PHYSICS_DYNAMIC_BRUSH = 3,
- DEG_PHYSICS_RELATIONS_NUM = 4,
+ DEG_PHYSICS_EFFECTOR = 0,
+ DEG_PHYSICS_COLLISION = 1,
+ DEG_PHYSICS_SMOKE_COLLISION = 2,
+ DEG_PHYSICS_DYNAMIC_BRUSH = 3,
+ DEG_PHYSICS_RELATIONS_NUM = 4,
} ePhysicsRelationType;
/* Get collision/effector relations from collection or entire scene. These
@@ -55,10 +55,8 @@ struct ListBase *DEG_get_collision_relations(const struct Depsgraph *depsgraph,
struct Collection *collection,
unsigned int modifier_type);
-
/* Build collision/effector relations for depsgraph. */
-typedef bool (*DEG_CollobjFilterFunction)(struct Object *obj,
- struct ModifierData *md);
+typedef bool (*DEG_CollobjFilterFunction)(struct Object *obj, struct ModifierData *md);
void DEG_add_collision_relations(struct DepsNodeHandle *handle,
struct Object *object,
@@ -77,4 +75,4 @@ void DEG_add_forcefield_relations(struct DepsNodeHandle *handle,
} /* extern "C" */
#endif
-#endif /* __DEG_DEPSGRAPH_PHYSICS_H__ */
+#endif /* __DEG_DEPSGRAPH_PHYSICS_H__ */