comment
This commit is contained in:
parent
880dc72057
commit
483c35d1bf
@ -53,7 +53,7 @@ def register():
|
|||||||
for bl_class in bl_classes:
|
for bl_class in bl_classes:
|
||||||
bpy.utils.register_class(bl_class)
|
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(
|
# bpy.types.WindowManager.CustomShelf = bpy.props.PointerProperty(
|
||||||
# type=CustomShelfProps
|
# type=CustomShelfProps
|
||||||
# )
|
# )
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user