Blender Git Commit Log
Git Commits -> Revision 09da26d
May 22, 2015, 18:09 (GMT) |
Expose file compression types. By default files are compressed based on their active values, with zip compression optionnaly added to it. We can as an option, enable blosc compression, through a build flags. This flag is only to be enbaled if OpenVDB was built with blosc. Otherwise -> crash. |
Commit Details:
Full Hash: 09da26d720a3ee36a473f9654bc77689327c5d3d
Parent Commit: 6c2727e
Lines Changed: +49, -8
10 Modified Paths:
/build_files/cmake/config/bpy_module.cmake (+1, -0) (Diff)
/CMakeLists.txt (+2, -0) (Diff)
/release/scripts/startup/bl_ui/properties_physics_smoke.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/smoke.c (+1, -1) (Diff)
/source/blender/editors/object/object_modifier.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_smoke_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_smoke.c (+17, -1) (Diff)
/source/blender/openvdb/openvdb_capi.cpp (+14, -4) (Diff)
/source/blender/openvdb/openvdb_capi.h (+1, -1) (Diff)
/CMakeLists.txt (+2, -0) (Diff)
/release/scripts/startup/bl_ui/properties_physics_smoke.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/smoke.c (+1, -1) (Diff)
/source/blender/editors/object/object_modifier.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_smoke_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_smoke.c (+17, -1) (Diff)
/source/blender/openvdb/openvdb_capi.cpp (+14, -4) (Diff)
/source/blender/openvdb/openvdb_capi.h (+1, -1) (Diff)