From a89b253aa62021b9fb8cf5881629b136f1c236da Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 19 Sep 2011 02:43:03 +0000 Subject: 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. --- source/blender/makesdna/DNA_scene_types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/makesdna') 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 */ -- cgit v1.2.3