Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default values that are instances of classes are typed as calls to None #267

Open
Road-hog123 opened this issue Jun 23, 2024 · 0 comments
Open

Comments

@Road-hog123
Copy link
Contributor

Possibly related to #244

Various functions in bmesh.ops have parameters that default to instances of mathutils classes e.g. bisect_plane's plane_co and plane_no which default to mathutils.Vector() and create_circle's matrix which defaults to mathutils.Matrix.Identity(4), but these get converted to None() and None(4) respectively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant