Blender Git Commit Log
Git Commits -> Revision d69735a
July 24, 2014, 12:29 (GMT) |
Stub hair simulation modifier to attach a hair system to an object. The modifier should never get anything more than a hair system and some basic access features, all the logic should be in the hair system only. |
Commit Details:
Full Hash: d69735abce2481c4350a67f3f0c6499eb953569b
Parent Commit: 7658d73
Lines Changed: +176, -0
1 Added Path:
/source/blender/modifiers/intern/MOD_hair.c (+119, -0) (View)
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+3, -0) (Diff)
/source/blender/blenkernel/BKE_hair.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/hair.c (+26, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+15, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_hair.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/hair.c (+26, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+15, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)