fake-bpy-module
fake-bpy-module copied to clipboard
bpy_prop_array property regression
- The resolution of #132 cause a regression in my code
The following code does not pass Pyright or MyPy.
import bpy
bpy.context.active_object.parent_vertices = [1, 2, 3]
- This could be solved with the same solution mentionned in #158