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>2011-09-19 06:43:03 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-19 06:43:03 +0400
commita89b253aa62021b9fb8cf5881629b136f1c236da (patch)
treef1da785b6bf71139d606d9c91b0f993ed934a48e /source/blender/makesdna
parent73863a1da5436ec5f63566e40ffa07ecbb903c69 (diff)
edits to radish before merge with trunk
- removed some unused functions. - renamed vars to make more sense paint_vertex.c 'flags' --> 'lock_flags' - some odd modifications were made in unrealted, commented code, copy these back from trunk. - rename vertex_group_fix 'cp' property to 'accuracy' - make style more consistant with trunk. - remove 'Radish' comments.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 24072e9f2c8..9f176a22848 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -762,8 +762,6 @@ typedef struct ToolSettings {
char pad[5];
char auto_normalize; /*auto normalizing mode in wpaint*/
-
-
char multipaint; /* paint multiple bones in wpaint */
short sculpt_paint_settings; /* user preferences for sculpt and paint */