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:
authorJiri Hnidek <jiri.hnidek@tul.cz>2004-06-29 21:10:13 +0400
committerJiri Hnidek <jiri.hnidek@tul.cz>2004-06-29 21:10:13 +0400
commit7000bebc4b61ea92240a18536a40110b839880be (patch)
tree3806244ea71cd5733b2371d87cc1416a6b831c46 /source/blender/makesdna/DNA_meta_types.h
parentb46074877762aeeb7ee841b1a2e7e8846f9e382b (diff)
- added octal tree node optimalization of MetaBall polygonisation
polygonization of 512 MetaBalls: - version 2.33a: 76 s - current cvs version 8 s - button "Never" is added in button window: Metaballs are polygonized only during render time (it is useful for particle animation) http://e-learning.vslib.cz/hnidek/misc/bowl_metaballs.blend
Diffstat (limited to 'source/blender/makesdna/DNA_meta_types.h')
-rw-r--r--source/blender/makesdna/DNA_meta_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_meta_types.h b/source/blender/makesdna/DNA_meta_types.h
index 9501aac82f6..e9d0c841b53 100644
--- a/source/blender/makesdna/DNA_meta_types.h
+++ b/source/blender/makesdna/DNA_meta_types.h
@@ -89,6 +89,7 @@ typedef struct MetaBall {
#define MB_UPDATE_ALWAYS 0
#define MB_UPDATE_HALFRES 1
#define MB_UPDATE_FAST 2
+#define MB_UPDATE_NEVER 3
/* ml->type */
#define MB_BALL 0