Skip to content

Commit

Permalink
Add documentation to ImportGLTF2 class
Browse files Browse the repository at this point in the history
This is used as a pop-up tooltip for the importer menu option.
Previously it said "(undocumented operator)". The phrasing
matches the phrasing for the other standard importers.
  • Loading branch information
scurest committed Feb 10, 2019
1 parent 0953763 commit 6285311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/io_scene_gltf2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ def menu_func_export(self, context):


class ImportGLTF2(Operator, ImportHelper):
"""Load a glTF 2.0 file"""
bl_idname = 'import_scene.gltf'
bl_label = 'Import glTF 2.0'

Expand Down

0 comments on commit 6285311

Please sign in to comment.