Merge branch 'blender-v2.93-release'
This commit is contained in:
@@ -133,7 +133,7 @@ class SelectCamera(Operator):
|
||||
scene = context.scene
|
||||
view_layer = context.view_layer
|
||||
view = context.space_data
|
||||
if view.type == 'VIEW_3D' and view.use_local_camera:
|
||||
if view and view.type == 'VIEW_3D' and view.use_local_camera:
|
||||
camera = view.camera
|
||||
else:
|
||||
camera = scene.camera
|
||||
|
Reference in New Issue
Block a user