Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/properties_render.py
| Context not available. | |||||
| col = flow.column() | col = flow.column() | ||||
| col.prop(rd, "simplify_child_particles", text="Max Child Particles") | col.prop(rd, "simplify_child_particles", text="Max Child Particles") | ||||
| col = flow.column() | |||||
| col.prop(rd, "use_simplify_smoke_highres", text="High-resolution Smoke") | |||||
| class RENDER_PT_simplify_render(RenderButtonsPanel, Panel): | class RENDER_PT_simplify_render(RenderButtonsPanel, Panel): | ||||
| bl_label = "Render" | bl_label = "Render" | ||||
| Context not available. | |||||