View Single Post
# 2 01-12-2013 , 03:04 PM
EduSciVis-er
Join Date: Dec 2005
Location: Toronto
Posts: 3,374
Does userSetup.py actually execute on startup or is it just userSetup.mel? If so, you can try wrapping your python code in
Code:
python("command one; command two()");
And put that in userSetup.mel


-stwert

Website - Blog - YouTube - Vimeo - Facebook - Twitter

-->How to Effectively Ask Questions on Forums<--