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:
parent
be7ce7cb4d
commit
289843119d
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user