From 10774f807b8bfd241a71f6360db26a0d288e206f Mon Sep 17 00:00:00 2001 From: Eugenio Pignataro Date: Mon, 25 Mar 2019 12:47:49 -0300 Subject: Fix: GUI OT PT Sufix fix --- oscurart_tools/object/selection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oscurart_tools/object') 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" -- cgit v1.2.3