FIXED: Render TOP switching cameras with a switch DAT

Hi, thanks for the new release. :slight_smile:

I think I may have found a bug because this is working fine in the previous release: In a render TOP I’m usually switching cameras with a switch DAT but in this release it won’t work until I disable and enable the script each time. see this pic as an example:

Hi @Carnarts I moved this to bugs. Can you provide a simple toe file of your setup so we can try to reproduce it?

Hi Ben, here’s a toe file of the switch. It only works for me when I re-enable the expression each time, but tested as working in the previous build…
Forgot to mention I’m on Win10 :slight_smile:

cam switch.toe (4.0 KB)

Thanks for the example, we’re looking into it.

Thanks for the bug report, this will be fixed in the next build.

Great! thank you :smiley:

Hi there,

Got the same issue using either DAT or CHOP for switching…
I just added a chopExecute with this in onValueChange :
op('render1').cook(force=True)
It works fine

That’s a good workaround for now, thanks :slight_smile: