Don't show the addon in the add->mesh menu
This commit is contained in:
parent
58bae5b3a0
commit
602260329e
@ -653,7 +653,7 @@ def menu_draw(self, context):
|
|||||||
|
|
||||||
def register():
|
def register():
|
||||||
bpy.utils.register_class(BlenderCloudBrowser)
|
bpy.utils.register_class(BlenderCloudBrowser)
|
||||||
bpy.types.INFO_MT_mesh_add.append(menu_draw)
|
# bpy.types.INFO_MT_mesh_add.append(menu_draw)
|
||||||
|
|
||||||
# handle the keymap
|
# handle the keymap
|
||||||
wm = bpy.context.window_manager
|
wm = bpy.context.window_manager
|
||||||
|
Reference in New Issue
Block a user