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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-06-29 19:58:13 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-06-29 19:58:13 +0300
commit3bc21bc5f79aa21a63c6d545327b8e24eb9eb975 (patch)
tree4d1cb70d451105dce433f655aa08fb8c482c607f /source/blender/blenkernel/intern/rigidbody.c
parent3aa61499d06960eef7a0f64e32bfb88694dc315a (diff)
Cleanup: Moar DM busting, mostly cleaning up MOD_utils.
Diffstat (limited to 'source/blender/blenkernel/intern/rigidbody.c')
-rw-r--r--source/blender/blenkernel/intern/rigidbody.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/rigidbody.c b/source/blender/blenkernel/intern/rigidbody.c
index 91dd1e3dbaa..59847b28785 100644
--- a/source/blender/blenkernel/intern/rigidbody.c
+++ b/source/blender/blenkernel/intern/rigidbody.c
@@ -254,7 +254,7 @@ RigidBodyCon *BKE_rigidbody_copy_constraint(const Object *ob, const int UNUSED(f
/* ************************************** */
/* Setup Utilities - Validate Sim Instances */
-/* get the appropriate DerivedMesh based on rigid body mesh source */
+/* get the appropriate evaluated mesh based on rigid body mesh source */
static Mesh *rigidbody_get_mesh(Object *ob)
{
switch (ob->rigidbody_object->mesh_source) {