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:
authormeta-androcto <meta.androcto1@gmail.com>2017-01-08 04:26:58 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-01-08 04:26:58 +0300
commit8a60f05496204c2b968d2d32d86a47a6f3f049fe (patch)
tree955473989824f0f2f6f0a53b3a2e0275f5c22d22 /io_online_sketchfab
parent2ab7a6b1b01194ead94951e4217aade69541c2c1 (diff)
Sketchfab, change Tab name to File I/O T50357
Diffstat (limited to 'io_online_sketchfab')
-rw-r--r--io_online_sketchfab/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_online_sketchfab/__init__.py b/io_online_sketchfab/__init__.py
index 570ed22a..f40ce682 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"