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>2012-07-25 23:36:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-25 23:36:59 +0400
commit927af4ccc9826753c1176563b72018f31c2e9eed (patch)
tree0c93d7c96c47b3982f48b44b11deef7f2d989f45 /source/blender/makesdna/DNA_space_types.h
parenta9614e732c286b8f4799cdfd674592efa8bbdf8c (diff)
mask transform now works in the image space
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 6299c46171e..49ea9af31e4 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -1115,4 +1115,6 @@ typedef enum eSpace_Type {
SPACEICONMAX = SPACE_CLIP
} eSpace_Type;
+#define IMG_SIZE_FALLBACK 256
+
#endif