Blender Git Loki
Git Commits -> Revision d115bdb
Revision d115bdb by Lukas Toenne (master) January 20, 2015, 08:29 (GMT) |
Added new data in the cloth modifier for hair root information. This will allow us to implement moving reference frames for hair and make "fictitious" forces optional, aiding in creating stable and controllable hair systems. Adding data in this place is a nasty hack, but it's too difficult to encode as a DM data layer and the whole cloth modifier/DM intermediate data copying for hair should be removed anyway. |
Commit Details:
Full Hash: d115bdb50510c2912ffedd22100e38a646827b52
Parent Commit: da01c88
Lines Changed: +25, -0
5 Modified Paths:
/source/blender/blenkernel/BKE_cloth.h (+5, -0) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+12, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+4, -0) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+12, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+4, -0) (Diff)