Blender Git Commit Log
Git Commits -> Revision 32479d2
Revision 32479d2 by Lukas Toenne (temp_hair_flow) January 7, 2015, 18:31 (GMT) |
First step toward hair directional flow solving: Calculate divergence from "source" (emitter) meshes. |
Commit Details:
Full Hash: 32479d290adcb3df70558129ec7966666cc456b4
Parent Commit: 37876f6
Lines Changed: +379, -5
6 Modified Paths:
/source/blender/editors/hair/hair_flow.c (+1, -1) (Diff)
/source/blender/physics/BPH_strands.h (+2, -1) (Diff)
/source/blender/physics/intern/eigen_utils.h (+63, -0) (Diff)
/source/blender/physics/intern/grid.cpp (+152, -2) (Diff)
/source/blender/physics/intern/grid.h (+78, -0) (Diff)
/source/blender/physics/intern/hair_flow.cpp (+83, -1) (Diff)
/source/blender/physics/BPH_strands.h (+2, -1) (Diff)
/source/blender/physics/intern/eigen_utils.h (+63, -0) (Diff)
/source/blender/physics/intern/grid.cpp (+152, -2) (Diff)
/source/blender/physics/intern/grid.h (+78, -0) (Diff)
/source/blender/physics/intern/hair_flow.cpp (+83, -1) (Diff)