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>2016-09-20 11:17:20 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-09-22 11:52:44 +0300
commit62a57d59fc5f0f1d93dfce8082decd115c9753fe (patch)
tree7abfb18dcade7bb6211bfaec705d847d6b8e5e02 /oscurart_tools
parent535999c64040697f554936789b64ef432842e59c (diff)
Urgent fix: T49403 Fix for broken change tab category feature: user preferences save was broken
Diffstat (limited to 'oscurart_tools')
-rw-r--r--oscurart_tools/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oscurart_tools/__init__.py b/oscurart_tools/__init__.py
index 1688c6a3..68989561 100644
--- a/oscurart_tools/__init__.py
+++ b/oscurart_tools/__init__.py
@@ -449,7 +449,7 @@ def register():
# SETEO VARIABLE DE ENTORNO
bpy.types.Scene.SearchAndSelectOt = bpy.props.StringProperty(
default="Object name initials")
-
+ update_panel(None, bpy.context)
def unregister():
del bpy.types.Scene.oscurart