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 # )