Can I automate switching different cameras in Render TOP through script?

I’m trying to automate the switching between two different cameras with this simple script but I get the error “render TOP object has no attribute camera”. Shouldn’t it work tho? I can see it in the parameter window so I assumed it would work. (e.g. I can do it via a text DAT through the “text” attribute no problem)


you need to have .par infront of .camera, since you are changing a parameter. All the parameters are within the .par member

1 Like

Yep, that was it. Thanks!