Blender Git Commit Log
Git Commits -> Revision 0d2dfcb
Revision 0d2dfcb by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) October 9, 2014, 10:14 (GMT) |
Solved various update issues with the hair preview factor. This is still terribly messy, especially because every change of the particle system has to be piped through the dummy cloth modifier somehow. The automatic caching system also tends to get in the way a lot; after changing the preview factor one basically always has to start at frame 1 currently because the cloth modifier has to be reconstructed and forgets about all caching. |
Commit Details:
Full Hash: 0d2dfcb2124e666eb746cf4769073cf172ee69dd
Parent Commit: dd9f957
Lines Changed: +50, -56
8 Modified Paths:
/source/blender/blenkernel/BKE_cloth.h (+0, -20) (Diff)
/source/blender/blenkernel/BKE_particle.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/cloth.c (+4, -22) (Diff)
/source/blender/blenkernel/intern/particle.c (+2, -0) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+31, -10) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+9, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+1, -1) (Diff)
/source/blender/blenkernel/BKE_particle.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/cloth.c (+4, -22) (Diff)
/source/blender/blenkernel/intern/particle.c (+2, -0) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+31, -10) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+9, -0) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+1, -1) (Diff)