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:
authorNicholas Bishop <nicholasbishop@gmail.com>2007-03-21 09:33:04 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-03-21 09:33:04 +0300
commitfa2627aa2c6040581700d02eed08790042a8bd84 (patch)
treec71b5231db4763736195fb75c15ab9a3940f1605 /source/blender/makesdna
parentce46f049355a2f7f7c010615488f4d0d007f4125 (diff)
== Multires ==
Added an option to choose between Catmull-Clark and simple subdivision when adding a level. This setting applies only to how the level is created; any changes to lower levels are still propagated to the top level using Catmull-Clark.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index e61f08c5836..24e7e548017 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -348,8 +348,11 @@ typedef struct ToolSettings {
char retopo_mode;
char retopo_paint_tool;
char line_div, ellipse_div, retopo_hotspot;
+
+ /* Multires */
+ char multires_subdiv_type;
- char pad4[3];
+ char pad4[2];
} ToolSettings;
/* Used by all brushes to store their properties, which can be directly set