Anim Cupboard: Add Selection Sets to Animation Panel #81
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user