mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Update openpype/hosts/maya/api/lib.py
Co-authored-by: Kayla Man <64118225+moonyuet@users.noreply.github.com>
This commit is contained in:
parent
fa032d5f55
commit
f922d3c8f7
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ def generate_capture_preset(instance, camera, path,
|
|||
# Update preset with current panel setting
|
||||
# if override_viewport_options is turned off
|
||||
if not capture_preset["Viewport Options"]["override_viewport_options"]:
|
||||
panel_preset = capture.parse_view(instance.data["panel"])
|
||||
panel_preset = capture.parse_view(preset["panel"])
|
||||
panel_preset.pop("camera")
|
||||
preset.update(panel_preset)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue