Don't show the addon in the add->mesh menu

This commit is contained in:
Sybren A. Stüvel 2016-05-03 18:30:06 +02:00
parent 58bae5b3a0
commit 602260329e

View File

@ -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