quick maya curves export script
i needed a quick script tonight to export a slew of curves outta maya and google failed me so now that i’ve hacked a quick script for it i figure i’ll post it for future lazy coders here you go – a simple python script to export curves from maya from maya.cmds import * import [...]