nutti / fake-bpy-module

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

mathutils.Matrix.Scale expects optional axis argument to be filled #113

Closed cmbasnett closed 2 years ago

cmbasnett commented 2 years ago

System Information

Expected behavior
The axis argument to mathutils.Matrix.Scale should be optional.

Description about the bug
The axis argument is listed as requiring a Vector type, but it should be an Optional[Vector] type.

Screenshots/Files image

nutti commented 2 years ago

Fixed this issue.