Blender Git Loki
Git Commits -> Revision bf96400
Revision bf96400 by Lukas Toenne (master) January 20, 2015, 08:30 (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: bf96400558db9e8e79a00a73eba99a1ca008231f
Parent Commit: 8dbb6f0
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)