Re: [Maya-Python] Set Evaluation to DG mode

2018-06-04 Thread Jayme Wilkinson
FYI “off” is DG mode. Jayme > On Jun 4, 2018, at 3:36 AM, Fuzes Marcell wrote: > > Hello, > > I'm trying to change the evaluation to DG mode but it seems like the only > accepted flags are > "off", "serial", "serialUncached" and "parallel". > > This does not work unfortunately > > from

Re: [Maya-Python] Set Evaluation to DG mode

2018-06-04 Thread Fuzes Marcell
I was not quite sure about that seems a bit strange to name it like that but anyway thanks for the quick answer! Füzes Marcell GER: +49 157 777 231 10 <+49%201577%207723110> HUN: +36 30 960 4722 <+36%2030%20960%204722> fuzes.marc...@gmail.com fuzesmarcell.com On 4 June 2018 at 09:40, Marcus Ottos

Re: [Maya-Python] Set Evaluation to DG mode

2018-06-04 Thread Marcus Ottosson
“Off” is “DG” cmds.evaluationManager(mode="off") ​ On 4 June 2018 at 08:36, Fuzes Marcell wrote: > Hello, > > I'm trying to change the evaluation to *DG* mode but it seems like the > only accepted flags are > "off", "serial", "serialUncached" and "parallel". > > This does not work unfortunat