How can I use Python to capture the whole mesh in the camera from an angle?
bpy.ops.view3d.camera_to_view_selected() will be a frontal angle. I want to capture the whole mesh in the camera while maintaining the angle like 3D viewport's "." button, but bpy.ops.view3d.view_selected() doesn't seem to work from python