Blender Git Loki
Git Commits -> Revision 5c96057
Revision 5c96057 by Lukas Toenne (temp_merge_gooseberry_hair) January 19, 2015, 18:34 (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. Conflicts: source/blender/physics/intern/BPH_mass_spring.cpp |
Commit Details:
Full Hash: 5c960573dba3f10608003248b09cf0a382dc9de3
Parent Commit: eda308a
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)