This commit is contained in:
Joseph HENRY 2025-12-03 16:58:25 +01:00
parent 880dc72057
commit 483c35d1bf

View File

@ -53,7 +53,7 @@ def register():
for bl_class in bl_classes:
bpy.utils.register_class(bl_class)
bpy.types.Scene.CustomShelf = bpy.props.PointerProperty(type=CustomShelfSettings)
# bpy.types.Scene.CustomShelf = bpy.props.PointerProperty(type=CustomShelfSettings)
# bpy.types.WindowManager.CustomShelf = bpy.props.PointerProperty(
# type=CustomShelfProps
# )