Closed Andrej730 closed 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()
This issue is now fixed.
Typing shows that multiplication is not supported, though it is.