The tool works like “plot curve” but allows you to specify a bunch size to divide the work load.
For example you want to plot 200 objects and set the bunch size to 20, the script executes 10 subsequent plot curve commands each plotting 20 objects. A progress bar shows the status and a cancel button allows you to abort the process.
It was developed to plot a huge amount of objects (otherwise XSI may freeze and become unstable)
You can access the tool by clicking Animate->Tools->Plot->KP Plot bunch of Curves or by using the command:
KP_Plot_BunchOfCurves (objectToPlot [XSI.Collection], curvePrefix [string], startFrame[int], endFrame[int], stepSize[int], bunchSize[int] )
The command returns a collection of the created curves.
To download the XSI 6.01 Add-On click here: KP_PlotObjects.xsiaddon
To download just the JScript plugin click here: KP_PlotObjects.js