Blender Git Loki
Git Commits -> Revision bc637d0
Revision bc637d0 by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) November 21, 2014, 15:01 (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: bc637d0e1a74c2fd18b8ba94e155a8017c6ddddf
Parent Commit: e8ddfb1
Lines Changed: +73, -43
10 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/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/physics/intern/BPH_mass_spring.cpp (+2, -2) (Diff)