Sfoglia il codice sorgente

Fix "line too long" issue reported by pep8

Jason0214 6 anni fa
parent
commit
17bc6741a8
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      io_scene_godot/__init__.py

+ 3 - 3
io_scene_godot/__init__.py

@@ -156,9 +156,9 @@ class ExportGodot(bpy.types.Operator, ExportHelper):
     )
     material_search_paths = EnumProperty(
         name="Material Search Paths",
-        description="Search for existing Godot materials with names that match "
-                    "the Blender material names (i.e. the file <matname>.tres "
-                    "containing a material resource)",
+        description="Search for existing Godot materials with names that "
+                    "match the Blender material names (i.e. the file "
+                    "<matname>.tres containing a material resource)",
         default="PROJECT_DIR",
         items=(
             (