Blender Git Loki

Git Commits -> Revision caf81de

September 20, 2014, 19:05 (GMT)
Basic solver result feedback from the mass-spring (cloth/hair) solver.

This returns a general status (success/no-convergence/other) along with
basic statistics (min/max/average) for the error value and the number
of iterations. It allows some general estimation of the simulation
quality and detection of critical settings that could become a problem.
Better visualization and extended feedback can follow later.

Commit Details:

Full Hash: caf81de33c5a936ea30b7c5983a7867b988abd3e
Parent Commit: 1760d75
Lines Changed: +176, -9

12 Modified Paths:

/release/scripts/startup/bl_ui/properties_particle.py (+19, -0) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+8, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_cloth.c (+61, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+4, -0) (Diff)
/source/blender/physics/BPH_mass_spring.h (+9, -0) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+47, -1) (Diff)
/source/blender/physics/intern/implicit.h (+8, -1) (Diff)
/source/blender/physics/intern/implicit_blender.c (+11, -7) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021