Skip to content

Commit

Permalink
Remove debugging setting of not appending the menu each time
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Dec 24, 2015
1 parent 2b31ab6 commit 5fa9c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tray_rust_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def menu_func(self, context):

def register():
bpy.utils.register_module(__name__)
#bpy.types.INFO_MT_file_export.append(menu_func)
bpy.types.INFO_MT_file_export.append(menu_func)

def unregister():
bpy.utils.unregister_module(__name__)
Expand Down

0 comments on commit 5fa9c36

Please sign in to comment.