fake-bpy-module
fake-bpy-module copied to clipboard
Array of boolean consistency with array of int/float
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.