I18n: Disambiguate "Bundle" in movie clip editor

Prior to 5.0, "Bundle" used to mean only the reconstructed data from
tracking.

Since then, bundles are a new data type in Geometry Nodes. It has many
occurrences, so it's easier to give it the default translation
context, and to use the "MovieClip" context for the tracking sense.
This commit is contained in:
Damien Picard
2025-08-27 22:12:08 +02:00
committed by Bastien Montagne
parent eedc381f87
commit 71dfbb955b

View File

@@ -1654,6 +1654,7 @@ static void rna_def_trackingTrack(BlenderRNA *brna)
RNA_def_property_float_sdna(prop, nullptr, "bundle_pos");
RNA_def_property_clear_flag(prop, PROP_EDITABLE);
RNA_def_property_ui_text(prop, "Bundle", "Position of bundle reconstructed from this track");
RNA_def_property_translation_context(prop, BLT_I18NCONTEXT_ID_MOVIECLIP);
RNA_def_property_ui_range(prop, -FLT_MAX, FLT_MAX, 1, RNA_TRANSLATION_PREC_DEFAULT);
/* hide */