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-08-01 16:59:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-01 16:59:38 +0400
commite00c7558bd30a087f4ffcb5197ec25a72fa76db5 (patch)
treeca66c0841fe14f8a799687e95f87b45f4206cfb6 /source/blender/makesdna/DNA_node_types.h
parentda4d468e989f713340a60639f0e67e9de88bc679 (diff)
- disable mask drawing in the sequencer, this isn't usable yet and likely wont be working in release.
- use define for max mask mblur samples, increase to 64 max.
Diffstat (limited to 'source/blender/makesdna/DNA_node_types.h')
-rw-r--r--source/blender/makesdna/DNA_node_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index 5b8445465a2..731f44d2564 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -762,4 +762,6 @@ typedef struct NodeTrackPosData {
#define CMP_NODE_BLUR_ASPECT_Y 1
#define CMP_NODE_BLUR_ASPECT_X 2
+#define CMP_NODE_MASK_MBLUR_SAMPLES_MAX 64
+
#endif