Open ManiacTwister opened 11 months ago
At the Bottom of the Sequencer click the Box for Suspend Render Every time you Move an effect, it triggers a render.
Thanks for your reply. This is a good workaround to finish my sequence.
Although i still suspect some bug. After some more testing i noticed the same behaviour when copying(ctrl+c) an shader effect - xlights freezes for 70 seconds. It is not possible to cancel the rendering with escape.
When checking "disable render" it doesn't freeze. Also when enabling render again and selecting the effect it is renedered immediately, so there must something different when rendering the effect automatically after copy/cut/move actions which leads to this 70 second freeze.
It all sounds like expected behavior to me its just that you happen to be touching an effect with a long render time. When you click on an effect it triggers a render of that effect. That's why a render all can produce a different result than what you see when you click on an effect because the single effect render from the click does not try to blend with all the surrounding effects. Its done that way on purpose so you can see that effect.
@AzGilrock in my test sequence there is only this one shader effect, no other effects. I've attached an video where you can see what is happening:
https://github.com/xLightsSequencer/xLights/assets/893193/c054bf0f-11c2-4f04-aa10-46762d67ba45
Probably works fine if its an On effect right? Only solution I see if we turn off rendering for shaders or try to implement some method of turning off rendering until an effect has stopped moving for some period of time. When you drag an effects edge or try to move an effect its constantly firing off the render engine thousands of times a second and then having to abort when it realizes its still moving. But I'm not the render guy so I won't be fixing it anytime soon.
This wouldn't occur if you were on a Mac. Just sayin. Also means the Mac developers won't be able to reproduce it in order to fix it.
Seriously, most likely there needs to be some AbortRender calls prior to some of the changes.
Describe the bug For some reason, nearly everytime when i work with shader or shape effects, xlights tends to hang on most actions done in the effect timeline. For example: when cutting (ctrl-x) a shader effect xlights freezes reproducible every time. When moving the a shader effect using the arrow keys there is a 50% percent chance xlights freezes. Most of the time xlights get responsive again after about a minute.
The following line is displayed on the console:
The following content is in my clipboard after xlights is responsive again:
To Reproduce Steps to reproduce the behavior:
Expected behavior Editing shader effects should run smoothly, but to be honest i can't imagine that this problem occurs for everyone because i have found no other bug reports/posts..?
Versions (please complete the following information):
Additional context Since this happens on every show folder and in any sequence i've not attached the files, but if you need them i'm happily uploading them