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