EEVEE-Next: Improve shadow bias #121088

Merged
Clément Foucault merged 13 commits from fclem/blender:eevee-next-shadow-bias-improved into main 2024-04-27 14:31:02 +02:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 06ca6af849 - Show all commits

View File

@ -8419,7 +8419,6 @@ static void rna_def_scene_eevee(BlenderRNA *brna)
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, "use_shadow_high_bitdepth", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, nullptr, "flag", SCE_EEVEE_SHADOW_HIGH_BITDEPTH);
RNA_def_property_ui_text(prop, "High Bit Depth", "Use 32-bit shadows");