Cycles UI: Show pause button only when in rendered mode

This commit is contained in:
Dalai Felinto 2018-05-31 23:55:10 +02:00
parent a4bb1a5881
commit a63b55f642

@ -1475,6 +1475,7 @@ def draw_pause(self, context):
if context.engine == "CYCLES":
view = context.space_data
if view.shading.type == 'RENDERED':
cscene = scene.cycles
layout.prop(cscene, "preview_pause", icon="PAUSE", text="")