blender/doc/python_api
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
..
examples PyAPI Docs: Fix example not using keyword parameter 2021-10-15 17:55:31 -04:00
rst PyAPI: update docs to include poll_message_set reference 2021-04-20 12:29:04 +10:00
static Docs: PyAPI: Fix css selector failing on some pages 2021-05-01 01:54:05 -04:00
requirements.txt PyDocs: Update theme to latest version 2021-09-14 23:16:38 -04:00
rst_from_bmesh_opdefines.py Pydoc: Remove old note about new module in 2.65 2020-10-11 16:46:21 -04:00
sphinx_changelog_gen.py API Docs: Fix Update changelog script to python3 2019-07-06 17:01:11 -04:00
sphinx_doc_gen_monkeypatch.py Cleanup: remove contributors for Python files 2019-02-05 09:17:00 +11:00
sphinx_doc_gen.py Tracking: support editing all selected tracks 2021-10-20 11:36:33 +02:00