Cleanup: EEVEE: Clarify Jitter Camera tooltip

This commit is contained in:
Miguel Pozo
2024-06-25 15:56:51 +02:00
parent b1dfdca392
commit f16cf49c8a

View File

@@ -8413,7 +8413,7 @@ static void rna_def_scene_eevee(BlenderRNA *brna)
RNA_def_property_ui_text(prop,
"Jitter Camera",
"Jitter camera position to create accurate blurring "
"using render samples");
"using render samples (only for final render)");
RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY);
RNA_def_property_update(prop, NC_SCENE | ND_RENDER_OPTIONS, nullptr);