Blender Git Commit Log

Git Commits -> Revision c8baf8c

August 8, 2018, 03:27 (GMT)
Updates to OpenVDB import and volume motion blur.

* Separated option for Volume Motion Blur in object UI. Unlike deformation motion, it is disabled by default.
* Added multiple frame import and preview simplying for imported VDBs.
* Fixed a couple of bugs with VDBs in the viewport.

Commit Details:

Full Hash: c8baf8cb39a427e94c4a8c88be2ee2ddd41bc88d
Parent Commit: 44d541a
Lines Changed: +293, -139

16 Modified Paths:

/intern/cycles/blender/addon/properties.py (+7, -1) (Diff)
/intern/cycles/blender/addon/ui.py (+4, -0) (Diff)
/intern/cycles/blender/blender_mesh.cpp (+6, -18) (Diff)
/intern/cycles/blender/blender_object.cpp (+10, -3) (Diff)
/intern/cycles/blender/blender_util.h (+70, -0) (Diff)
/intern/cycles/render/mesh.cpp (+1, -1) (Diff)
/intern/cycles/render/mesh.h (+2, -1) (Diff)
/intern/openvdb/intern/openvdb_dense_convert.h (+33, -27) (Diff)
/intern/openvdb/openvdb_capi.cc (+6, -6) (Diff)
/intern/openvdb/openvdb_capi.h (+3, -3) (Diff)
/release/scripts/startup/bl_ui/properties_physics_smoke.py (+16, -19) (Diff)
/source/blender/blenkernel/BKE_pointcache.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+108, -51) (Diff)
/source/blender/editors/io/io_openvdb.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_smoke_types.h (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_smoke.c (+18, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021