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>2007-03-07 12:53:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-03-07 12:53:40 +0300
commitd79f21eba7cd5f72b551911ccc34d3b2cd12eef0 (patch)
tree185ae9fb960ef7de3e9ae8a1f430a1787bb399f1 /source/blender/makesdna/DNA_meta_types.h
parent37c7d4d385f4fcebaff03af91bd54dc6a0cfa523 (diff)
DNA_meta_types.h - had a max element type defined that wasnt used anywhere, and some metaballs alredy use more then 1024 elements.
Metaball - added metaball.update attribute and constants Mataball.Update.ALWAYS, NEVER, HALFRES and NEVER
Diffstat (limited to 'source/blender/makesdna/DNA_meta_types.h')
-rw-r--r--source/blender/makesdna/DNA_meta_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_meta_types.h b/source/blender/makesdna/DNA_meta_types.h
index c96681e2223..e14782cf5ca 100644
--- a/source/blender/makesdna/DNA_meta_types.h
+++ b/source/blender/makesdna/DNA_meta_types.h
@@ -93,8 +93,6 @@ typedef struct MetaBall {
/* **************** METABALL ********************* */
-#define MB_MAXELEM 1024
-
/* texflag */
#define MB_AUTOSPACE 1