diff options
| author | Comment <tim@gray.(none)> | 2013-10-04 16:48:55 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-10-04 16:48:55 +0100 |
| commit | b1e28de710c0810db2cc6a5c298080238b68bfbc (patch) | |
| tree | dd565bc687fd7bbd0d5830a4dc3f39e4002742e2 /rotord/src/nodes_transform.h | |
| parent | 6fd6ed2182a13dd8ebde05bdef6cfc96df370086 (diff) | |
node UIDs
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); |
