[Bf-extensions-cvs] [68375994] master: glTF importer: add documentation class for displaying in tooltip popup

Julien Duroure noreply at git.blender.org
Sun Feb 10 15:42:15 CET 2019


Commit: 68375994aba6e8e1c111c2820bf9a83ad568ecfc
Author: Julien Duroure
Date:   Sun Feb 10 15:41:39 2019 +0100
Branches: master
https://developer.blender.org/rBA68375994aba6e8e1c111c2820bf9a83ad568ecfc

glTF importer: add documentation class for displaying in tooltip popup

===================================================================

M	io_scene_gltf2/__init__.py

===================================================================

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'



More information about the Bf-extensions-cvs mailing list