From b7d1873aa023f4d4b81b32a3bce0b88e1e0e63ac Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 10 Feb 2016 17:20:48 +0200 Subject: [PATCH] Fix the name of the properties panel --- blender/io_mspmath/properties.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blender/io_mspmath/properties.py b/blender/io_mspmath/properties.py index b296e5a..2e567e6 100644 --- a/blender/io_mspmath/properties.py +++ b/blender/io_mspmath/properties.py @@ -1,8 +1,8 @@ import bpy class MspMathObjectProperties(bpy.types.Panel): - bl_idname = "OBJECT_PT_mspgl_properties" - bl_label = "MspGL properties" + bl_idname = "OBJECT_PT_mspmath_properties" + bl_label = "Msp math properties" bl_space_type = "PROPERTIES" bl_region_type = "WINDOW" bl_context = "object" -- 2.43.0