LumaPictures / pymel

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

matrix .rotate and .scale don't works #355

Closed daniele-niero closed 8 years ago

daniele-niero commented 8 years ago

Despite what the documentation says, .rotate and .scale Matrix's attributes seem not available at all.

from pymel.core.datatypes import * Matrix().rotate

In maya 2016, this raises: Error: AttributeError: file S:\Maya_2016_DI\build\Release\runTime\Python\Lib\site-packages\maya\OpenMaya.py line 54: rotate

pmolodo commented 8 years ago

should be fixed in: 73eb3ad8ebe728f6c4d7cb8e1bab251a0b058339

thanks for the report!