Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/properties_render.py
| Context not available. | |||||
| col.prop(props, "motion_blur_enable") | col.prop(props, "motion_blur_enable") | ||||
| col.prop(props, "dof_enable") | col.prop(props, "dof_enable") | ||||
| col.prop(props, "bloom_enable") | col.prop(props, "bloom_enable") | ||||
| col.prop(props, "fxaa_enable") | |||||
| class RENDER_PT_eevee_postprocess_settings(RenderButtonsPanel, Panel): | class RENDER_PT_eevee_postprocess_settings(RenderButtonsPanel, Panel): | ||||
| Context not available. | |||||
| col.prop(props, "bloom_knee") | col.prop(props, "bloom_knee") | ||||
| col.prop(props, "bloom_radius") | col.prop(props, "bloom_radius") | ||||
| col.prop(props, "bloom_intensity") | col.prop(props, "bloom_intensity") | ||||
| col.separator() | |||||
| col.label("FXAA:") | |||||
| col.prop(props, "fxaa_shader_option"); | |||||
| col.prop(props, "fxaa_subpix"); | |||||
| col.prop(props, "fxaa_edge_threshold"); | |||||
| col.prop(props, "fxaa_edge_threshold_min"); | |||||
| classes = ( | classes = ( | ||||
| Context not available. | |||||