LumaPictures / pymel

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

Fix issue #311, #350, #358 #357

Closed kartikg3 closed 8 years ago

kartikg3 commented 8 years ago

This is to address issue #311 by having getTransform() return getParent(generations=1) instead of nothing. For completeness.

kartikg3 commented 8 years ago

Also fixing a few more issues in this PR. Issues #311, #350, #358 so far.

pmolodo commented 8 years ago

Thanks for the fixes! Merged.

Just a note for the future though - it makes things easier for us if each issue has it's own branch / pull request. Mostly in case we need to reject / suggest changes / etc for just one. In this case, I'm taking all , though, so it's not a big deal.

Thanks again for contributing, though!