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

View2D region_to_view and view_to_region return types are not being picked up as arrays #8

Open
Mysteryem opened this issue Dec 5, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Mysteryem
Copy link
Owner

The array_dimensions and array_length of the functions' return_values are set correctly and type is set to 'float' or 'int'.

Notably, collection_type and fixed_type are both None, maybe it's being assumed that one of these must exist (since one of them normally does).

@Mysteryem Mysteryem added the bug Something isn't working label Dec 5, 2022
@Mysteryem
Copy link
Owner Author

Some functions that take list/tuple/sequence arguments are also not being picked up correctly and are instead being set to the element type.
Examples:
normals argument of Mesh.normals_split_custom_set and Mesh.normals_split_custom_set_from_vertices
index argument of VertexGroup.add

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant