UI: Tweaks to Cycles Bake panel

-Correctly aligns bake options in the column
-Updated Metadata panel with right-aligned checkboxes for consistency
This commit is contained in:
William Reynish
2018-06-26 14:17:02 +02:00
committed by Pablo Vazquez
parent c1459a1e7f
commit 25caedc4ba
2 changed files with 8 additions and 3 deletions

View File

@@ -205,7 +205,8 @@ class RENDER_PT_stamp(RenderButtonsPanel, Panel):
def draw(self, context):
layout = self.layout
layout.use_property_split = False
layout.use_property_split = True
layout.use_property_decorate = False # No animation.
rd = context.scene.render