BuildNullHierAbstract: Builds a new hierarchy of nulls that matches in hierarchy the original selected objects.Description: This tool generates a new hierarchy of nulls that matches the hierarchy of the original selected objects. The resulted hierarchy is parented under a new model with a user defined name under the scene root. Working Scenarios: This tool was designed to generate simple hierarchies of nulls from complex rigs that are planned to be used in real-time applications such as DirectSkeleton and Softimage|Behavior. User Usage: Select all objects you want to include in the new hierarchy, run the script. Developer Usage: You can call this tool from any other scripts using the following function call: oBuildNullHier( oInRigCollection, sRigModelName ) Where oInRigCollection is an XSI objects collection that contains all objects you want to include in the resulted hierarchy. sRigModelName is string that defines the new model name. If it’s passed using empty string it’ll prompt the user to enter a name for the new model. This tool returns true if it succeeds and false if it failed for any reason. Nature: Script Applies To: XSI 3.5 on NT,Win2K,XP Languages: VBScript |