diff --git a/AnyShortcut.py b/AnyShortcut.py index a3c28a4..06af2b0 100644 --- a/AnyShortcut.py +++ b/AnyShortcut.py @@ -237,7 +237,7 @@ def created_handler(args: adsk.core.CommandCreatedEventArgs): args.command.isRepeatable = False camera_copy = app_.activeViewport.camera - camera_copy.cameraType = adsk.core.CameraTypes.OrthographicCameraType #? +# camera_copy.cameraType = adsk.core.CameraTypes.OrthographicCameraType #? camera_copy.viewOrientation = getattr(adsk.core.ViewOrientations, view_orientation_name + 'ViewOrientation') app_.activeViewport.camera = camera_copy