andyp123 / blender_vertex_color_master

Blender addon for working more precisely with vertex colours.
345 stars 38 forks source link

Look for possible optimisations #14

Open andyp123 opened 5 years ago

andyp123 commented 5 years ago

Do some testing between mesh and bmesh editing to see if one is faster than the other. Is there much selection and context switching that could be slowing things down? Should I be using numpy?