Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
epth committed Feb 10, 2021
1 parent 146a81f commit e03ab00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions io_scene_godot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ def execute(self, context):
if exporter_log_handler:
logging.getLogger().removeHandler(exporter_log_handler)


def menu_func(self, context):
"""Add to the menu"""
self.layout.operator(ExportGodot.bl_idname, text="Godot Engine (.escn)")
Expand Down

0 comments on commit e03ab00

Please sign in to comment.