From 483c35d1bf1ac9e99645daea87b587204ae3185b Mon Sep 17 00:00:00 2001 From: Joseph HENRY Date: Wed, 3 Dec 2025 16:58:25 +0100 Subject: [PATCH] comment --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 81d48ba..3f77719 100644 --- a/__init__.py +++ b/__init__.py @@ -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 # )