Switching to the view from camera throug the python API
To switch to the view from the active camera we can execute the following command:
1 |
bpy.ops.view3d.view_camera() |
This operator works in the toggle mode, so the next executing of the same command returns the view to the previous state.
Switching to the view from camera throug the python APIRead More »