X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=core%2Fproducer%2Fscene%2Fscene.xsd;h=425006bdf71863436ab0443412cb07a4d94a0926;hb=c924bd612cf70276d9161d514142630699a3a2f6;hp=47844ca691253921d9e2d26f6c7a960ceb6501d3;hpb=4dd01ebba0a5962e621e8b495b75080ac5f09dff;p=casparcg 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.