Blender Git Commit Log
Git Commits -> Revision 1e4c449
Revision 1e4c449 by Lukas Toenne November 17, 2014, 18:44 (GMT) |
Randomness factor for hair bending stiffness. This helps to create some variation in a hair system, which can otherwise become very uniform and boring. It's yet another confusing setting in a system that should have been nodified, but only option for now (broken windows ...) |
Commit Details:
Full Hash: 1e4c4497e587c933a7f3a63739741a8f98e826a6
Parent Commit: 8d4b98f
Lines Changed: +74, -44
11 Modified Paths:
/release/scripts/startup/bl_ui/properties_particle.py (+4, -2) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+3, -2) (Diff)
/source/blender/blenkernel/intern/cloth.c (+16, -6) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+33, -25) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+3, -3) (Diff)
/source/blender/modifiers/intern/MOD_particleinstance.c (+1, -1) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+2, -2) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+3, -2) (Diff)
/source/blender/blenkernel/intern/cloth.c (+16, -6) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+33, -25) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+3, -3) (Diff)
/source/blender/modifiers/intern/MOD_particleinstance.c (+1, -1) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+2, -2) (Diff)