nutti / fake-bpy-module

Fake Blender Python API module collection for the code completion.
MIT License
1.31k stars 95 forks source link

Matrix.decompose has incorrect return value #200

Closed cmbasnett closed 2 months ago

cmbasnett commented 2 months ago

System Information

Expected behavior

Matrix.decompose return value should be (Vector, Quaternion, Vector).

Description about the bug

    def decompose(self) -> 'Quaternion':
        ''' Return the translation, rotation, and scale components of this matrix.

        :rtype: 'Quaternion'
        :return: tuple of translation, rotation, and scale
        '''
        ...

Screenshots/Files [Optional]

image

Additional comments [Optional]

nutti commented 2 months ago

This issue is fixed.