Skip to content
Snippets Groups Projects
Commit 0ee97755 authored by Brendon Murphy's avatar Brendon Murphy
Browse files

fix for toolshelf

parent 7ca5058f
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,8 @@ class Geodesic_Domes_Operator_Panel(bpy.types.Panel): ...@@ -37,6 +37,8 @@ class Geodesic_Domes_Operator_Panel(bpy.types.Panel):
bl_region_type = "TOOLS" #UI possible too bl_region_type = "TOOLS" #UI possible too
bl_space_type = "VIEW_3D" bl_space_type = "VIEW_3D"
bl_options = {'DEFAULT_CLOSED'} bl_options = {'DEFAULT_CLOSED'}
bl_context = "objectmode"
bl_category = "Addons"
def draw(self,context): def draw(self,context):
sce = context.scene sce = context.scene
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment