Example ====== Capture - Atmosphere/Haze ====== ^ by: | Alex del Bondio, April 2019 | ^ published: | here | ^ description: | change Capture haze settings via macro | ^ remarks: | | Remarks * I like to use the macro for low haze settings in a startup cuelist as it helps PCs with less powerful graphics cards to open capture {{tag> capture atmosphere haze settings }} ==== functions ==== * [[:macros:function:ActionScript.SetProperty.Float]] ==== affected properties ==== * [[:macros:property:Visualiser.Capture.Atmosphere]] ===== Code ===== ActionScript.SetProperty.Float("Visualiser.Capture.Atmosphere", 1) ActionScript.SetProperty.Float("Visualiser.Capture.Atmosphere", 0.6) ActionScript.SetProperty.Float("Visualiser.Capture.Atmosphere", 0.1) ===== Explanation ===== This explains the functional steps within the sequence. For all the other XML details please refer to [[:macros:formats_and_syntax#xml_format|Formats and syntax]] * ''Visualiser.Capture.Atmosphere'' sets the Smoke Density ===== How to use it ===== * [[:macros:deploying|make this macro available]] ~~DISCUSSION~~