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

bpy_prop_array property regression #162

Closed
JonathanPlasse opened this issue Dec 17, 2023 · 3 comments · Fixed by #240
Closed

bpy_prop_array property regression #162

JonathanPlasse opened this issue Dec 17, 2023 · 3 comments · Fixed by #240
Assignees
Labels

Comments

@JonathanPlasse
Copy link
Sponsor Contributor

The following code does not pass Pyright or MyPy.

import bpy

bpy.context.active_object.parent_vertices = [1, 2, 3]
@nutti
Copy link
Owner

nutti commented Jun 3, 2024

@JonathanPlasse

Can we close this issue by #158 is closed?

@nutti nutti added the bug label Jun 3, 2024
@JonathanPlasse
Copy link
Sponsor Contributor Author

#158 was for mathutils not bpy_prop_array.
I will make a PR.

@nutti
Copy link
Owner

nutti commented Jun 3, 2024

@JonathanPlasse Great, Thanks!

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

Successfully merging a pull request may close this issue.

2 participants