Removed 'Testing' in menu item

plate-64p
Kirpal Demian 8 years ago
parent 289ca1ce97
commit 6ba7fbd83b
  1. 2
      __init__.py

@ -41,7 +41,7 @@ class JSONImporter(bpy.types.Operator):
def menu_import(self, context):
self.layout.operator(JSONImporter.bl_idname, text="KLE Raw Data --TESTING-- (.json)")
self.layout.operator(JSONImporter.bl_idname, text="KLE Raw Data (.json)")
# register addon

Loading…
Cancel
Save