From c924bd612cf70276d9161d514142630699a3a2f6 Mon Sep 17 00:00:00 2001 From: Helge Norberg Date: Tue, 7 Mar 2017 16:19:08 +0100 Subject: [PATCH] [scene] Updated XSD --- core/producer/scene/scene.xsd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/producer/scene/scene.xsd b/core/producer/scene/scene.xsd index 47844ca69..425006bdf 100644 --- a/core/producer/scene/scene.xsd +++ b/core/producer/scene/scene.xsd @@ -11,7 +11,8 @@ There are some variables that are always defined like "frame" which stores the number of frames that have gone by since the scene producer started, "mouse_x" and "mouse_y" which reflect the X and Y position of the mouse at all times relative to the scene coordinate system (requires interaction aware consumer like screen_consumer), - "timeline_frame" which differs from "frame" in that it can rewind and jump, depending on where the timeline is at the moment and + "timeline_frame" which differs from "frame" in that it can rewind and jump, depending on where the timeline is at the moment, + "fps" which always contains the framerate of the scene and "scene_width" and "scene_height" which contains the dimensions of the scene coordinate system. -- 2.39.2