Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blender-addons
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
blender-addons
Commits
245d0134
Commit
245d0134
authored
5 years ago
by
meta-androcto
Browse files
Options
Downloads
Patches
Plain Diff
system addons, close panels by default: T70017
parent
96c695fe
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
system_blend_info.py
+1
-0
1 addition, 0 deletions
system_blend_info.py
system_demo_mode/__init__.py
+1
-1
1 addition, 1 deletion
system_demo_mode/__init__.py
system_property_chart.py
+2
-0
2 additions, 0 deletions
system_property_chart.py
with
4 additions
and
1 deletion
system_blend_info.py
+
1
−
0
View file @
245d0134
...
...
@@ -62,6 +62,7 @@ class OBJECT_PT_blendinfo(bpy.types.Panel):
bl_space_type
=
"
PROPERTIES
"
bl_region_type
=
"
WINDOW
"
bl_context
=
"
scene
"
bl_options
=
{
'
DEFAULT_CLOSED
'
}
def
draw
(
self
,
context
):
ob_cols
=
[]
...
...
This diff is collapsed.
Click to expand it.
system_demo_mode/__init__.py
+
1
−
1
View file @
245d0134
...
...
@@ -22,7 +22,7 @@ bl_info = {
"
name
"
:
"
Demo Mode
"
,
"
author
"
:
"
Campbell Barton
"
,
"
blender
"
:
(
2
,
80
,
0
),
"
location
"
:
"
Demo Menu
"
,
"
location
"
:
"
File >
Demo Menu
"
,
"
description
"
:
"
Demo mode lets you select multiple blend files and loop over them.
"
,
"
warning
"
:
""
,
"
wiki_url
"
:
"
http://wiki.blender.org/index.php/Extensions:2.6/Py/
"
...
...
This diff is collapsed.
Click to expand it.
system_property_chart.py
+
2
−
0
View file @
245d0134
...
...
@@ -192,6 +192,7 @@ class View3DEditProps(Panel):
bl_category
=
"
Item
"
bl_label
=
"
Property Chart
"
bl_context
=
"
objectmode
"
bl_options
=
{
'
DEFAULT_CLOSED
'
}
_PROP_STORAGE_ID
=
"
view3d_edit_props
"
_PROP_STORAGE_ID_DESCR
=
"
Properties of objects in the context
"
...
...
@@ -210,6 +211,7 @@ class SequencerEditProps(Panel):
bl_region_type
=
'
UI
'
bl_category
=
"
Item
"
bl_label
=
"
Property Chart
"
bl_options
=
{
'
DEFAULT_CLOSED
'
}
_PROP_STORAGE_ID
=
"
sequencer_edit_props
"
_PROP_STORAGE_ID_DESCR
=
"
Properties of sequencer strips in the context
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment