Blender Git Commit Log
Git Commits -> Revision 6cd7d8f
Revision 6cd7d8f by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) September 11, 2014, 12:19 (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: 6cd7d8f0ec4bc64edb37b22e33405852e8c2de85
Parent Commit: f503262
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)