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>2018-12-13 04:20:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-13 04:21:45 +0300
commit3b95b521fc70934bfa513b85918a37c239e1fadc (patch)
treef4cddc338548a194b4349451e8829dc395a5b232 /source/blender/blenkernel/intern/rigidbody.c
parent5d09f5223e63591c080b7bfd6b2b48e5476205cf (diff)
Cleanup: replace ifdef w/ stub
Diffstat (limited to 'source/blender/blenkernel/intern/rigidbody.c')
-rw-r--r--source/blender/blenkernel/intern/rigidbody.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/rigidbody.c b/source/blender/blenkernel/intern/rigidbody.c
index 7d4bd74389e..4e6d6cf0971 100644
--- a/source/blender/blenkernel/intern/rigidbody.c
+++ b/source/blender/blenkernel/intern/rigidbody.c
@@ -1792,6 +1792,7 @@ void BKE_rigidbody_rebuild_world(Depsgraph *depsgraph, Scene *scene, float ctime
void BKE_rigidbody_do_simulation(Depsgraph *depsgraph, Scene *scene, float ctime) {}
void BKE_rigidbody_objects_collection_validate(Scene *scene, RigidBodyWorld *rbw) {}
void BKE_rigidbody_constraints_collection_validate(Scene *scene, RigidBodyWorld *rbw) {}
+void BKE_rigidbody_main_collection_object_add(Main *bmain, Collection *collection, Object *object) {}
#if defined(__GNUC__) || defined(__clang__)
# pragma GCC diagnostic pop