MergeStaticClipsAbstract: Merges two or more static clips together.Description: This tool merges two or more static clips together without converting them to fcurves like what the merge clips command do. Working Scenarios: This tool is useful if you want to build a static clip of any mix of parameters on different objects. Save each independent static clip then use this script to merge them together. User Usage: Select all static clips you want to merge, run the script. Developer Usage: You can call this tool from any other scripts using the following function call: MergeStaticSources( oInputSources, oDestSource ) Where oInputSources is XSI object collection that contains all animation sources you want to merge. oDestSource is an animation source object that will be used to write the merged source values in. 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 |