mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update openpype/vendor/python/common/capture.py
This commit is contained in:
parent
7f82e19ba9
commit
5b0a9772f0
1 changed files with 0 additions and 1 deletions
1
openpype/vendor/python/common/capture.py
vendored
1
openpype/vendor/python/common/capture.py
vendored
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue