Update openpype/vendor/python/common/capture.py

This commit is contained in:
Roy Nieterau 2023-03-31 12:45:40 +02:00 committed by GitHub
parent 7f82e19ba9
commit 5b0a9772f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -757,7 +757,6 @@ def _applied_viewport_options(options, panel):
try:
cmds.modelEditor(panel, edit=True, **options)
except TypeError as e:
logger.error("Cannot apply options {}".format(e))
# Try to set as much as possible of the state by setting them one by
# one. This way we can also report the failing key values explicitly.
for key, value in options.items():