[Bf-blender-cvs] [85f717fcdac] blender2.8: UI: tweak sequencer color space position, it's not related to display device.

Brecht Van Lommel noreply at git.blender.org
Tue Jun 19 19:14:49 CEST 2018


Commit: 85f717fcdacd80553fb5cccac3ab6f5032f01fc2
Author: Brecht Van Lommel
Date:   Tue Jun 19 18:54:34 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB85f717fcdacd80553fb5cccac3ab6f5032f01fc2

UI: tweak sequencer color space position, it's not related to display device.

===================================================================

M	release/scripts/startup/bl_ui/properties_scene.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_scene.py b/release/scripts/startup/bl_ui/properties_scene.py
index 9c5cf3a4d6d..2ee1c156935 100644
--- a/release/scripts/startup/bl_ui/properties_scene.py
+++ b/release/scripts/startup/bl_ui/properties_scene.py
@@ -262,7 +262,6 @@ class SCENE_PT_color_management(SceneButtonsPanel, Panel):
 
         col = layout.column()
         col.prop(scene.display_settings, "display_device")
-        col.prop(scene.sequencer_colorspace_settings, "name", text="Sequencer Color Space")
 
         col.separator()
 
@@ -272,6 +271,10 @@ class SCENE_PT_color_management(SceneButtonsPanel, Panel):
         col.prop(view, "gamma")
         col.prop(view, "look")
 
+        col.separator()
+
+        col.prop(scene.sequencer_colorspace_settings, "name", text="Sequencer Color Space")
+
 
 class SCENE_PT_color_management_curves(SceneButtonsPanel, Panel):
     bl_label = "Use Curves"



More information about the Bf-blender-cvs mailing list