Blender Git Loki
Git Commits -> Revision 674c98b
Revision 674c98b by Lukas Toenne (master) January 20, 2015, 08:30 (GMT) |
Nicer hashing functionality for sim debugging using a variadic macro to support multiple hash identifiers. Using explicit hashing functions for every sim debug call defeats the purpose of having a quick feedback system. Now this can be done simply by passing an arbitrary number of hash inputs (integers) at the end of the function calls, which are then combined by a system of variadic macros (based on the ELEM feature). Up to 8 identifiers are supported currently, but more could be added easily if needed. Conflicts: source/blender/blenkernel/intern/particle_system.c source/blender/physics/intern/BPH_mass_spring.cpp |
Commit Details:
Full Hash: 674c98bd06a8d3752d750fb659b98ff5b9a238d8
Parent Commit: 5238417
Lines Changed: +120, -244
7 Modified Paths:
/source/blender/blenkernel/BKE_effect.h (+57, -7) (Diff)
/source/blender/blenkernel/intern/cloth.c (+4, -34) (Diff)
/source/blender/blenkernel/intern/collision.c (+3, -55) (Diff)
/source/blender/blenkernel/intern/effect.c (+35, -66) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+11, -37) (Diff)
/source/blender/physics/intern/hair_volume.cpp (+10, -10) (Diff)
/source/blender/physics/intern/implicit.h (+0, -35) (Diff)
/source/blender/blenkernel/intern/cloth.c (+4, -34) (Diff)
/source/blender/blenkernel/intern/collision.c (+3, -55) (Diff)
/source/blender/blenkernel/intern/effect.c (+35, -66) (Diff)
/source/blender/physics/intern/BPH_mass_spring.cpp (+11, -37) (Diff)
/source/blender/physics/intern/hair_volume.cpp (+10, -10) (Diff)
/source/blender/physics/intern/implicit.h (+0, -35) (Diff)