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:33:36 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-01-08 04:33:36 +0300
commitcfa05ffa690690b9421c5c52f351c91bbfaafc47 (patch)
tree2c8a9d7d8692fb9445eea322d2d1a4223ea1a94f /io_online_sketchfab
parent8a60f05496204c2b968d2d32d86a47a6f3f049fe (diff)
sketchfab fix change tab name, addons preferences fix
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 f40ce682..8f0d97e5 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: