Description: Caches Muscle deformed objects over time.
| Short Flag | Long Flag | Argument | Description |
|---|---|---|---|
| -e | -endf | int | End frame to use when caching. |
| -m | -mode | string | Type of cache to write, either "node" or "file". If not provided, then "node" is assumed as default. |
| -s | -start | int | Start frame to use for caching process. |
cMuscleCache -start 0 -end 100 -mode "file" cMuscleSystem1 cMuscleSystem2 ; // Write to external file cache for the two given cMuscleSystem // nodes from frame 0 to 100.