diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-11-15 13:48:25 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-11-15 13:48:25 +0000 |
| commit | fddf215e9ddbfc803d902d4a74f49e2186b4a4da (patch) | |
| tree | 93fcbc391f572181fee7e5abdfbb2d15789c46c7 /rotord/src/nodes_transform.h | |
| parent | 70c197441dd6eef01fd1e1c88743438cf3aa730d (diff) | |
changed to NODEID
Diffstat (limited to 'rotord/src/nodes_transform.h')
| -rw-r--r-- | rotord/src/nodes_transform.h | 6 |
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); |
