nutti / fake-bpy-module

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

__sub__, __add__ etc. are not defined for Vector #106

Closed cmbasnett closed 2 years ago

cmbasnett commented 2 years ago

System Information

Expected behavior
All of the appropriate math operators (__sub__, __add__ etc.) should be implemented for Vector and others (e.g., Quaternion)

Description about the bug
None of the math operators are implemented, so trying to subtract a Vector from another vector results in unresolved reference warnings.

Screenshots/Files [Optional]
image

nutti commented 2 years ago

This issue is now fixed.