tornavis/doc
Philipp Oeser 25c173ffd1 Tracking: support editing all selected tracks
This patch adds a "selected_movieclip_tracks" context member and enables
editing properties of multiple selected tracks via the usual Alt-click
editing (as well as the "Copy To Selected" operator). Both use
UI_context_copy_to_selected_list() to gather a list of other selected
items [which are now taken via said new context member]. Strictly
speaking, this could be done without the context member as well [just
gathering other selected tracks in UI_context_copy_to_selected_list()
without relying on a context member], but this might come in handy in
other places (e.g. Addons).

note: some could be desired for markers (e.g. editing pattern/search
areas of all selected track markers, but since this is burried in a
uiTemplate, this is a bit more work for another patch).

Differential Revision: https://developer.blender.org/D12923
2021-10-20 11:36:33 +02:00
..
blender_file_format Docs: Blend-File: Fix typo 2021-08-09 15:36:42 -04:00
doxygen Docs: update oxygen configuration to v1.9.1 2021-06-10 16:34:58 +10:00
guides Spelling fixes in comments and descriptions, patch by luzpaz 2019-07-31 14:27:35 +02:00
license CMake: clarify that the modules are licensed BSD 3-Clause 2020-08-12 18:49:16 +02:00
manpage Man Page: Fix spelling 2021-07-22 20:13:14 -04:00
python_api Tracking: support editing all selected tracks 2021-10-20 11:36:33 +02:00