fake-bpy-module icon indicating copy to clipboard operation
fake-bpy-module copied to clipboard

bpy_prop_array property regression

Open JonathanPlasse opened this issue 1 year ago • 0 comments

  • 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

JonathanPlasse avatar Dec 17 '23 18:12 JonathanPlasse