Blender Git Commit Log

Git Commits -> Revision 837a78a

March 17, 2016, 09:58 (GMT)
updated manta pp files

Commit Details:

Full Hash: 837a78a45196b677b4ddc8ed6b327b253ac02d12
Parent Commit: 1af573b
Lines Changed: +21000, -0

113 Added Paths:

/intern/mantaflow/intern/manta_pp/commonkernels.h (+277, -0) (View)
/intern/mantaflow/intern/manta_pp/commonkernels.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/commonkernels.h.reg.cpp (+0, -0) (View)
/intern/mantaflow/intern/manta_pp/conjugategrad.cpp (+342, -0) (View)
/intern/mantaflow/intern/manta_pp/conjugategrad.h (+233, -0) (View)
/intern/mantaflow/intern/manta_pp/conjugategrad.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/conjugategrad.h.reg.cpp (+0, -0) (View)
/intern/mantaflow/intern/manta_pp/edgecollapse.cpp (+680, -0) (View)
/intern/mantaflow/intern/manta_pp/edgecollapse.h (+49, -0) (View)
/intern/mantaflow/intern/manta_pp/edgecollapse.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/edgecollapse.h.reg.cpp (+0, -0) (View)
/intern/mantaflow/intern/manta_pp/fastmarch.cpp (+612, -0) (View)
/intern/mantaflow/intern/manta_pp/fastmarch.h (+196, -0) (View)
/intern/mantaflow/intern/manta_pp/fastmarch.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/fastmarch.h.reg.cpp (+0, -0) (View)
/intern/mantaflow/intern/manta_pp/fileio.cpp (+927, -0) (View)
/intern/mantaflow/intern/manta_pp/fileio.h (+64, -0) (View)
/intern/mantaflow/intern/manta_pp/fileio.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/fileio.h.reg.cpp (+0, -0) (View)
/intern/mantaflow/intern/manta_pp/fluidsolver.cpp (+178, -0) (View)
/intern/mantaflow/intern/manta_pp/fluidsolver.h (+105, -0) (View)
/intern/mantaflow/intern/manta_pp/fluidsolver.h.reg (+16, -0) (View)
/intern/mantaflow/intern/manta_pp/fluidsolver.h.reg.cpp (+30, -0) (View)
/intern/mantaflow/intern/manta_pp/general.cpp (+161, -0) (View)
/intern/mantaflow/intern/manta_pp/general.h (+164, -0) (View)
/intern/mantaflow/intern/manta_pp/general.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/general.h.reg.cpp (+0, -0) (View)
/intern/mantaflow/intern/manta_pp/gitinfo.h (+4, -0) (View)
/intern/mantaflow/intern/manta_pp/grid.cpp (+911, -0) (View)
/intern/mantaflow/intern/manta_pp/grid.h (+660, -0) (View)
/intern/mantaflow/intern/manta_pp/grid.h.reg (+48, -0) (View)
/intern/mantaflow/intern/manta_pp/grid.h.reg.cpp (+115, -0) (View)
/intern/mantaflow/intern/manta_pp/hginfo.h (+4, -0) (View)
/intern/mantaflow/intern/manta_pp/kernel.cpp (+50, -0) (View)
/intern/mantaflow/intern/manta_pp/kernel.h (+94, -0) (View)
/intern/mantaflow/intern/manta_pp/kernel.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_pp/kernel.h.reg.cpp (+0, -0) (View)
/intern/mantaflow/intern/manta_pp/levelset.cpp (+370, -0) (View)
/intern/mantaflow/intern/manta_pp/levelset.h (+58, -0) (View)
/intern/mantaflow/intern/manta_pp/levelset.h.reg (+10, -0) (View)
/intern/mantaflow/intern/manta_pp/levelset.h.reg.cpp (+23, -0) (View)
/intern/mantaflow/intern/manta_pp/mesh.cpp (+868, -0) (View)
/intern/mantaflow/intern/manta_pp/mesh.h (+242, -0) (View)
/intern/mantaflow/intern/manta_pp/mesh.h.reg (+12, -0) (View)
/intern/mantaflow/intern/manta_pp/mesh.h.reg.cpp (+26, -0) (View)
/intern/mantaflow/intern/manta_pp/movingobs.cpp (+110, -0) (View)
/intern/mantaflow/intern/manta_pp/movingobs.h (+55, -0) (View)
/intern/mantaflow/intern/manta_pp/movingobs.h.reg (+7, -0) (View)
/intern/mantaflow/intern/manta_pp/movingobs.h.reg.cpp (+21, -0) (View)
/intern/mantaflow/intern/manta_pp/noisefield.cpp (+310, -0) (View)
/intern/mantaflow/intern/manta_pp/noisefield.h (+407, -0) (View)
/intern/mantaflow/intern/manta_pp/noisefield.h.reg (+12, -0) (View)
/intern/mantaflow/intern/manta_pp/noisefield.h.reg.cpp (+26, -0) (View)
/intern/mantaflow/intern/manta_pp/particle.cpp (+659, -0) (View)
/intern/mantaflow/intern/manta_pp/particle.h (+691, -0) (View)
/intern/mantaflow/intern/manta_pp/particle.h.reg (+58, -0) (View)
/intern/mantaflow/intern/manta_pp/particle.h.reg.cpp (+119, -0) (View)
/intern/mantaflow/intern/manta_pp/plugin/advection.cpp (+500, -0) (View)
/intern/mantaflow/intern/manta_pp/plugin/extforces.cpp (+406, -0) (View)
/intern/mantaflow/intern/manta_pp/plugin/fire.cpp (+128, -0) (View)
/intern/mantaflow/intern/manta_pp/plugin/flip.cpp (+718, -0) (View)
/intern/mantaflow/intern/manta_pp/plugin/initplugins.cpp (+639, -0) (View)
/intern/mantaflow/intern/manta_pp/plugin/kepsilon.cpp (+221, -0) (View)
/intern/mantaflow/intern/manta_pp/plugin/meshplugins.cpp (+637, -0) (View)
/intern/mantaflow/intern/manta_pp/plugin/pressure.cpp (+374, -0) (View)
/intern/mantaflow/intern/manta_pp/plugin/vortexplugins.cpp (+333, -0) (View)
/intern/mantaflow/intern/manta_pp/plugin/waveletturbulence.cpp (+379, -0) (View)
/intern/mantaflow/intern/manta_pp/plugin/waves.cpp (+211, -0) (View)
/intern/mantaflow/intern/manta_pp/pwrapper/manta.h (+30, -0) (View)
/intern/mantaflow/intern/manta_pp/pwrapper/pclass.cpp (+171, -0) (View)
/intern/mantaflow/intern/manta_pp/pwrapper/pclass.h (+106, -0) (View)
/intern/mantaflow/intern/manta_pp/pwrapper/pconvert.cpp (+410, -0) (View)
/intern/mantaflow/intern/manta_pp/pwrapper/pconvert.h (+208, -0) (View)
/intern/mantaflow/intern/manta_pp/pwrapper/pvec3.cpp (+286, -0) (View)
/intern/mantaflow/intern/manta_pp/pwrapper/pymain.cpp (+123, -0) (View)
/intern/mantaflow/intern/manta_pp/pwrapper/pythonInclude.h (+41, -0) (View)
/intern/mantaflow/intern/manta_pp/pwrapper/registry.cpp (+661, -0) (View)
/intern/mantaflow/intern/manta_pp/pwrapper/registry.h (+87, -0) (View)
/intern/mantaflow/intern/manta_pp/python/defines.py (+11, -0) (View)
/intern/mantaflow/intern/manta_pp/python/defines.py.reg (+2, -0) (View)
/intern/mantaflow/intern/manta_pp/python/defines.py.reg.cpp (+2, -0) (View)
/intern/mantaflow/intern/manta_pp/shapes.cpp (+558, -0) (View)
/intern/mantaflow/intern/manta_pp/shapes.h (+166, -0) (View)
/intern/mantaflow/intern/manta_pp/shapes.h.reg (+28, -0) (View)
/intern/mantaflow/intern/manta_pp/shapes.h.reg.cpp (+47, -0) (View)
/intern/mantaflow/intern/manta_pp/test.cpp (+113, -0) (View)
/intern/mantaflow/intern/manta_pp/timing.cpp (+129, -0) (View)
/intern/mantaflow/intern/manta_pp/timing.h (+73, -0) (View)
/intern/mantaflow/intern/manta_pp/timing.h.reg (+6, -0) (View)
/intern/mantaflow/intern/manta_pp/timing.h.reg.cpp (+20, -0) (View)
/intern/mantaflow/intern/manta_pp/turbulencepart.cpp (+162, -0) (View)
/intern/mantaflow/intern/manta_pp/turbulencepart.h (+66, -0) (View)
/intern/mantaflow/intern/manta_pp/turbulencepart.h.reg (+9, -0) (View)
/intern/mantaflow/intern/manta_pp/turbulencepart.h.reg.cpp (+34, -0) (View)
/intern/mantaflow/intern/manta_pp/util/integrator.h (+75, -0) (View)
/intern/mantaflow/intern/manta_pp/util/interpol.h (+209, -0) (View)
/intern/mantaflow/intern/manta_pp/util/interpolHigh.h (+187, -0) (View)
/intern/mantaflow/intern/manta_pp/util/mcubes.h (+323, -0) (View)
/intern/mantaflow/intern/manta_pp/util/quaternion.h (+89, -0) (View)
/intern/mantaflow/intern/manta_pp/util/randomstream.h (+377, -0) (View)
/intern/mantaflow/intern/manta_pp/util/simpleimage.cpp (+199, -0) (View)
/intern/mantaflow/intern/manta_pp/util/simpleimage.h (+183, -0) (View)
/intern/mantaflow/intern/manta_pp/util/solvana.h (+176, -0) (View)
/intern/mantaflow/intern/manta_pp/util/vectorbase.cpp (+37, -0) (View)
/intern/mantaflow/intern/manta_pp/util/vectorbase.h (+585, -0) (View)
/intern/mantaflow/intern/manta_pp/vortexpart.cpp (+124, -0) (View)
/intern/mantaflow/intern/manta_pp/vortexpart.h (+58, -0) (View)
/intern/mantaflow/intern/manta_pp/vortexpart.h.reg (+7, -0) (View)
/intern/mantaflow/intern/manta_pp/vortexpart.h.reg.cpp (+32, -0) (View)
/intern/mantaflow/intern/manta_pp/vortexsheet.cpp (+106, -0) (View)
/intern/mantaflow/intern/manta_pp/vortexsheet.h (+99, -0) (View)
/intern/mantaflow/intern/manta_pp/vortexsheet.h.reg (+7, -0) (View)
/intern/mantaflow/intern/manta_pp/vortexsheet.h.reg.cpp (+21, -0) (View)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021