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

Update addon for 3D View Toolbar tabs.

This adds the "Navigation" category for the addon, thus assigning it a tab. Due to this, I've also made the panel open by default. It was closed.
parent 924cdefe
No related branches found
No related tags found
No related merge requests found
......@@ -40,10 +40,10 @@ import bpy
# main class of this toolbar
class VIEW3D_PT_3dnavigationPanel(bpy.types.Panel):
bl_category = "Navigation"
bl_space_type = "VIEW_3D"
bl_region_type = "TOOLS"
bl_label = "3D Nav"
bl_options = {"DEFAULT_CLOSED"}
def draw(self, context):
layout = self.layout
......
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