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:
Jakub Ježek 2022-09-21 14:11:04 +02:00 committed by GitHub
parent 73e05fba07
commit 764c844db8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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