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-01-16 22:06:58 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-01-16 22:06:58 +0300
commit1e785638f9f6a8a63c591be412b57b3bc672b0ee (patch)
treeb51e622fffce20febedc924482a3d88977c3eb37 /source/blender/makesdna
parent797565916d3b7a20c3cef283c3ea86349b0fa05c (diff)
Usabilility fix for retopo: allow user to disable hotspots on line ends, also only display the controls for each tool (pen, line, and ellipse) when that tool is selected.)
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 762130812ea..95e359ae421 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -342,9 +342,9 @@ typedef struct ToolSettings {
/* Retopo */
char retopo_mode;
- char line_div, ellipse_div;
- char pad3;
- int pad4;
+ char line_div, ellipse_div, retopo_hotspot;
+
+ int pad4;
} ToolSettings;
/* Used by all brushes to store their properties, which can be directly set