Blender Git Commit Log

Git Commits -> Revision 5ccc748

July 29, 2018, 16:23 (GMT)
added initial support for motion blur (cycles)

Commit Details:

Full Hash: 5ccc748f415722aad446a408d86448be5c7e1f5f
Parent Commit: 32b1ea9
Lines Changed: +2697, -232

28 Modified Paths:

/intern/cycles/blender/blender_mesh.cpp (+45, -0) (Diff)
/intern/mantaflow/extern/manta_fluid_API.h (+6, -3) (Diff)
/intern/mantaflow/intern/FLUID.cpp (+150, -33) (Diff)
/intern/mantaflow/intern/FLUID.h (+11, -3) (Diff)
/intern/mantaflow/intern/manta_fluid_API.cpp (+18, -3) (Diff)
/intern/mantaflow/intern/manta_pp/omp/fileio/iomeshes.cpp (+176, -15) (Diff)
/intern/mantaflow/intern/manta_pp/omp/fileio/mantaio.h (+4, -0) (Diff)
/intern/mantaflow/intern/manta_pp/omp/levelset.cpp (+3, -0) (Diff)
/intern/mantaflow/intern/manta_pp/omp/mesh.cpp (+651, -3) (Diff)
/intern/mantaflow/intern/manta_pp/omp/mesh.h (+164, -1) (Diff)
/intern/mantaflow/intern/manta_pp/omp/mesh.h.reg (+38, -0) (Diff)
/intern/mantaflow/intern/manta_pp/omp/mesh.h.reg.cpp (+197, -16) (Diff)
/intern/mantaflow/intern/manta_pp/tbb/fileio/iomeshes.cpp (+176, -15) (Diff)
/intern/mantaflow/intern/manta_pp/tbb/fileio/mantaio.h (+4, -0) (Diff)
/intern/mantaflow/intern/manta_pp/tbb/levelset.cpp (+3, -0) (Diff)
/intern/mantaflow/intern/manta_pp/tbb/mesh.cpp (+460, -1) (Diff)
/intern/mantaflow/intern/manta_pp/tbb/mesh.h (+164, -1) (Diff)
/intern/mantaflow/intern/manta_pp/tbb/mesh.h.reg (+38, -0) (Diff)
/intern/mantaflow/intern/manta_pp/tbb/mesh.h.reg.cpp (+197, -16) (Diff)
/intern/mantaflow/intern/strings/liquid_script.h (+21, -46) (Diff)
/intern/mantaflow/intern/strings/shared_script.h (+84, -12) (Diff)
/intern/mantaflow/intern/strings/smoke_script.h (+2, -55) (Diff)
/release/scripts/startup/bl_ui/properties_physics_smoke.py (+1, -1) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+1, -2) (Diff)
/source/blender/blenkernel/intern/smoke.c (+45, -5) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_smoke_types.h (+8, -1) (Diff)
/source/blender/makesrna/intern/rna_smoke.c (+29, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021