Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/blender/addon/ui.py
| Context not available. | |||||
| sub.label("Subdivision Rate:") | sub.label("Subdivision Rate:") | ||||
| sub.prop(cscene, "dicing_rate", text="Render") | sub.prop(cscene, "dicing_rate", text="Render") | ||||
| sub.prop(cscene, "preview_dicing_rate", text="Preview") | sub.prop(cscene, "preview_dicing_rate", text="Preview") | ||||
| sub.separator() | |||||
| sub.prop(cscene, "max_subdivision_level") | |||||
| else: | else: | ||||
| row = layout.row() | row = layout.row() | ||||
| row.label("Volume Sampling:") | row.label("Volume Sampling:") | ||||
| Context not available. | |||||