Blender Git Commit Log
Git Commits -> Revision a766270
Revision a766270 by Lukas Toenne (hair_system) August 18, 2014, 07:48 (GMT) |
Placed debug info structs in their own header, so they can be shared between C and C++ code. This is straightforward data, no member functions or anything needed. Sharing the structs avoids redundancy and bloated code from copying. Also now store a debug data list for threads when enabled. |
Commit Details:
Full Hash: a7662701b80d35e7cf3dfd2cf24f1e1dcbdccd5d
Parent Commit: 4cfae04
Lines Changed: +127, -51
1 Added Path:
/source/blender/hair/HAIR_debug_types.h (+53, -0) (View)
6 Modified Paths:
/source/blender/editors/space_view3d/drawhair.c (+1, -1) (Diff)
/source/blender/hair/CMakeLists.txt (+1, -0) (Diff)
/source/blender/hair/HAIR_capi.cpp (+20, -16) (Diff)
/source/blender/hair/HAIR_capi.h (+8, -9) (Diff)
/source/blender/hair/intern/HAIR_debug.h (+18, -20) (Diff)
/source/blender/hair/intern/HAIR_solver.cpp (+26, -5) (Diff)
/source/blender/hair/CMakeLists.txt (+1, -0) (Diff)
/source/blender/hair/HAIR_capi.cpp (+20, -16) (Diff)
/source/blender/hair/HAIR_capi.h (+8, -9) (Diff)
/source/blender/hair/intern/HAIR_debug.h (+18, -20) (Diff)
/source/blender/hair/intern/HAIR_solver.cpp (+26, -5) (Diff)