X-Git-Url: http://git.tdb.fi/?p=libs%2Fmath.git;a=blobdiff_plain;f=blender%2Fio_mspmath%2Fproperties.py;h=2e567e6629421fb969189f5b8aa16b591f462c90;hp=b296e5a2b9c62eeb9503fa6e35b817e4d70fe16a;hb=b7d1873aa023f4d4b81b32a3bce0b88e1e0e63ac;hpb=1df02cf6bf187dfc8f0afe9223dd0f4cbb90b559 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"