Blender Git Commit Log

Git Commits -> Revision 065676a

September 21, 2014, 12:43 (GMT)
updated mantaflow version

Commit Details:

Full Hash: 065676a6f841de30d3c5ba5bed2550e4106f2673
Parent Commit: 0015706
Lines Changed: +1892, -645

6 Added Paths:

/source/blender/python/manta_pp/plugin/flip.cpp (+500, -0) (View)
/source/blender/python/manta_pp/plugin/waves.cpp (+174, -0) (View)
/source/blender/python/manta_pp/timing.cpp (+128, -0) (View)
/source/blender/python/manta_pp/timing.h (+72, -0) (View)
/source/blender/python/manta_pp/timing.h.reg (+6, -0) (View)
/source/blender/python/manta_pp/timing.h.reg.cpp (+20, -0) (View)

51 Modified Paths:

/source/blender/python/manta_pp/CMakeLists.txt (+14, -37) (Diff)
/source/blender/python/manta_pp/conjugategrad.cpp (+8, -8) (Diff)
/source/blender/python/manta_pp/conjugategrad.h (+0, -1) (Diff)
/source/blender/python/manta_pp/fastmarch.cpp (+2, -1) (Diff)
/source/blender/python/manta_pp/fastmarch.h (+1, -13) (Diff)
/source/blender/python/manta_pp/fileio.cpp (+82, -24) (Diff)
/source/blender/python/manta_pp/fileio.h (+1, -0) (Diff)
/source/blender/python/manta_pp/fluidsolver.cpp (+5, -53) (Diff)
/source/blender/python/manta_pp/fluidsolver.h (+5, -17) (Diff)
/source/blender/python/manta_pp/fluidsolver.h.reg (+3, -5) (Diff)
/source/blender/python/manta_pp/fluidsolver.h.reg.cpp (+4, -6) (Diff)
/source/blender/python/manta_pp/general.cpp (+4, -4) (Diff)
/source/blender/python/manta_pp/general.h (+1, -1) (Diff)
/source/blender/python/manta_pp/grid.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/gui/customctrl.cpp (+15, -2) (Diff)
/source/blender/python/manta_pp/gui/customctrl.h (+11, -1) (Diff)
/source/blender/python/manta_pp/gui/customctrl.h.reg (+8, -0) (Diff)
/source/blender/python/manta_pp/gui/customctrl.h.reg.cpp (+8, -0) (Diff)
/source/blender/python/manta_pp/gui/glwidget.cpp (+26, -20) (Diff)
/source/blender/python/manta_pp/gui/glwidget.h (+2, -0) (Diff)
/source/blender/python/manta_pp/gui/mainwindow.cpp (+67, -5) (Diff)
/source/blender/python/manta_pp/gui/mainwindow.h (+25, -5) (Diff)
/source/blender/python/manta_pp/gui/moc_customctrl.cxx_parameters (+2, -2) (Diff)
/source/blender/python/manta_pp/gui/moc_glwidget.cxx_parameters (+2, -2) (Diff)
/source/blender/python/manta_pp/gui/moc_mainwindow.cxx (+33, -12) (Diff)
/source/blender/python/manta_pp/gui/moc_mainwindow.cxx_parameters (+2, -2) (Diff)
/source/blender/python/manta_pp/gui/moc_meshpainter.cxx_parameters (+2, -2) (Diff)
/source/blender/python/manta_pp/gui/moc_painter.cxx_parameters (+2, -2) (Diff)
/source/blender/python/manta_pp/gui/moc_particlepainter.cxx_parameters (+2, -2) (Diff)
/source/blender/python/manta_pp/gui/moc_qtmain.cxx_parameters (+2, -2) (Diff)
/source/blender/python/manta_pp/gui/painter.cpp (+14, -11) (Diff)
/source/blender/python/manta_pp/gui/painter.h (+8, -5) (Diff)
/source/blender/python/manta_pp/gui/particlepainter.cpp (+28, -127) (Diff)
/source/blender/python/manta_pp/gui/qtmain.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/hginfo.h (+1, -1) (Diff)
/source/blender/python/manta_pp/kernel.h (+2, -0) (Diff)
/source/blender/python/manta_pp/levelset.cpp (+0, -1) (Diff)
/source/blender/python/manta_pp/mesh.cpp (+22, -10) (Diff)
/source/blender/python/manta_pp/mesh.h (+4, -0) (Diff)
/source/blender/python/manta_pp/particle.cpp (+185, -37) (Diff)
/source/blender/python/manta_pp/particle.h (+75, -24) (Diff)
/source/blender/python/manta_pp/particle.h.reg (+22, -8) (Diff)
/source/blender/python/manta_pp/particle.h.reg.cpp (+85, -45) (Diff)
/source/blender/python/manta_pp/plugin/advection.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/plugin/extforces.cpp (+6, -5) (Diff)
/source/blender/python/manta_pp/plugin/initplugins.cpp (+159, -90) (Diff)
/source/blender/python/manta_pp/plugin/pressure.cpp (+31, -27) (Diff)
/source/blender/python/manta_pp/pwrapper/manta.h (+3, -3) (Diff)
/source/blender/python/manta_pp/pwrapper/pclass.cpp (+4, -5) (Diff)
/source/blender/python/manta_pp/pwrapper/pconvert.cpp (+0, -12) (Diff)
/source/blender/python/manta_pp/pwrapper/registry.cpp (+1, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021