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:10:56 +02:00 committed by GitHub
parent d1d2d05ec6
commit 73e05fba07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ class CreateShotClip(opfapi.Creator):
# nested dictionary (only one level allowed
# for sections and dict)
for _k, _v in v["value"].items():
if presets.get(_k, None) is not None:
if presets.get(_k) is not None:
gui_inputs[k][
"value"][_k]["value"] = presets[_k]