diff options
Diffstat (limited to 'rotord/src/nodes_transform.h')
| -rw-r--r-- | rotord/src/nodes_transform.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<string,string> &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<string,string> &settings):Still_image() { base_settings(settings); |
