I was wondering if I could do the following with python in Blender:
- Import Image into Blender with addon
- Subdivide the plane and make a lot of new objects which are fragments of the original
- Check the color of each fragment and possibly delete
I know how to do steps 1 and 2, but I have no clue how to do the third step. The goal, in general, is to import an image and delete all the parts that are a certain color, in this case white. I then want to extrude the image, so just using transparency doesn't work.
I would appreciate any help. Thanks in advance.
