* Added back UI switch for the Cycles shading system. Only visible when the feature set is "Experimental".

This commit is contained in:
Thomas Dinges
2012-09-03 12:35:32 +00:00
parent dde5ccb61f
commit 9fbc1c3149

View File

@@ -920,6 +920,9 @@ def draw_device(self, context):
layout.prop(cscene, "device")
elif device_type == 'OPENCL' and cscene.feature_set == 'EXPERIMENTAL':
layout.prop(cscene, "device")
if cscene.feature_set == 'EXPERIMENTAL' and cscene.device == 'CPU' and engine.with_osl():
layout.prop(cscene, "shading_system")
def draw_pause(self, context):