Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-05-19 20:33:01 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-05-19 20:55:21 +0300
commit5adb3607dc65f99e8eef538043842e23e23ee5f2 (patch)
treee40e8f9540f90fe1a36fd333e9063e0cdaa9ebde /release/scripts/startup/bl_ui/space_image.py
parentbb2d20c54592a171e1efc08431070b1d135108e9 (diff)
UI: expand more image editor scope panels by default
Better to show all information about the image at once, there is enough space since they are in their own category.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_image.py')
-rw-r--r--release/scripts/startup/bl_ui/space_image.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index 6a658418059..2562ef894f7 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -1493,7 +1493,6 @@ class IMAGE_PT_view_waveform(ImageScopesPanel, Panel):
bl_region_type = 'UI'
bl_category = "Scopes"
bl_label = "Waveform"
- bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
layout = self.layout
@@ -1511,7 +1510,6 @@ class IMAGE_PT_view_vectorscope(ImageScopesPanel, Panel):
bl_region_type = 'UI'
bl_category = "Scopes"
bl_label = "Vectorscope"
- bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
layout = self.layout
@@ -1526,7 +1524,6 @@ class IMAGE_PT_sample_line(ImageScopesPanel, Panel):
bl_region_type = 'UI'
bl_category = "Scopes"
bl_label = "Sample Line"
- bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
layout = self.layout