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

Array of boolean consistency with array of int/float

Open Road-hog123 opened this issue 1 year ago • 0 comments
trafficstars

boolean array of n items was being typed as list[bool], which was then incompatible with tuple default values, and was inconsistent with int/float array of n items which is typed as Iterable or bpy_prop_array depending on the application.

Road-hog123 avatar Jun 23 '24 14:06 Road-hog123