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:
authorCampbell Barton <ideasman42@gmail.com>2015-04-15 17:59:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-04-15 17:59:43 +0300
commitf660085e2f0d1f000f8243f480376492540bfe99 (patch)
tree4fb0932e77d0b3bec4304b1b2f1af309627c3ebb /source/blender/makesdna/DNA_brush_types.h
parent7730391d7425a8581cf16b3a6510acc56108071c (diff)
Increase max brush size from 200 to 500
Diffstat (limited to 'source/blender/makesdna/DNA_brush_types.h')
-rw-r--r--source/blender/makesdna/DNA_brush_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h
index 6d6d33a6f1b..a711f2ae100 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -295,7 +295,7 @@ typedef enum BlurKernelType {
KERNEL_BOX
} BlurKernelType;
-#define MAX_BRUSH_PIXEL_RADIUS 200
+#define MAX_BRUSH_PIXEL_RADIUS 500
#endif