[Maya-Python] Re: reload imported modules?

2013-02-22 Thread Carlo Giesa
What I do for quite some time yet is to delete the modules inside the sys.modules dictionary. This is a pretty dirty solution and produces problems when you try to access data from somewhere without reimporting a deleted module but it worked very fine for me so far. So, let's say that my code l

[Maya-Python] Re: Pass in List/Array to Command Flag?

2010-04-27 Thread Carlo Giesa
Hi there! We had same experiences with this error under Python. And it seams that this is a Maya bug that should be fixed in 2011: http://images.autodesk.com/adsk/files/maya2011fixedcustomerissues.pdf Look at number 348522. We could not check out until now because we're still working on 2010.