Closed Ivan121q closed 1 year ago
The problem was solved
made a small change
if obj.data.color_attributes.active_color_index:
vcoldata = me.color_attributes[obj.data.color_attributes.active_color_index].data
if obj.data.color_attributes and obj.data.color_attributes.active_color_index >= 0: vcoldata = me.color_attributes[obj.data.color_attributes.active_color_index].data
thanks for reporting and proposing the fix, i added it to the blender 4 fixes branch.