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:
authorHans Goudey <h.goudey@me.com>2022-08-17 18:57:21 +0300
committerHans Goudey <h.goudey@me.com>2022-08-17 18:57:21 +0300
commit6718afdc8a324f92741ce3b6d71656b6deca9322 (patch)
treee2c97bff5d53d7739566362cf210855cf56b9428 /source/blender/blenkernel/intern/mball.cc
parent316194c3849d9cc308c50bfe8f94847c780118be (diff)
Cleanup: Fix outdated comments referring to DispList
Diffstat (limited to 'source/blender/blenkernel/intern/mball.cc')
-rw-r--r--source/blender/blenkernel/intern/mball.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/blenkernel/intern/mball.cc b/source/blender/blenkernel/intern/mball.cc
index beed21dc3b7..3a918690b42 100644
--- a/source/blender/blenkernel/intern/mball.cc
+++ b/source/blender/blenkernel/intern/mball.cc
@@ -4,11 +4,8 @@
/** \file
* \ingroup bke
*
- * MetaBalls are created from a single Object (with a name without number in it),
- * here the DispList and BoundBox also is located.
+ * MetaBalls are created from a single Object (with a name without number in it).
* All objects with the same name (but with a number in it) are added to this.
- *
- * texture coordinates are patched within the displist
*/
#include <cctype>