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>2012-04-23 06:48:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-23 06:48:05 +0400
commit4c4389f6a42ebfe0140de8d1892d9990aa592980 (patch)
tree1f2c72e1fc815661e2e69da8deaed5099d47ddaf /source/blender/makesdna
parent792f536b368067fd27d0eefbe1bf6c91123220f4 (diff)
code cleanup: remove editbutflag flag from toolsettings & related defines.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 79ed1186c1a..817ebaf8012 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -885,7 +885,7 @@ typedef struct ToolSettings {
/* Subdivide Settings */
short cornertype;
- short editbutflag;
+ short pad3;
/*Triangle to Quad conversion threshold*/
float jointrilimit;
/* Editmode Tools */
@@ -943,11 +943,11 @@ typedef struct ToolSettings {
/* Auto-Keying Mode */
short autokey_mode, autokey_flag; /* defines in DNA_userdef_types.h */
-
+
/* Multires */
char multires_subdiv_type;
char pad2[5];
-
+
/* Skeleton generation */
short skgen_resolution;
float skgen_threshold_internal;
@@ -965,7 +965,7 @@ typedef struct ToolSettings {
char skgen_postpro_passes;
char skgen_subdivisions[3];
char skgen_multi_level;
-
+
/* Skeleton Sketching */
struct Object *skgen_template;
char bone_sketching;