glTF importer: add documentation class for displaying in tooltip popup

This commit is contained in:
Julien Duroure 2019-02-10 15:41:39 +01:00
parent 93cd3f9a9b
commit 68375994ab
1 changed files with 1 additions and 0 deletions

View File

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