About this site
ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
Comments
mistype on the code....
dear sir there is a mistype in :
dropdownlist settypeOUT_ddl "Set Type Out:" items:#("#Constant", "#Cycle", "#Loop", "#PingPong", "#Linear", "#ReletiveRepeat")
it should read:
dropdownlist settypeOUT_ddl "Set Type Out:" items:#("#Constant", "#Cycle", "#Loop", "#PingPong", "#Linear", "#RelAtiveRepeat")
thank you very much for tghis it was a life saver!!!