A Utility For Combining Wick Files
https://dayofheat.accountant/projects/Wove.html
- C++ 100%
| .gitignore | ||
| buildScript.sh | ||
| json.hpp | ||
| LICENSE | ||
| README.md | ||
| testWove.sh | ||
| TODO.md | ||
| wove | ||
| wove.cpp | ||
Wove
A Utility For Combining Wick Files
A tool to copy layers from Wick files into other Wick files.
Get the GUI here
Usage
wove [-v] fromProject.wick fromFrameNum layerNum toProject.wick toFrameNum [outputFile.wick]
-v: verbose output
-f: delete existing temporary files
Example
wove project1.wick 1 0 project2.wick 2
Adds the first layer of the first frame of project1.wick as a new layer in project 2 on frame 2
wove project1.wick 1 0 project2.wick 2 project3.wick
Adds the first layer of the first frame of project1.wick as a new layer in project 2 on frame 2 and saves it as project3.wick