You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some functions that take list/tuple/sequence arguments are also not being picked up correctly and are instead being set to the element type.
Examples: normals argument of Mesh.normals_split_custom_set and Mesh.normals_split_custom_set_from_vertices index argument of VertexGroup.add
The
array_dimensions
andarray_length
of the functions'return_values
are set correctly andtype
is set to 'float' or 'int'.Notably,
collection_type
andfixed_type
are bothNone
, maybe it's being assumed that one of these must exist (since one of them normally does).The text was updated successfully, but these errors were encountered: