Blender Git Loki
Git Commits -> Revision 7247a2b
Revision 7247a2b by Lukas Toenne December 11, 2014, 16:40 (GMT) |
Ported over the relaxation method for hair vertices from particle edit mode. This method is simple, but not really very usable. It works by successively relaxing segments that are too long or too short, moving both vertices along the edge between them. This is repeated N^2 times (N: number of vertices on the strand). A true IK solver could give a lot better results, as well as providing many opportunities to apply weighting for targets (e.g. preferring to move non-selected over selected vertices). Many different methods for simple IK solvers exist, so there should be one that works well for large number of simple strands. See e.g. http://www.math.ucsd.edu/~sbuss/ResearchWeb/ikmethods/iksurvey.pdf |
Commit Details:
Full Hash: 7247a2b366d32a38d445a56501ea39da5cf8ceb6
Parent Commit: d237e8f
Lines Changed: +73, -8