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-06 17:45:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-06 17:45:11 +0400
commit2b8ac9bc616d9a9cd8f303228efc30fdc9dd38a1 (patch)
tree96d17992548f206d12feca81d911ca7c82b131fb /source/blender/makesdna/DNA_node_types.h
parent731c6ebec441ac577498e5673679df9e2a7d9bee (diff)
inpaint node from tomato branch by Peter Schlaile
http://en.wikipedia.org/wiki/Inpainting
Diffstat (limited to 'source/blender/makesdna/DNA_node_types.h')
-rw-r--r--source/blender/makesdna/DNA_node_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index 731f44d2564..d0c2a5c9925 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -375,6 +375,10 @@ enum {
};
enum {
+ CMP_NODE_INPAINT_SIMPLE = 0
+};
+
+enum {
CMP_NODEFLAG_MASK_AA = (1 << 0),
CMP_NODEFLAG_MASK_NO_FEATHER = (1 << 1),
CMP_NODEFLAG_MASK_MOTION_BLUR = (1 << 2),