Hi guys,
as the title says it, I'm wondering if manual actions in the phaser editor can be done using command line commands.
most macro's and lua's I currently created, were done by checking the commandline window output when doing manual actions, but the phaser editor is a bit more mysterious
For example, I was thinking to create a script that creates standard circle, pan and tilt movements.. it's done easy by hand in the phaser editor, but scripts can be more timesaving.
In this case, regarding movements, I was searching if commands (or lua code lines) exists to:
- set either 2 relative points (using for example one "size" value as input for that script), or set 2 absolute points based on 2 position presets
- clicking the mirror button to make the left part move mirrored, comparing to the right part of all selected fixtures
- be sure the circle movement is round by setting the correct "size" and "aspect" values by commands