xLights is a sequencer for Lights. xLights has usb and E1.31 drivers. You can create sequences in this object oriented program. You can create playlists, schedule them, test your hardware, convert between different sequencers.
GNU General Public License v3.0
562
stars
211
forks
source link
Feature: Warn/Fix Models when Green Square is on Wrong Side #4979
Describe the solution you'd like
Provide a warning/popup to a user if they draw a model backwards. This will at least notify new users that the render buffer is opposite to what they drew.
Maybe some basic logic to prevent too many warnings.
Line must be mostly horizontal which would ignore vertical lines
Line must be new. Prevents existing layouts from throwing the warning.
May be worth adding to check sequence too but chances are if they are looking here they are already aware there is an issue based on looking at sequencer.
Alternate Solutions
Other possible solutions that may be better for the user but more complicated, if not impossible, to implement.
Add a render buffer setting to these models to allow it to start at blue square instead of always the green square
Right click option to reverse a model.
Poly line would be complex but doable as all the corner coordinates and pixel counts for each section are known
Describe the solution you'd like Provide a warning/popup to a user if they draw a model backwards. This will at least notify new users that the render buffer is opposite to what they drew.
Maybe some basic logic to prevent too many warnings.
May be worth adding to check sequence too but chances are if they are looking here they are already aware there is an issue based on looking at sequencer.
Alternate Solutions
Other possible solutions that may be better for the user but more complicated, if not impossible, to implement.