You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2019. It is now read-only.
e:cue doesn't support modes, so a fixture with different modes is exported as multiple fixtures with "(mode)" appended to the fixture name. So when reimporting a library with fixtures of multiple types, it results in multiple fixtures (and not the more cleaner version of one fixture with modes).
Possible solution
When exporting, add xml attributes for full fixture name and full mode name => will be ignored by e:cue (hopefully), but can be used when reimporting.
Problem
e:cue doesn't support modes, so a fixture with different modes is exported as multiple fixtures with "(mode)" appended to the fixture name. So when reimporting a library with fixtures of multiple types, it results in multiple fixtures (and not the more cleaner version of one fixture with modes).
Possible solution
When exporting, add xml attributes for full fixture name and full mode name => will be ignored by e:cue (hopefully), but can be used when reimporting.