summaryrefslogtreecommitdiff
path: root/rotord/src/nodes_transform.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-11-15 13:48:25 +0000
committerTim Redfern <tim@eclectronics.org>2013-11-15 13:48:25 +0000
commitfddf215e9ddbfc803d902d4a74f49e2186b4a4da (patch)
tree93fcbc391f572181fee7e5abdfbb2d15789c46c7 /rotord/src/nodes_transform.h
parent70c197441dd6eef01fd1e1c88743438cf3aa730d (diff)
changed to NODEID
Diffstat (limited to 'rotord/src/nodes_transform.h')
-rw-r--r--rotord/src/nodes_transform.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/rotord/src/nodes_transform.h b/rotord/src/nodes_transform.h
index 1b9834c..ea8f474 100644
--- a/rotord/src/nodes_transform.h
+++ b/rotord/src/nodes_transform.h
@@ -148,7 +148,7 @@ namespace Rotor {
create_image_input("image input","Image input");
title="Transform";
description="Apply 2D transformation";
- UID="c798586c-2d0a-11e3-a736-6f81df06fd1b";
+ NODEID="c798586c-2d0a-11e3-a736-6f81df06fd1b";
};
Transform(map<string,string> &settings):Transform() {
base_settings(settings);
@@ -168,7 +168,7 @@ namespace Rotor {
create_attribute("media_id","media_id","media_id","media_id");
title="Still image";
description="Load a still image and apply 2D transformation";
- UID="d464b0d6-2d0a-11e3-acb7-6be231762445";
+ NODEID="d464b0d6-2d0a-11e3-acb7-6be231762445";
};
Still_image(map<string,string> &settings):Still_image() {
base_settings(settings);
@@ -203,7 +203,7 @@ namespace Rotor {
create_attribute("mode","Mirror mode","Mirror mode","horiz",{"horiz","vert","horizR","vertR"});
title="Mirror";
description="Mirror video across a central axis";
- UID="1fed5b26-2d0a-11e3-9901-4b5ea78a005d";
+ NODEID="1fed5b26-2d0a-11e3-9901-4b5ea78a005d";
};
Mirror(map<string,string> &settings):Mirror() {
base_settings(settings);