zCache ^^^^^^ Will modify the simulation cache associated with the given zSolver node. :: zCache [flags] [ | ] -h -help Print this help message. -c -clear Clears the simulation cache. -s -save Saves the simulation cache to the given file, which has to exist. -l -load Loads the simulation cache from the given file. -ts -timeStart Start frame of cache modification (default: -infinity) -te -timeEnd End frame of cache modification (default: infinity) This command is used to modify the simulation cache associated with a given zSolver. You can select or specify by name the specific zSolver whose cache is modified. Alternatively, you can specify the zSolver whose cache is modified by selecting a body associated with the desired zSolver. If no solver is specified, the default one in the scene will be used. The zSolver must already have a zCache node created for it. Use `ziva -addCacheNode` if the zCache hasn't already been created. Example: `zCache -clear -timeStart 0 -timeEnd 200` clears the cache for frames 0-200. Example: `zCache -save path_to_myCache.zCache` saves the full cache to the file 'myCache.zCache'. ** myCache.zCache has to exist in order to successfully save. ** Example: `zCache -load myCache.zCache zSolver1` loads the cache stored in the file 'myCache.zCache' into zSolver1.