UI: disable decorators for render output

This commit is contained in:
Campbell Barton 2018-06-18 07:38:06 +02:00
parent 9d57b5aa44
commit 05b99b763e
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ class RENDER_PT_output(RenderButtonsPanel, Panel):
def draw(self, context):
layout = self.layout
layout.use_property_split = False
layout.use_property_decorate = False # No animation.
rd = context.scene.render
image_settings = rd.image_settings