Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/blender/addon/ui.py
| Context not available. | |||||
| col.prop(rd, "simplify_child_particles", text="Child Particles") | col.prop(rd, "simplify_child_particles", text="Child Particles") | ||||
| col.prop(cscene, "texture_limit", text="Texture Limit") | col.prop(cscene, "texture_limit", text="Texture Limit") | ||||
| col.prop(cscene, "ao_bounces", text="AO Bounces") | col.prop(cscene, "ao_bounces", text="AO Bounces") | ||||
| col.prop(rd, "use_simplify_smoke_highres") | |||||
| class CYCLES_RENDER_PT_simplify_render(CyclesButtonsPanel, Panel): | class CYCLES_RENDER_PT_simplify_render(CyclesButtonsPanel, Panel): | ||||
| bl_label = "Render" | bl_label = "Render" | ||||
| Context not available. | |||||