mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Removed 'load_capture_preset' exception catch
This commit is contained in:
parent
f44ff17f8f
commit
39dd0fc3b8
1 changed files with 1 additions and 5 deletions
|
|
@ -45,11 +45,7 @@ class ExtractPlayblast(openpype.api.Extractor):
|
|||
# get cameras
|
||||
camera = instance.data['review_camera']
|
||||
|
||||
try:
|
||||
preset = lib.load_capture_preset(data=self.capture_preset)
|
||||
except KeyError as ke:
|
||||
self.log.error('Error loading capture presets: {}'.format(str(ke)))
|
||||
preset = {}
|
||||
preset = lib.load_capture_preset(data=self.capture_preset)
|
||||
|
||||
|
||||
preset['camera'] = camera
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue