nutti / fake-bpy-module

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

Quaternion rotate function argument type is incorrect #122

Closed cmbasnett closed 1 year ago

cmbasnett commented 1 year ago

System Information

Expected behavior

The other argument type for the Quaternion.rotate function should accept an Euler, Quaternion or Matrix type.

Description about the bug

The argument only accepts an Euler type.

Screenshots/Files [Optional]

image

Additional comments [Optional]

nutti commented 1 year ago

Fixed this issue.