As the first post states, this is an XSI export script that uses LIA. This is
the script to use if you want to have hierarchy in your XSI file. Even if you don't care for hierarchy, this script still will export a model normally. There is no reason to have a previous XSI export script installed.
The hierarchy system is explained in the
LIA page.
Quick Rundown:
- LIA only uses a simple naming system. Append ".ChildOf.[parent's name]" to the end of any shape's name, and that shape will be marked as the child of [parent's name]. The LIA tools will handle this for you automatically.
- Select the intended parent shape. Use the LIA - Set Parent script to mark it as the current parent.
- Select the intended child shape(s). Use the LIA - Set Child script to set it/them as the children of the currently marked parent.
- Repeat for any other parent/child relationships, or just name the shapes by hand. Either way will work if done properly.
- Use the LIA - Unlink Selected or Lia - Unlink All scripts to clear hierarchy information quickly.
- Use the LIA - List Hierarchy script to print the current hierarchy in the console for quick review as you work.
- This XSI export script will export the model based on the hierarchy, as displayed when using the LIA - List Hierarchy script.