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:
Diffstat (limited to 'materials_library_vx')
-rw-r--r--materials_library_vx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/materials_library_vx/__init__.py b/materials_library_vx/__init__.py
index 626f5e3f..b12b9124 100644
--- a/materials_library_vx/__init__.py
+++ b/materials_library_vx/__init__.py
@@ -1144,7 +1144,7 @@ class MATLIB_PT_vxPanel(Panel):
if matlib.active_material:
row.label(matlib.active_material.category)
else:
- row.label("")
+ row.label(text="")
#
# #search
if not matlib.hide_search: