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>2009-01-21 21:44:36 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2009-01-21 21:44:36 +0300
commitb4bef32bd9d43178454c678374c7eff2222e9d7b (patch)
tree94bd72b5d0992e6b0098ca4f8d4fd61f861312dd /source/blender/makesdna/DNA_scene_types.h
parente017235adc67f84fcef6c86829b3fa166b39c859 (diff)
* Fixed a minor CMake error for WITH_YAFRAY option
* Removed two unused sculpt DNA fields * Restored brush spacing option to sculpt
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 5adcb41c33d..1fe9908d961 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -387,11 +387,10 @@ typedef struct Sculpt
float pivot[3];
int flags;
/* For the Brush Shape */
- short texact, texnr, spacing;
- char texrept, texsep, averaging;
+ short texact, texnr;
+ char texrept, texsep;
/* Control tablet input */
char tablet_size, tablet_strength;
- char pad[5];
} Sculpt;
typedef struct VPaint {