Sketchfab, change Tab name to File I/O T50357

This commit is contained in:
Brendon Murphy 2017-01-08 12:26:58 +11:00
parent 2ab7a6b1b0
commit 8a60f05496
1 changed files with 2 additions and 2 deletions

View File

@ -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"