Merge pull request #482 from BigRoy/bugfix/fusion_repair_comp_folder_settigns

Fusion: Fix comp repair folder settings
This commit is contained in:
Jakub Trllo 2024-05-06 12:33:58 +02:00 committed by GitHub
commit 1d9f63acab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,7 +169,7 @@ def validate_comp_prefs(comp=None, force_repair=False):
def _on_repair():
attributes = dict()
for key, comp_key, _label in validations:
value = folder_value[key]
value = folder_attributes[key]
comp_key_full = "Comp.FrameFormat.{}".format(comp_key)
attributes[comp_key_full] = value
comp.SetPrefs(attributes)