ynput / ayon-kitsu

Official AYON<->Kitsu intetgration (WIP)
Apache License 2.0
7 stars 4 forks source link

Add settings_category to integrate_kitsu_note #33

Closed EmberLightVFX closed 3 months ago

EmberLightVFX commented 5 months ago

settings_category was missing in integrate_kitsu_note so it couldn't read the Ayon kitsu settings and always ended up with the set settings:

set_status_note = False
note_status_shortname = "wfa"

This PR adds settings_category = "kitsu" so the plugin now reads the settings from Ayon

EmberLightVFX commented 4 months ago

@martastain Could you take a look at this? Would love to get this merged as it's a pretty bad bug.

scottmcdonnell commented 4 months ago

This PR addresses this bug with the settings, it would be great to have it merged.