Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dexportpanel.cpp76 std::vector<TXshChildLevel *> &childLevels) { in checkForMeshColumns() argument
98 std::find(childLevels.begin(), childLevels.end(), level) == in checkForMeshColumns()
99 childLevels.end()) { in checkForMeshColumns()
100 childLevels.push_back(level); in checkForMeshColumns()
102 foundMesh = checkForMeshColumns(subXsh, childLevels); in checkForMeshColumns()
156 std::vector<TXshChildLevel *> childLevels; in addScene() local
157 hasMesh = checkForMeshColumns(scene->getXsheet(), childLevels); in addScene()
359 std::vector<TXshChildLevel *> childLevels; in generateMovie() local
360 if (checkForMeshColumns(scene.getXsheet(), childLevels)) { in generateMovie()
632 std::vector<TXshChildLevel *> childLevels; in addCurrentScene() local
[all …]
H A Diocommand.cpp812 std::vector<TXshChildLevel *> childLevels; in loadChildLevel() local
815 childLevels.push_back(cl); in loadChildLevel()
816 for (int i = 0; i < (int)childLevels.size(); i++) { in loadChildLevel()
817 TXshChildLevel *cl = childLevels[i]; in loadChildLevel()
H A Dfilmstripcommand.cpp105 std::vector<TXshChildLevel *> childLevels; in updateXSheet() local
109 ToolUtils::doUpdateXSheet(sl, oldFids, newFids, xsh, childLevels); in updateXSheet()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dtoolutils.cpp496 std::vector<TXshChildLevel *> childLevels; in insertLevelAndFrameIfNeeded() local
498 childLevels); in insertLevelAndFrameIfNeeded()
562 std::vector<TXshChildLevel *> childLevels; in removeLevelAndFrameIfNeeded() local
564 childLevels); in removeLevelAndFrameIfNeeded()
1772 std::vector<TXshChildLevel *> &childLevels) { in doUpdateXSheet() argument
1788 if (level && std::find(childLevels.begin(), childLevels.end(), in doUpdateXSheet()
1789 level) == childLevels.end()) { in doUpdateXSheet()
1790 childLevels.push_back(level); in doUpdateXSheet()
1792 ret |= doUpdateXSheet(sl, oldFids, newFids, subXsh, childLevels); in doUpdateXSheet()
1861 std::vector<TXshChildLevel *> childLevels; in renumberForInsertFId() local
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/tools/
H A Dtoolutils.h513 std::vector<TXshChildLevel *> &childLevels);