[Maya-Python] Re: Open/New File VERY slow while batching

2018-11-20 Thread Alec Fredericks
So it turns out that the problem is making a bunch of changes in Maya that aren't saved. That must put Maya into a weird state that makes opening up a file or creating a new file take a very long time. My solution was to just save a temp file, which takes just a couple of seconds, and then creat

[Maya-Python] Re: Open/New File VERY slow while batching

2018-11-21 Thread Roy Nieterau
What kind of changes were you making? Do you have a reproducible example to run? What Maya version did you test? On Wednesday, November 21, 2018 at 2:45:29 AM UTC+1, Alec Fredericks wrote: > > So it turns out that the problem is making a bunch of changes in Maya that > aren't saved. That must pu

Re: [Maya-Python] Re: Open/New File VERY slow while batching

2018-11-22 Thread Alec Fredericks
I had a couple of referenced objects and, on one, I deleted a bunch of constraints after baking keys for joints & controls in both referenced objects. I'm thinking that the reference edits just piled up and Maya needed to do something with them before moving on when trying to create a new file or l