GOOENGINE: Add missing light prove property
This commit is contained in:
@@ -8023,6 +8023,15 @@ static void rna_def_scene_eevee(BlenderRNA *brna)
|
||||
"Size of the shadow map applied to each irradiance sample");
|
||||
RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY);
|
||||
|
||||
prop = RNA_def_property(srna, "gi_irradiance_smoothing", PROP_FLOAT, PROP_FACTOR);
|
||||
RNA_def_property_range(prop, 0.0f, FLT_MAX);
|
||||
RNA_def_property_ui_range(prop, 0.0f, 1.0f, 5, 2);
|
||||
RNA_def_property_ui_text(prop,
|
||||
"Irradiance Smoothing",
|
||||
"Smoother irradiance interpolation but introduce light bleeding");
|
||||
RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY);
|
||||
RNA_def_property_update(prop, NC_SCENE | ND_RENDER_OPTIONS, nullptr);
|
||||
|
||||
prop = RNA_def_property(srna, "gi_glossy_clamp", PROP_FLOAT, PROP_NONE);
|
||||
RNA_def_property_ui_text(prop,
|
||||
"Clamp Glossy",
|
||||
|
||||
Reference in New Issue
Block a user