Cycles/BI: Add a pixel size option for speeding up viewport rendering

This patch adds "Pixel Size" to the performance options, which allows to render
in a smaller resolution, which is especially useful for displays with high DPI.

Reviewers: Severin, dingto, sergey, brecht

Reviewed By: brecht

Subscribers: Severin, venomgfx, eyecandy, brecht

Differential Revision: https://developer.blender.org/D1619
This commit is contained in:
Lukas Stockner
2017-08-15 00:11:52 +02:00
parent a8eaaa21e0
commit 66c1b23aa1
13 changed files with 69 additions and 13 deletions

View File

@@ -275,6 +275,7 @@ class RENDER_PT_performance(RenderButtonsPanel, Panel):
col.separator()
col.prop(rd, "preview_start_resolution")
col.prop(rd, "preview_pixel_size", text="")
col = split.column()
col.label(text="Memory:")