Bonsai preferences - add 'bsdd' label to make bsdd props more recognizable

This commit is contained in:
Andrej730
2025-06-26 14:37:16 +05:00
parent 6e4b784652
commit 0ca92f6a1d
+1
View File
@@ -437,6 +437,7 @@ class BIM_ADDON_preferences(bpy.types.AddonPreferences):
layout.prop(props, "should_disable_undo_on_save")
layout.prop(props, "should_stream")
bprops = tool.Bsdd.get_bsdd_props()
layout.label(text="bSDD:")
layout.prop(bprops, "load_preview_dictionaries")
layout.prop(bprops, "load_inactive_dictionaries")
layout.prop(bprops, "load_test_dictionaries")