Jandals / HairNet

HairNet addon for Blender
223 stars 37 forks source link

aVert not being used? #50

Open sadernalwis opened 1 year ago

sadernalwis commented 1 year ago

I'm still going through the sort code. but came across this. https://github.com/Jandals/HairNet/blob/d0a0db0a92654efe85e1c5249bc988eac741a624/hairNet/hairNet.py#L464

might not be a bug point but might contribute to performance?

sadernalwis commented 1 year ago

doesn't that make 'for loops' in https://github.com/Jandals/HairNet/blob/d0a0db0a92654efe85e1c5249bc988eac741a624/hairNet/hairNet.py#L421 and https://github.com/Jandals/HairNet/blob/d0a0db0a92654efe85e1c5249bc988eac741a624/hairNet/hairNet.py#L462 redundant?