Here are the sample scripts that ship with character studio 3.
The custom user interface, CS3Tools.cui, character studio 3 one-touch preset custom keys for rapid animation. It uses the MAXScripts: CS3Customkeys.ms, CS3convertBips.ms and CS3Bip2BonesFloater.ms and CS3CustomKeysPresetFloater.ms. Please see the CS3Tools.cui Tutorial Tutorial_CSCustomKeys_cui2.
An updated ../Cstudio/Docs/Readcsm.ms.
-- Fixed frame-off-by-1 bug by making keyframes start at 0 instead of 1, to match biped
-- Fixed frame rate interpretation - it was dropping mocap data correctly, but not skipping max frames
../Cstudio/Docs/csmxport.ms
-- A script to output a .csm file
-- This script assumes that you have set up a .max file containing a biped or bone structure with a set of markers linked to the skeleton.
-- The markers you want to record should be contained in a Selection Set titled "markers"
-- The script will output the data at every frame for the entire animation range.
See also