Blender Git Commit Log
Git Commits -> Revision 03c1d44
Revision 03c1d44 by Lukas Toenne (temp_merge_gooseberry_hair) January 19, 2015, 16:40 (GMT) |
Debug drawing for simulations, to aid in visualizing abstract data such as forces, velocities, contact points etc. This uses a hash table to store debug elements (dots, lines, vectors at this point). The hash table allows continuous display of elements that are generated only in certain time steps, e.g. contact points, while avoiding massive memory allocation. In any case, this system is really a development feature, but very helpful in finding issues with the internal solver data. |
Commit Details:
Full Hash: 03c1d44a49bf77e7cf7ab3dc75bcdfe765365e44
Parent Commit: a0333b5
Lines Changed: +362, -2
1 Added Path:
/source/blender/editors/space_view3d/drawsimdebug.c (+140, -0) (View)
11 Modified Paths:
/release/scripts/startup/bl_ui/properties_particle.py (+5, -1) (Diff)
/source/blender/blenkernel/BKE_effect.h (+26, -0) (Diff)
/source/blender/blenkernel/intern/effect.c (+105, -0) (Diff)
/source/blender/blenkernel/intern/implicit.c (+37, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/editors/space_view3d/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+6, -0) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+28, -0) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+6, -0) (Diff)
/source/blender/blenkernel/BKE_effect.h (+26, -0) (Diff)
/source/blender/blenkernel/intern/effect.c (+105, -0) (Diff)
/source/blender/blenkernel/intern/implicit.c (+37, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/editors/space_view3d/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+6, -0) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+28, -0) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+6, -0) (Diff)