Blender Git Commit Log

Git Commits -> Revision faf414a

Revision faf414a by Lukas Toenne (hair_system, testbuild)
July 30, 2014, 14:55 (GMT)
Fix problem of hair root animation by keeping the solver around as a
runtime instance.

The SolverData also functions as a short-term history for constructing
the hair root animation/deformation curves. This is necessary because
the DerivedMesh data on its own does not have interpolation intervals
nor velocity information.

It also means that we have to keep this data alive over multiple frames
in order to do root animation properly. So now the solver is created as
a runtime instance.

Commit Details:

Full Hash: faf414ad9351c17c8d085f811237ae302474d893
Parent Commit: 501f58c
Lines Changed: +18, -7

3 Modified Paths:

/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/modifiers/intern/MOD_hair.c (+14, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021