Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/btrace
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2019-09-24 02:54:13 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 02:54:13 +0300
commit0215b5375dc5972b6749fb581f9137b0a643e306 (patch)
treee486912499d988cd735f99f646d794152720ff69 /btrace
parent9a1bbc60f18598d03d3c76f8076b59e35d956bc1 (diff)
btracer: minor naming: T70017
Diffstat (limited to 'btrace')
-rw-r--r--btrace/__init__.py2
-rw-r--r--btrace/bTrace_panel.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/btrace/__init__.py b/btrace/__init__.py
index dfdbbcc4..d12fe9ea 100644
--- a/btrace/__init__.py
+++ b/btrace/__init__.py
@@ -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),
diff --git a/btrace/bTrace_panel.py b/btrace/bTrace_panel.py
index c36d24f1..2d267e8a 100644
--- a/btrace/bTrace_panel.py
+++ b/btrace/bTrace_panel.py
@@ -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"