nutti / fake-bpy-module

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

Matrix.to_euler - Argument missing for parameter "euler_compat" #236

Closed Andrej730 closed 4 months ago

Andrej730 commented 4 months ago
from mathutils import Matrix

# Argument missing for parameter "euler_compat"
print(Matrix().to_euler("XYZ"))

typing error though euler_compat is optional: image

nutti commented 4 months ago

This issue is now fixed.

Andrej730 commented 2 months ago

@nutti it's still an issue for fake-bpy-module-latest==20240719

![Uploading image.png…]()

nutti commented 2 months ago

@Andrej730 What is the issue? I could not find the image.

Andrej730 commented 2 months ago

@nutti oh, sorry, the issue is the same - it's requesting the argument that is optional.

image

nutti commented 2 months ago

Fixed now.