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
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2019-09-24 15:09:36 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 15:10:37 +0300
commitcc6f01795017ab60279fc8fd5d0f7ff10a191084 (patch)
treee2e6c899113aefd64d470178cbd5a80b273ce348 /object_print3d_utils
parent8abd97b6d1f1bee44efd5471f6361e90df54026e (diff)
object_print3d_utils: shorten tab name: T70017
Diffstat (limited to 'object_print3d_utils')
-rw-r--r--object_print3d_utils/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_print3d_utils/ui.py b/object_print3d_utils/ui.py
index 2a7e74f2..3549660c 100644
--- a/object_print3d_utils/ui.py
+++ b/object_print3d_utils/ui.py
@@ -28,7 +28,7 @@ from . import report
class VIEW3D_PT_print3d(Panel):
bl_label = "Print3D"
- bl_category = "3D Printing"
+ bl_category = "3D-Print"
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'