Blender Git Loki
Git Commits -> Revision abaa861
May 11, 2015, 06:19 (GMT) |
Move openvdb utilities into their own files/directory. |
Commit Details:
Full Hash: abaa8617d7ca2a95e0ad5f468641a2365fb785b1
Parent Commit: 8066346
Lines Changed: +717, -450
7 Added Paths:
/source/blender/openvdb/CMakeLists.txt (+62, -0) (View)
/source/blender/openvdb/intern/openvdb_smoke_export.cpp (+331, -0) (View)
/source/blender/openvdb/openvdb_capi.cpp (+83, -0) (View)
/source/blender/openvdb/openvdb_capi.h (+78, -0) (View)
/source/blender/openvdb/openvdb_intern.h (+41, -0) (View)
/source/blender/openvdb/openvdb_util.cpp (+80, -0) (View)
/source/blender/openvdb/openvdb_util.h (+31, -0) (View)
/source/blender/openvdb/intern/openvdb_smoke_export.cpp (+331, -0) (View)
/source/blender/openvdb/openvdb_capi.cpp (+83, -0) (View)
/source/blender/openvdb/openvdb_capi.h (+78, -0) (View)
/source/blender/openvdb/openvdb_intern.h (+41, -0) (View)
/source/blender/openvdb/openvdb_util.cpp (+80, -0) (View)
/source/blender/openvdb/openvdb_util.h (+31, -0) (View)
1 Deleted Path:
/intern/smoke/intern/openvdb_convert.cpp (+0, -325)
8 Modified Paths:
/build_files/cmake/macros.cmake (+4, -0) (Diff)
/intern/smoke/CMakeLists.txt (+0, -3) (Diff)
/intern/smoke/extern/smoke_API.h (+0, -34) (Diff)
/intern/smoke/intern/FLUID_3D.h (+0, -7) (Diff)
/intern/smoke/intern/smoke_API.cpp (+0, -79) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenkernel/intern/smoke.c (+3, -2) (Diff)
/source/blender/CMakeLists.txt (+3, -0) (Diff)
/intern/smoke/CMakeLists.txt (+0, -3) (Diff)
/intern/smoke/extern/smoke_API.h (+0, -34) (Diff)
/intern/smoke/intern/FLUID_3D.h (+0, -7) (Diff)
/intern/smoke/intern/smoke_API.cpp (+0, -79) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenkernel/intern/smoke.c (+3, -2) (Diff)
/source/blender/CMakeLists.txt (+3, -0) (Diff)