From 924cdefeee117cc32d9452e4c5b3e154199d79d1 Mon Sep 17 00:00:00 2001 From: Jonathan Williamson <jonathan@cgcookie.com> Date: Thu, 2 Jan 2014 17:46:44 -0600 Subject: [PATCH] Add 3D Printing category for addon. This adds the 3D Printing category to the addon such that it's placed in a "3D Printing" tab of the 3D View Toolbar. --- object_print3d_utils/ui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/object_print3d_utils/ui.py b/object_print3d_utils/ui.py index 58b8497fb..db50b07de 100644 --- a/object_print3d_utils/ui.py +++ b/object_print3d_utils/ui.py @@ -25,6 +25,7 @@ from bpy.types import Panel from . import report class Print3DToolBar: + bl_category = "3D Printing" bl_label = "Print3D" bl_space_type = 'VIEW_3D' bl_region_type = 'TOOLS' -- GitLab