Python doc generator: add missing selected_ids context key

Add the context key I introduced in rB03c0581c6ed to the Python API docs
generator.

No functional changes to Blender.
This commit is contained in:
Sybren A. Stüvel 2021-10-28 10:31:29 +02:00
parent be7ce7cb4d
commit 289843119d

View File

@ -1110,6 +1110,7 @@ context_type_map = {
"selected_editable_sequences": ("Sequence", True),
"selected_ids": ("ID", True),
"selected_files": ("FileSelectEntry", True),
"selected_ids": ("ID", True),
"selected_nla_strips": ("NlaStrip", True),
"selected_movieclip_tracks": ("MovieTrackingTrack", True),
"selected_nodes": ("Node", True),