[Bf-extensions-cvs] [8a60f05] master: Sketchfab, change Tab name to File I/O T50357

meta-androcto noreply at git.blender.org
Sun Jan 8 02:27:27 CET 2017


Commit: 8a60f05496204c2b968d2d32d86a47a6f3f049fe
Author: meta-androcto
Date:   Sun Jan 8 12:26:58 2017 +1100
Branches: master
https://developer.blender.org/rBA8a60f05496204c2b968d2d32d86a47a6f3f049fe

Sketchfab, change Tab name to File I/O T50357

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

M	io_online_sketchfab/__init__.py

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

diff --git a/io_online_sketchfab/__init__.py b/io_online_sketchfab/__init__.py
index 570ed22..f40ce68 100644
--- a/io_online_sketchfab/__init__.py
+++ b/io_online_sketchfab/__init__.py
@@ -21,7 +21,7 @@ bl_info = {
     "author": "Bart Crouch",
     "version": (1, 2, 2),
     "blender": (2, 7, 0),
-    "location": "Tools > Upload tab",
+    "location": "Tools > File I/O tab",
     "description": "Upload your model to Sketchfab",
     "warning": "",
     "wiki_url": "",
@@ -287,7 +287,7 @@ class ExportSketchfab(bpy.types.Operator):
 class VIEW3D_PT_sketchfab(bpy.types.Panel):
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
-    bl_category = "Sketchfab"
+    bl_category = "File I/O"
     bl_context = "objectmode"
     bl_label = "Sketchfab"



More information about the Bf-extensions-cvs mailing list