Home
last modified time | relevance | path

Searched refs:oldInternalFxs (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dsubscenecommand.cpp1814 const std::set<TFx *> &oldInternalFxs, in ExplodeChildUndoRemovingColumn() argument
1825 , m_oldInternalFxs(oldInternalFxs) in ExplodeChildUndoRemovingColumn()
2100 const std::set<TFx *> &oldInternalFxs, in ExplodeChildUndoWithoutRemovingColumn() argument
2111 , m_oldInternalFxs(oldInternalFxs) in ExplodeChildUndoWithoutRemovingColumn()
2576 std::set<TFx *> oldInternalFxs; in explode() local
2577 internals->getFxs(oldInternalFxs); in explode()
2606 pegObjects, splines, oldInternalFxs, oldOutFxs, root, objGroupIds, in explode()
2618 std::set<TFx *> oldInternalFxs; in explode() local
2619 internals->getFxs(oldInternalFxs); in explode()
2637 oldInternalFxs, oldOutFxs, objGroupIds, objGroupNames); in explode()