Fix T63494: linked scenes missing from sequencer Add > Scene menu

Differential Revision: https://developer.blender.org/D4674
This commit is contained in:
Philipp Oeser 2019-04-25 14:27:56 +02:00 committed by Brecht Van Lommel
parent 0d26bb7672
commit 10c4bde792
Notes: blender-bot 2023-02-14 06:00:50 +01:00
Referenced by issue #63494, Linked Scene not appearing in Add->Scene Menu in Video Sequence Editor
1 changed files with 1 additions and 1 deletions

View File

@ -3814,7 +3814,7 @@ const EnumPropertyItem *RNA_scene_without_active_itemf(bContext *C,
ptr,
r_free,
C ? (ID *)CTX_data_main(C)->scenes.first : NULL,
true,
false,
rna_id_enum_filter_single,
scene_active);
}