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
parent3aa61499d06960eef7a0f64e32bfb88694dc315a (diff)
Cleanup: Moar DM busting, mostly cleaning up MOD_utils.
Diffstat (limited to 'source/blender/blenkernel')
-rw-r--r--source/blender/blenkernel/BKE_particle.h1
-rw-r--r--source/blender/blenkernel/intern/rigidbody.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_particle.h b/source/blender/blenkernel/BKE_particle.h
index 4a5be9f0f70..3486027e628 100644
--- a/source/blender/blenkernel/BKE_particle.h
+++ b/source/blender/blenkernel/BKE_particle.h
@@ -50,7 +50,6 @@ struct Main;
struct Object;
struct Scene;
struct Depsgraph;
-struct DerivedMesh;
struct ModifierData;
struct MTFace;
struct MCol;
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) {