The plugin I have created loads all the mel script and python scripts
at startup. All modules are imported using
"from myModule import *" syntax. In case if I do some changes in
python script and source again, maya crashes
badly. If I use "reload( myModule )" in script editor, it changes the
path to access functions. For example, now I have to use
"myModule.myFunction". The only solution is restart maya as far as
now.

Is there any workaround for this problem?

Prashant
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/python_inside_maya
-~----------~----~----~----~------~----~------~--~---

Reply via email to