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:
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 */