nutti / fake-bpy-module

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

bpy_prop_array property regression #162

Closed JonathanPlasse closed 4 months ago

JonathanPlasse commented 9 months ago

The following code does not pass Pyright or MyPy.

import bpy

bpy.context.active_object.parent_vertices = [1, 2, 3]
nutti commented 4 months ago

@JonathanPlasse

Can we close this issue by #158 is closed?

JonathanPlasse commented 4 months ago

158 was for mathutils not bpy_prop_array.

I will make a PR.

nutti commented 4 months ago

@JonathanPlasse Great, Thanks!