Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tcleanupper/
H A Dtcleanupper.cpp798 TFilePath levelPalettePath = in main() local
802 levelPalettePath.getParentDir() + "nopaint\\" + in main()
803 TFilePath(levelPalettePath.getName() + "_np." + in main()
804 levelPalettePath.getType()); in main()
805 TSystem::copyFile(unpaintedLevelPalettePath, levelPalettePath); in main()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcleanuppopup.cpp158 TFilePath levelPalettePath(levelPath.withType("tpl")); in saveUnpaintedLevel() local
160 levelPalettePath.getParentDir() + "nopaint\\" + in saveUnpaintedLevel()
161 TFilePath(levelPalettePath.getName() + "_np." + in saveUnpaintedLevel()
162 levelPalettePath.getType()); in saveUnpaintedLevel()
164 TSystem::copyFile(unpaintedLevelPalettePath, levelPalettePath); in saveUnpaintedLevel()
H A Dconvertpopup.cpp303 TFilePath levelPalettePath = in convertLevelWithConvert2Tlv() local
307 levelPalettePath.getParentDir() + "nopaint\\" + in convertLevelWithConvert2Tlv()
308 TFilePath(levelPalettePath.getName() + "_np." + in convertLevelWithConvert2Tlv()
309 levelPalettePath.getType()); in convertLevelWithConvert2Tlv()
311 TSystem::copyFile(unpaintedLevelPalettePath, levelPalettePath); in convertLevelWithConvert2Tlv()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dstudiopaletteviewer.cpp124 TFilePath levelPalettePath = studioPalette->getLevelPalettesRoot(); in StudioPaletteTreeViewer() local
125 paletteItems.append(createRootItem(levelPalettePath)); in StudioPaletteTreeViewer()
313 TFilePath levelPalettePath = studioPalette->getLevelPalettesRoot(); in refresh() local
314 refreshItem(getItem(levelPalettePath)); in refresh()