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:
authorEugenio Pignataro <info@oscurart.com.ar>2019-03-25 18:47:49 +0300
committerEugenio Pignataro <info@oscurart.com.ar>2019-03-25 18:47:49 +0300
commit10774f807b8bfd241a71f6360db26a0d288e206f (patch)
treee787d6b29094c6dc4b1212dddd75bfe073163a9a /oscurart_tools/object
parentd8177d9e92b40e824ff5fb86cb35494c70aa0d8a (diff)
Fix: GUI OT PT Sufix fix
Diffstat (limited to 'oscurart_tools/object')
-rw-r--r--oscurart_tools/object/selection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oscurart_tools/object/selection.py b/oscurart_tools/object/selection.py
index c2a264bc..39f6b603 100644
--- a/oscurart_tools/object/selection.py
+++ b/oscurart_tools/object/selection.py
@@ -48,7 +48,7 @@ def select_osc():
bpy.selection_osc.remove(it)
-class OscSelection(bpy.types.Header):
+class OSSELECTION_HT_OscSelection(bpy.types.Header):
bl_label = "Selection Osc"
bl_space_type = "VIEW_3D"