Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/properties_render.py
| Context not available. | |||||
| col = split.column() | col = split.column() | ||||
| col.prop(rd, "use_raytrace", text="Ray Tracing") | col.prop(rd, "use_raytrace", text="Ray Tracing") | ||||
| col.prop(rd, "alpha_mode", text="Alpha") | col.prop(rd, "alpha_mode", text="Alpha") | ||||
| col.prop(rd, "use_world_space_shading", text="World Space Shading") | |||||
| class RENDER_PT_performance(RenderButtonsPanel, Panel): | class RENDER_PT_performance(RenderButtonsPanel, Panel): | ||||
| Context not available. | |||||