Closed janikotterbach closed 4 years ago
Having "current_preset" in preset drop down is probably not wanted and a bug.
The "current_preset" preset is the reason for the error describe above. Deleted "current_preset" in yaml config file. Everything seems to work then. Somehow working with the Preset Manager "current_preset" creeps back into the YAML file.
ae24fa724285a484ce2401cfe4974bb5457dfe4f
Opening Recording Preset Manager throws Attribute Error. Additionally switching to preset "current preset" throws the same error again.
_Traceback (most recent call last): File "C:/Users/Janik/Documents/maya/scripts\syncsketchGUI\lib\gui\syncsketchWidgets\formatPresetWidget.py", line 250, in load_preset_from_selection self.load_preset(selected_preset) File "C:/Users/Janik/Documents/maya/scripts\syncsketchGUI\lib\gui\syncsketchWidgets\formatPresetWidget.py", line 234, in loadpreset format = preset.get('format') AttributeError: 'str' object has no attribute 'get'