btracer: minor naming: T70017

This commit is contained in:
Brendon Murphy 2019-09-24 09:54:13 +10:00
parent 9a1bbc60f1
commit 0215b5375d
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
bl_info = {
"name": "Btrace",
"name": "BTracer",
"author": "liero, crazycourier, Atom, Meta-Androcto, MacKracken",
"version": (1, 2, 3),
"blender": (2, 80, 0),

View File

@ -4,7 +4,7 @@ from bpy.types import Panel
# Draw Brush panel in Toolbar
class addTracerObjectPanel(Panel):
bl_idname = "BTRACE_PT_object_brush"
bl_label = "Btrace"
bl_label = "BTracer"
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
bl_context = "objectmode"