Merge branch 'blender-v4.2-release'
This commit is contained in:
@@ -1208,6 +1208,7 @@ def extensions_panel_draw_impl(
|
||||
col = box.column()
|
||||
|
||||
row = col.row()
|
||||
row.active = is_enabled
|
||||
|
||||
# The full tagline may be multiple lines (not yet supported by Blender's UI).
|
||||
row.label(text=" {:s}.".format(item.tagline), translate=False)
|
||||
|
||||
@@ -8409,7 +8409,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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user