Fix: Compile error after merge
Introduced byf694ef839dbecause it forgot to merge6b75fe7658. `seq::for_each_callback` was renamed to `seq::foreach_strip`.
This commit is contained in:
@@ -3467,7 +3467,7 @@ static size_t animdata_filter_dopesheet_scene(bAnimContext *ac,
|
||||
/* Strip modifier node trees. */
|
||||
if (ed && !(ac->ads->filterflag & ADS_FILTER_NONTREE)) {
|
||||
VectorSet<ID *> node_trees;
|
||||
seq::for_each_callback(&ed->seqbase, [&](Strip *strip) {
|
||||
seq::foreach_strip(&ed->seqbase, [&](Strip *strip) {
|
||||
seq::foreach_strip_modifier_id(strip, [&](ID *id) {
|
||||
if (GS(id->name) == ID_NT) {
|
||||
node_trees.add(id);
|
||||
|
||||
Reference in New Issue
Block a user