Skip to content
Snippets Groups Projects
Commit 924cdefe authored by Jonathan Williamson's avatar Jonathan Williamson
Browse files

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.
parent b345b0bb
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ from bpy.types import Panel ...@@ -25,6 +25,7 @@ from bpy.types import Panel
from . import report from . import report
class Print3DToolBar: class Print3DToolBar:
bl_category = "3D Printing"
bl_label = "Print3D" bl_label = "Print3D"
bl_space_type = 'VIEW_3D' bl_space_type = 'VIEW_3D'
bl_region_type = 'TOOLS' bl_region_type = 'TOOLS'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment