From 68375994aba6e8e1c111c2820bf9a83ad568ecfc Mon Sep 17 00:00:00 2001 From: Julien Duroure Date: Sun, 10 Feb 2019 15:41:39 +0100 Subject: glTF importer: add documentation class for displaying in tooltip popup --- io_scene_gltf2/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py index d5cde478..20afb1d9 100755 --- a/io_scene_gltf2/__init__.py +++ b/io_scene_gltf2/__init__.py @@ -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' -- cgit v1.2.3