From 8a60f05496204c2b968d2d32d86a47a6f3f049fe Mon Sep 17 00:00:00 2001 From: meta-androcto Date: Sun, 8 Jan 2017 12:26:58 +1100 Subject: Sketchfab, change Tab name to File I/O T50357 --- io_online_sketchfab/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'io_online_sketchfab') 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" -- cgit v1.2.3