Blender Git Commit Log
Git Commits -> Revision 356ed34
Revision 356ed34 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) October 30, 2014, 14:59 (GMT) |
Disabled the hair preview feature in the code, due to limited usefulness. Interpolating hairs in a meaningful way is a quite difficult problem. It works ok-ish for child hairs as long as they don't move, but with motion the direction of interpolated hairs can become quite nonsensical quickly. Probably a better way to create simulation previews is to limit simulation to a particular well-defined area (like render preview borders), but run it in full detail in that area. The error from omitting some interaction should still be much less than orientation errors from interpolation. |
Commit Details:
Full Hash: 356ed34ba53869cc6925843c53180f11c6a47582
Parent Commit: 2f1631f
Lines Changed: +15, -1