Anim Cupboard: Add Selection Sets to Animation Panel #81

Merged
Nick Alberelli merged 4 commits from feature/anim-cupboard-selection-set into main 2023-06-16 14:12:17 +02:00
Showing only changes of commit 45a133257c - Show all commits

View File

@ -9,6 +9,7 @@ addon_enabled = False
def check_addon_enabled():
# Adapted from https://blenderartists.org/t/check-if-add-on-is-enabled-using-python/522226/2
for path in paths():
for mod_name, mod_path in bpy.path.module_names(path):
if mod_name == 'bone_selection_sets':