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"

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to