A Utility For Combining Wick Files https://dayofheat.accountant/projects/Wove.html
Find a file
2026-02-28 11:40:03 -06:00
.gitignore initialized 2026-02-06 11:49:45 -06:00
buildScript.sh initialized 2026-02-06 11:49:45 -06:00
json.hpp Made both files unzip into tmp directory, made test command, updated read me 2026-02-06 14:47:36 -06:00
LICENSE initialized 2026-02-06 11:49:45 -06:00
README.md Added GUI link to README 2026-02-15 15:44:08 -06:00
testWove.sh Added option to have a separate output file 2026-02-09 23:41:39 -06:00
TODO.md Fixed issue with objects not having the new unique UUID 2026-02-28 11:40:03 -06:00
wove Fixed issue with objects not having the new unique UUID 2026-02-28 11:40:03 -06:00
wove.cpp Fixed issue with objects not having the new unique UUID 2026-02-28 11:40:03 -06:00

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