Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Duroure <julien.duroure@gmail.com>2019-02-10 17:41:39 +0300
committerJulien Duroure <julien.duroure@gmail.com>2019-02-10 17:41:39 +0300
commit68375994aba6e8e1c111c2820bf9a83ad568ecfc (patch)
treebc057840b722409bd55ad77a156d0ae2d8308fd9
parent93cd3f9a9be7f97b150d7d9b58a9506bd9a0fbe3 (diff)
glTF importer: add documentation class for displaying in tooltip popup
-rwxr-xr-xio_scene_gltf2/__init__.py1
1 files changed, 1 insertions, 0 deletions
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'