mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Update openpype/hosts/flame/plugins/create/create_shot_clip.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
73e05fba07
commit
764c844db8
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class CreateShotClip(opfapi.Creator):
|
|||
gui_inputs[k][
|
||||
"value"][_k]["value"] = presets[_k]
|
||||
|
||||
if presets.get(k, None) is not None:
|
||||
if presets.get(k) is not None:
|
||||
gui_inputs[k]["value"] = presets[k]
|
||||
|
||||
# open widget for plugins inputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue