LumaPictures / pymel

Python in Maya Done Right
Other
479 stars 130 forks source link

Fix for #346 #394

Closed bob-white closed 7 years ago

bob-white commented 7 years ago

Fixes #346 Pops the type and typ flags from kwargs before calling cmds.file. You can still crash maya manually by going through cmds.file, but at least pymel is a bit less crashy.

pmolodo commented 7 years ago

Thanks for the fix!