Blender Git Commit Log
Git Commits -> Revision 29543af
Revision 29543af by Lukas Toenne (gooseberry, gooseberry_farm, hair_immediate_fixes, hair_system, temp_constraint_volume, temp_hair_flow, temp_hair_modifiers, temp_motionpaths) November 6, 2014, 13:12 (GMT) |
Use a fixed, uniform cell size for hair continuum grids. This is a bit more awkward for artists to use, but necessary for a stable solution of the hair continuum calculation. The grid size is defined by the user, the extent of the grid is then calculated based on the hair geometry. A hard upper limit prevents bad memory allocation in case too small values are entered. |
Commit Details:
Full Hash: 29543afa4ee446fb258110f5f62dde9e18d72896
Parent Commit: 08c477a
Lines Changed: +103, -102
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_particle.py (+1, -1) (Diff)
/source/blender/blenkernel/intern/cloth.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+5, -5) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+9, -14) (Diff)
/source/blender/physics/intern/hair_volume.c (+82, -78) (Diff)
/source/blender/physics/intern/implicit.h (+4, -2) (Diff)
/source/blender/blenkernel/intern/cloth.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_cloth_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+5, -5) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+9, -14) (Diff)
/source/blender/physics/intern/hair_volume.c (+82, -78) (Diff)
/source/blender/physics/intern/implicit.h (+4, -2) (Diff)