[Bf-extensions-cvs] [21685724] blender2.8: io_scene_gltf2: correct tip (gives doc generation error)

Campbell Barton noreply at git.blender.org
Wed Nov 28 04:54:41 CET 2018


Commit: 216857248e393c742b81fd7cfc3fde3efb0b65ec
Author: Campbell Barton
Date:   Wed Nov 28 14:51:02 2018 +1100
Branches: blender2.8
https://developer.blender.org/rBA216857248e393c742b81fd7cfc3fde3efb0b65ec

io_scene_gltf2: correct tip (gives doc generation error)

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

M	io_scene_gltf2/__init__.py

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

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 4a5344d8..73a4c6d8 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -55,8 +55,8 @@ bl_info = {
 
 
 class GLTF2ExportSettings(bpy.types.Operator):
-    """Save the export settings on export (saved in .blend).
-Toggle off to clear settings"""
+    """Save the export settings on export (saved in .blend). """
+    """Toggle off to clear settings"""
     bl_label = "Save Settings"
     bl_idname = "scene.gltf2_export_settings_set"
 
@@ -570,4 +570,3 @@ def unregister():
     # remove from the export / import menu
     bpy.types.TOPBAR_MT_file_export.remove(menu_func_export)
     bpy.types.TOPBAR_MT_file_import.remove(menu_func_import)
-



More information about the Bf-extensions-cvs mailing list