This is a little perl script that removes all dials set to 0 from a pz2 or fc2 file - this is very useful for setting up expression poses and body poses without "nuking" the character the user may have already set up.
This script requires you to have Perl already installed on your computer. Perl is free, and available for MANY operating systems.
USAGE:
Usage is pretty simple, as command line goes -
Open command prompt.
change to the directory where your pz2 or fc2 is stored.
Type in the following command:
perl strip_to_expressions.pl --source myfile.pz2 --dest mynewfile.pz2
done.
For simplest operation, just move the script to wherever your Fc2s or Pz2s are before running, otherwise you'll need to provide the path to the perl script (simple, but requires lots of typing), or put its location in your PATH variable (which is different in every version of windows and I have NO idea how to do that in Mac so I can't help you there)
Less