Page Menu
Home
Search
Configure Global Search
Log In
Paste
P1077
Masterwork From Distant Lands
Active
Public
Actions
Authored by
Dalai Felinto (dfelinto)
on Aug 21 2019, 8:39 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Tags
None
Subscribers
None
commit 098c11ae2fe5ad47ad4d3db99d618d0f8860634e
Author: Dalai Felinto <dfelinto@gmail.com>
Date: Wed Aug 21 15:11:47 2019 -0300
Multi-View user interface minor tweak
There is no reason to not expand this enum as we did for 2.79.
It is self explanatory enough and it has only two options.
diff --git a/release/scripts/startup/bl_ui/properties_output.py b/release/scripts/startup/bl_ui/properties_output.py
index 4d230520d11..251e6fa8c4c 100644
--- a/release/scripts/startup/bl_ui/properties_output.py
+++ b/release/scripts/startup/bl_ui/properties_output.py
@@ -481,7 +481,7 @@ class RENDER_PT_stereoscopy(RenderOutputButtonsPanel, Panel):
row = layout.row()
row.use_property_split = True
row.use_property_decorate = False
- row.prop(rd, "views_format")
+ row.prop(rd, "views_format", expand=True)
if basic_stereo:
row = layout.row()
Event Timeline
Dalai Felinto (dfelinto)
edited the content of this paste.
(Show Details)
Aug 21 2019, 8:39 PM
Dalai Felinto (dfelinto)
changed the title of this paste from untitled to
Masterwork From Distant Lands
.
Log In to Comment