|
|
@@ -355,6 +355,28 @@ optchar_egg - Runs egg-optchar on a character model (and/or multiple
|
|
|
#end optchar_egg
|
|
|
|
|
|
|
|
|
+copy_egg - Copies an egg file, or a list of egg files, to another file
|
|
|
+ with a different name. This is particularly useful when extracting
|
|
|
+ one file for multiple purposes, for instance before using
|
|
|
+ egg-retarget-anim to retarget an animation to multiple skeletons.
|
|
|
+
|
|
|
+ SOURCES - The list of original egg file names.
|
|
|
+
|
|
|
+ TARGETS - The list of target egg file names. There should be the
|
|
|
+ same number of filenames in TARGETS as in SOURCES, and they will
|
|
|
+ be matched up one-to-one; that is, the first egg file in SOURCES
|
|
|
+ will be copied to the first filename in TARGET, the second egg
|
|
|
+ file in SOURCES will be copied to the second filename in TARGET,
|
|
|
+ and so on.
|
|
|
+
|
|
|
+ Example:
|
|
|
+
|
|
|
+ #begin copy_egg
|
|
|
+ #define SOURCES elf-walk.egg elf-run.egg
|
|
|
+ #define TARGETS dwarf-walk.egg dwarf-run.egg
|
|
|
+ #end copy_egg
|
|
|
+
|
|
|
+
|
|
|
filter_egg - Runs an arbitrary egg command on one or more named egg
|
|
|
files, one at a time. This is usually done when an egg file
|
|
|
generated by one of the above steps needs additional processing.
|