From fddf215e9ddbfc803d902d4a74f49e2186b4a4da Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 15 Nov 2013 13:48:25 +0000 Subject: changed to NODEID --- rotord/src/nodes_transform.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rotord/src/nodes_transform.h') 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 &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 &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 &settings):Mirror() { base_settings(settings); -- cgit v1.2.3