From 45b34f769513b59ec8573a4ce9ecf0ec5bfc18d5 Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 8 Oct 2013 08:08:49 -0700 Subject: mediaId added --- rotord/src/nodes_transform.h | 1 + rotord/src/rotor.h | 1 + 2 files changed, 2 insertions(+) diff --git a/rotord/src/nodes_transform.h b/rotord/src/nodes_transform.h index f60a566..c8fe1cd 100644 --- a/rotord/src/nodes_transform.h +++ b/rotord/src/nodes_transform.h @@ -165,6 +165,7 @@ namespace Rotor { public: Still_image(){ create_attribute("filename","name of image file to load","File name",""); + create_attribute("mediaId","mediaId","mediaId","mediaId"); title="Still image"; description="Load a still image and apply 2D transformation"; UID="d464b0d6-2d0a-11e3-acb7-6be231762445"; diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index 49c6b77..53ba5da 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -446,6 +446,7 @@ namespace Rotor { create_attribute("filename","name of video file to load","File name",""); create_attribute("frame_mode","frame mode","Frame mode","frame",{"frame","blend"}); create_attribute("time_mode","time mode","Time mode","play",{"play","stretch"}); + create_attribute("mediaId","mediaId","mediaId","mediaId"); title="Video loader"; description="Loads a video file"; UID="5b64b8ca-2d0a-11e3-92ed-4b7420b40040"; -- cgit v1.2.3