-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Describe the bug
if you set the opacity to anything less than 1 and have a vcam on that layer, the elements on that layer do not show up. other layers will show up though.
To reproduce
Steps to reproduce the behavior:
- add a vcam with black bars enabled and another object to the canvas
- set the opacity to something less than 1
- play the project
Expected behavior
elements on the transparent layer show up properly
Screenshots
If applicable, add screenshots to help explain your problem.
Editor version
should be only on candlestick, since that's the one with layer opacity
Device
- macbook air m4, macos sequoia
Do you have a suggested solution to this issue? (ex. has another program fixed this bug a certain way? Are you familiar with where in the code base someone would need to fix this issue?)
if you have giant objects that have opacity, wick doesn't really like it and so it just doesn't render at all. the wick vcam is giant with the black bars so that's why it fails to render. if you edit the black bar frame to have way less stuff, it will render as expected.
though, the black bars will be transparent too, which is predictable but not desirable. not sure if there's even a fix for this. maybe you can just prohibit the vcam from being on a layer with transparency.