This is a automatically updated GIST copied from this repository. If you have any issues, suggestions or improvements please file those to that repository! It's far easier to keep track of conversations in their own dedicated issues/PRs.
Please refer to the repositories instructions! For a quick start click the following badge:
@donamhallem I have multiple cameras in my scene and they should render same frames but from different angles, so I need a way to switch between cameras inside google colab without having to change active camera in project file and reuploading it again every time. I found a command that can do that: bpy.context.scene.camera = bpy.data.objects["camera_name"] Do I need to import or install any extra modules to google colab for this to work?