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-25 01:58:22 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2009-01-25 01:58:22 +0300
commitfb87cfbb1bfad1ab3840f63fb487972d27c49026 (patch)
treed7e26f41744db4819a3d140603d8038d085c77c3 /source/blender/makesdna/DNA_brush_types.h
parent3e6b5804fd64e4df0b1b52a597202f52ae2973c8 (diff)
More radial control work.
* Added a rotation setting to brush (and brush RNA) * Brought back strength and rotation modes for radial control * Brought back brush texture for radial control * Turned off display of sculpt brush during radial control operator
Diffstat (limited to 'source/blender/makesdna/DNA_brush_types.h')
-rw-r--r--source/blender/makesdna/DNA_brush_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h
index 3fe92feb139..359573a141c 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -63,9 +63,13 @@ typedef struct Brush {
float rgb[3]; /* color */
float alpha; /* opacity */
+ float rot; /* rotation in radians */
+
short texact; /* active texture */
char sculpt_tool; /* active tool */
char tex_mode;
+
+ char pad[4];
} Brush;
/* Brush.flag */