From: Mikko Rasa Date: Wed, 10 Feb 2016 15:20:48 +0000 (+0200) Subject: Fix the name of the properties panel X-Git-Url: http://git.tdb.fi/?p=libs%2Fmath.git;a=commitdiff_plain;h=b7d1873aa023f4d4b81b32a3bce0b88e1e0e63ac Fix the name of the properties panel --- 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"