From b1e28de710c0810db2cc6a5c298080238b68bfbc Mon Sep 17 00:00:00 2001 From: Comment Date: Fri, 4 Oct 2013 16:48:55 +0100 Subject: node UIDs --- rotord/src/nodes_transform.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rotord/src/nodes_transform.h') diff --git a/rotord/src/nodes_transform.h b/rotord/src/nodes_transform.h index f64cddd..624ad21 100644 --- a/rotord/src/nodes_transform.h +++ b/rotord/src/nodes_transform.h @@ -143,6 +143,7 @@ namespace Rotor { create_image_input("image input","Image input"); title="Transform"; description="Apply 2D transformation"; + UID="c798586c-2d0a-11e3-a736-6f81df06fd1b"; }; Transform(map &settings):Transform() { base_settings(settings); @@ -161,6 +162,7 @@ namespace Rotor { create_attribute("filename","name of image file to load","File name",""); title="Still image"; description="Load a still image and apply 2D transformation"; + UID="d464b0d6-2d0a-11e3-acb7-6be231762445"; }; Still_image(map &settings):Still_image() { base_settings(settings); -- cgit v1.2.3