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:
authorTon Roosendaal <ton@blender.org>2006-11-15 18:18:06 +0300
committerTon Roosendaal <ton@blender.org>2006-11-15 18:18:06 +0300
commit3959fbcf1f6eb36e908d238b4ff608eb88b59d03 (patch)
treee55e2786b8059c1f8a543aee855266b019c9b99e /source/blender/blenkernel/BKE_node.h
parent5d8efc975699ae5ca60aa2892d96dd3e361b9c1d (diff)
Patch #5166, Juho V (bebraw)
New Composite Node: Flip (X/Y/both)
Diffstat (limited to 'source/blender/blenkernel/BKE_node.h')
-rw-r--r--source/blender/blenkernel/BKE_node.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/blender/blenkernel/BKE_node.h b/source/blender/blenkernel/BKE_node.h
index c6da0b9af98..5197e32d4e4 100644
--- a/source/blender/blenkernel/BKE_node.h
+++ b/source/blender/blenkernel/BKE_node.h
@@ -230,7 +230,8 @@ void set_node_shader_lamp_loop(void (*lamp_loop_func)(struct ShadeInput *, str
#define CMP_NODE_ZCOMBINE 226
#define CMP_NODE_COMBRGBA 227
#define CMP_NODE_DILATEERODE 228
-
+#define CMP_NODE_ROTATE 229
+#define CMP_NODE_SCALE 230
#define CMP_NODE_SEPYCCA 231
#define CMP_NODE_COMBYCCA 232
#define CMP_NODE_SEPYUVA 233
@@ -239,11 +240,10 @@ void set_node_shader_lamp_loop(void (*lamp_loop_func)(struct ShadeInput *, str
#define CMP_NODE_COLOR_SPILL 236
#define CMP_NODE_CHROMA 237
#define CMP_NODE_LUMA 238
+#define CMP_NODE_FLIP 239
/* filter types */
-#define CMP_NODE_ROTATE 229
-#define CMP_NODE_SCALE 230
/* filter types, in custom1 */
@@ -271,4 +271,3 @@ void ntreeCompositTagGenerators(struct bNodeTree *ntree);
void free_compbuf(struct CompBuf *cbuf); /* internal...*/
#endif
-