UI: Clarify Active Movie Clip tooltip

See T92299
This commit is contained in:
Aaron Carlisle 2022-01-21 11:59:13 -05:00
parent d034b85f33
commit 59fc95bf97

@ -7911,8 +7911,10 @@ void RNA_def_scene(BlenderRNA *brna)
RNA_def_property_pointer_sdna(prop, NULL, "clip");
RNA_def_property_flag(prop, PROP_EDITABLE);
RNA_def_property_struct_type(prop, "MovieClip");
RNA_def_property_ui_text(
prop, "Active Movie Clip", "Active movie clip used for constraints and viewport drawing");
RNA_def_property_ui_text(prop,
"Active Movie Clip",
"Active Movie Clip that can be used by motion tracking constraints "
"or as a camera's background image");
RNA_def_property_update(prop, NC_SCENE | ND_DRAW_RENDER_VIEWPORT, NULL);
/* color management */