Jandals / HairNet

HairNet addon for Blender
223 stars 37 forks source link

optimize fibermesh operation #35

Closed IceSandwich closed 3 years ago

IceSandwich commented 3 years ago

The fibermesh outputed from zbrush has so many points that causes long time to process in my computer. I use a data structure which combines UnionFind and SingleLinkedList to reduce the running time.