Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPhilipp Oeser <info@graphics-engineer.com>2021-10-19 17:24:23 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2021-10-20 12:36:33 +0300
commit25c173ffd12c0b46de4cc9919b8dbcc125f7e5ec (patch)
tree44694ba0e2b902a1b7401addefe2b390f0e64ba9 /tests
parent2bcf93bbbeb9e32f680c37a1e0054ff16cb00ef0 (diff)
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
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions