[Bf-extensions-cvs] [cfa05ff] master: sketchfab fix change tab name, addons preferences fix

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


Commit: cfa05ffa690690b9421c5c52f351c91bbfaafc47
Author: meta-androcto
Date:   Sun Jan 8 12:33:36 2017 +1100
Branches: master
https://developer.blender.org/rBAcfa05ffa690690b9421c5c52f351c91bbfaafc47

sketchfab fix change tab name, addons preferences fix

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

M	io_online_sketchfab/__init__.py

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

diff --git a/io_online_sketchfab/__init__.py b/io_online_sketchfab/__init__.py
index f40ce68..8f0d97e 100644
--- a/io_online_sketchfab/__init__.py
+++ b/io_online_sketchfab/__init__.py
@@ -443,7 +443,7 @@ class SfabAddonPreferences(bpy.types.AddonPreferences):
     category = bpy.props.StringProperty(
             name="Tab Category",
             description="Choose a name for the category of the panel",
-            default="Sketchfab",
+            default="File I/O",
             update=update_panel)
 
     def draw(self, context):
@@ -473,7 +473,7 @@ def register():
 
     load_token()
     bpy.app.handlers.load_post.append(load_token)
-
+    update_panel(None, bpy.context)
 
 def unregister():
     for cls in classes:



More information about the Bf-extensions-cvs mailing list