Status:
Vuo version:
OS version:
- macOS 11
CPU architecture:
Intel x86_64
How severely does this bug affect you?:
●●●○ — It prevents me from completing a specific task with Vuo.
Steps causing the bug to occur:
- Create new image filter shader
- Add a float port
- Right click to add an additional port
- First port disappears
Have you found a workaround?:
No
Comments
There is a workaround by
There is a workaround by using the variables in the code before publishing them. It seems that they are auto removed if unused.
Thanks for reporting this bug
Thanks for reporting this bug, Magneson. We can reproduce it and will work on fixing it.
Too bad, workaround doesn't
Too bad, workaround appears not to work with color ports. And looks like trying permanently corrupts the .fs file, from then on:
jersmi that seems more like
jersmi that seems more like there is an already existing variable named Color in the shader code. Could you try renaming the port to to inputColor? I also think that variables shouldn't start with a capitalized letter, but I'm unsure if that matters for this application.
Hmm, I tried a few
Hmm, I tried a few combinations, let me try again. Thank you.
I can create color ports just
I can create color ports just fine with the workaround, it was my error. Thanks again.