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:
authorJason Hays <jason_hays22@mymail.eku.edu>2011-07-12 23:06:06 +0400
committerJason Hays <jason_hays22@mymail.eku.edu>2011-07-12 23:06:06 +0400
commit9a808e7b8cef56befc0e54b254571b41afe242e3 (patch)
tree76a3b3733b1d016ac785eddf1e7f268f8dbe46f3 /source/blender/makesdna/DNA_scene_types.h
parent30412f85aaa3916e656aac5b236c147dfd67501f (diff)
Lots of incomplete changes:
Weight Paint Vertex Select tweaked to act like edit mode's select and Circle select was added, but clipping is not working properly for either. Select all was added too, but to the Q key until I look into overriding A's select all bones. The select vertices checkbox was moved to the header, but it does not force face select mask to turn off yet--and it doesn't have the correct icon. There will definitely be an update tomorrow to fix the problems with all or most of the issues.
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index debe51bf795..251329a04f6 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -724,13 +724,12 @@ typedef struct ToolSettings {
short snap_flag, snap_target;
short proportional, prop_mode;
char proportional_objects; /* proportional edit, object mode */
- char pad[3];
+ char pad[7];
int auto_normalize; /*auto normalizing mode in wpaint*/
//Jason
int multipaint; /* paint multiple bones in wpaint */
- int wp_vert_sel; /* selectable vertices in wpaint */
short sculpt_paint_settings; /* user preferences for sculpt and paint */
short pad1;