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, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h
index 359573a141c..88520a12e75 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -51,7 +51,7 @@ typedef struct Brush {
struct BrushClone clone;
- struct CurveMapping *curve; /* falloff curve */
+ struct CurveMapping *curve; /* falloff curve */
struct MTex *mtex[18]; /* MAX_MTEX */
short flag, blend; /* general purpose flag, blend mode */
@@ -63,7 +63,7 @@ typedef struct Brush {
float rgb[3]; /* color */
float alpha; /* opacity */
- float rot; /* rotation in radians */
+ float rot; /* rotation in radians */
short texact; /* active texture */
char sculpt_tool; /* active tool */