nutti / fake-bpy-module

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

Operator "*" not supported for types "Vector" and "Vector" #310

Closed Andrej730 closed 1 month ago

Andrej730 commented 1 month ago

Typing shows that multiplication is not supported, though it is.

from mathutils import Vector

# Operator "*" not supported for types "Vector" and "Vector"
c = Vector() * Vector()
nutti commented 1 month ago

This issue is now fixed.