projects
/
blender-addons-contrib.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
closed panel by default
[blender-addons-contrib.git]
/
space_view3d_enhanced_3d_cursor.py
diff --git
a/space_view3d_enhanced_3d_cursor.py
b/space_view3d_enhanced_3d_cursor.py
index 83ae0c1a0ab32d76de86d66eadac45fa84bbafe7..4f9419273cd380b54f8247369ee6ef76bc399506 100644
(file)
--- a/
space_view3d_enhanced_3d_cursor.py
+++ b/
space_view3d_enhanced_3d_cursor.py
@@
-4121,7
+4121,7
@@
class Cursor3DTools(bpy.types.Panel):
bl_idname = "OBJECT_PT_cursor_3d_tools"
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
- #bl_context = "object"
+ bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
layout = self.layout