Blender Git Loki
Git Commits -> Revision 501f58c
July 30, 2014, 14:22 (GMT) |
Base support for hair root animation. Note: This does not work currently, because of the way the solver is reconstructed in every time step currently, and so does not provide actual changes in the transform. Note2: The mesh sampling system does not support changes in DerivedMesh topology so far. It can be necessary to move the hair system to the bottom of the modifier stack, because the hair roots are created for the final mesh version and for animation support it can only use the mesh being passed to the modifier. Any later subsurf etc. (constructive modifier) will alter the topology and cause a difference in the DM used for hair roots vs. DM used for calculating deformation. |
Commit Details:
Full Hash: 501f58c41f017118304aaf6e3fcae64f0f87cdab
Parent Commit: f434130
Lines Changed: +105, -22
9 Modified Paths:
/source/blender/editors/space_view3d/drawhair.c (+1, -1) (Diff)
/source/blender/hair/HAIR_capi.cpp (+11, -4) (Diff)
/source/blender/hair/HAIR_capi.h (+4, -2) (Diff)
/source/blender/hair/intern/HAIR_curve.h (+8, -1) (Diff)
/source/blender/hair/intern/HAIR_scene.cpp (+44, -2) (Diff)
/source/blender/hair/intern/HAIR_scene.h (+4, -1) (Diff)
/source/blender/hair/intern/HAIR_solver.cpp (+20, -6) (Diff)
/source/blender/hair/intern/HAIR_solver.h (+4, -1) (Diff)
/source/blender/modifiers/intern/MOD_hair.c (+9, -4) (Diff)
/source/blender/hair/HAIR_capi.cpp (+11, -4) (Diff)
/source/blender/hair/HAIR_capi.h (+4, -2) (Diff)
/source/blender/hair/intern/HAIR_curve.h (+8, -1) (Diff)
/source/blender/hair/intern/HAIR_scene.cpp (+44, -2) (Diff)
/source/blender/hair/intern/HAIR_scene.h (+4, -1) (Diff)
/source/blender/hair/intern/HAIR_solver.cpp (+20, -6) (Diff)
/source/blender/hair/intern/HAIR_solver.h (+4, -1) (Diff)
/source/blender/modifiers/intern/MOD_hair.c (+9, -4) (Diff)