Blender Git Commit Log

Git Commits -> Revision 09a3217

May 10, 2019, 09:56 (GMT)
Mantaflow: Updated manta pp files and added update script

Commit Details:

Full Hash: 09a3217c96f5fed8fe9916a9cbf644149702a21d
Parent Commit: b9ca115
Lines Changed: +76388, -131657

250 Added Paths:

/intern/mantaflow/intern/manta_develop/dependencies/cnpy/cnpy.cpp (+341, -0) (View)
/intern/mantaflow/intern/manta_develop/dependencies/cnpy/cnpy.h (+269, -0) (View)
/intern/mantaflow/intern/manta_develop/dependencies/cnpy/example1.cpp (+71, -0) (View)
/intern/mantaflow/intern/manta_develop/dependencies/cnpy/LICENSE (+21, -0)
/intern/mantaflow/intern/manta_develop/helper/pwrapper/manta.h (+31, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/pwrapper/numpyWrap.cpp (+121, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/pwrapper/numpyWrap.h (+72, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/pwrapper/pclass.cpp (+188, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/pwrapper/pclass.h (+99, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/pwrapper/pconvert.cpp (+471, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/pwrapper/pconvert.h (+220, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/pwrapper/pvec3.cpp (+393, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/pwrapper/pymain.cpp (+125, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/pwrapper/pythonInclude.h (+49, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/pwrapper/registry.cpp (+660, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/pwrapper/registry.h (+95, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/util/integrator.h (+75, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/util/interpol.h (+209, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/util/interpolHigh.h (+187, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/util/matrixbase.h (+256, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/util/mcubes.h (+323, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/util/quaternion.h (+89, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/util/randomstream.h (+374, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/util/rcmatrix.h (+921, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/util/simpleimage.cpp (+285, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/util/simpleimage.h (+183, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/util/solvana.h (+176, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/util/vector4d.cpp (+35, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/util/vector4d.h (+447, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/util/vectorbase.cpp (+35, -0) (View)
/intern/mantaflow/intern/manta_develop/helper/util/vectorbase.h (+613, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/commonkernels.h (+736, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/commonkernels.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/commonkernels.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/conjugategrad.cpp (+521, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/conjugategrad.h (+293, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/conjugategrad.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/conjugategrad.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/edgecollapse.cpp (+679, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/edgecollapse.h (+48, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/edgecollapse.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/edgecollapse.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/fastmarch.cpp (+807, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/fastmarch.h (+195, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/fastmarch.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/fastmarch.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/fileio/iogrids.cpp (+1237, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/fileio/iomeshes.cpp (+459, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/fileio/ioparticles.cpp (+310, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/fileio/mantaio.h (+83, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/fileio/mantaio.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/fileio/mantaio.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/fluidsolver.cpp (+296, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/fluidsolver.h (+208, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/fluidsolver.h.reg (+16, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/fluidsolver.h.reg.cpp (+48, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/general.cpp (+165, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/general.h (+173, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/general.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/general.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/gitinfo.h (+4, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/grid.cpp (+1580, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/grid.h (+960, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/grid.h.reg (+47, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/grid.h.reg.cpp (+195, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/grid4d.cpp (+1023, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/grid4d.h (+690, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/grid4d.h.reg (+32, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/grid4d.h.reg.cpp (+190, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/kernel.cpp (+64, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/kernel.h (+102, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/kernel.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/kernel.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/levelset.cpp (+541, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/levelset.h (+118, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/levelset.h.reg (+11, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/levelset.h.reg.cpp (+36, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/mesh.cpp (+1811, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/mesh.h (+737, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/mesh.h.reg (+53, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/mesh.h.reg.cpp (+227, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/movingobs.cpp (+109, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/movingobs.h (+86, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/movingobs.h.reg (+7, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/movingobs.h.reg.cpp (+30, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/multigrid.cpp (+1250, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/multigrid.h (+154, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/multigrid.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/multigrid.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/noisefield.cpp (+312, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/noisefield.h (+450, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/noisefield.h.reg (+12, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/noisefield.h.reg.cpp (+40, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/particle.cpp (+1060, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/particle.h (+1251, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/particle.h.reg (+70, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/particle.h.reg.cpp (+275, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/advection.cpp (+802, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/apic.cpp (+278, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/extforces.cpp (+803, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/fire.cpp (+207, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/flip.cpp (+1444, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/fluidguiding.cpp (+516, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/initplugins.cpp (+1255, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/kepsilon.cpp (+334, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/meshplugins.cpp (+678, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/numpyconvert.cpp (+412, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/pressure.cpp (+783, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/ptsplugins.cpp (+226, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/secondaryparticles.cpp (+1343, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/surfaceturbulence.cpp (+1500, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/tfplugins.cpp (+487, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/vortexplugins.cpp (+457, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/waveletturbulence.cpp (+691, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/plugin/waves.cpp (+314, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/python/defines.py (+11, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/python/defines.py.reg (+2, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/python/defines.py.reg.cpp (+8, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/registration.cpp (+378, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/shapes.cpp (+694, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/shapes.h (+285, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/shapes.h.reg (+28, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/shapes.h.reg.cpp (+72, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/test.cpp (+97, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/timing.cpp (+128, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/timing.h (+96, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/timing.h.reg (+6, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/timing.h.reg.cpp (+28, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/turbulencepart.cpp (+186, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/turbulencepart.h (+105, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/turbulencepart.h.reg (+9, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/turbulencepart.h.reg.cpp (+56, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/vortexpart.cpp (+152, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/vortexpart.h (+82, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/vortexpart.h.reg (+7, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/vortexpart.h.reg.cpp (+52, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/vortexsheet.cpp (+106, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/vortexsheet.h (+132, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/vortexsheet.h.reg (+7, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/omp/vortexsheet.h.reg.cpp (+30, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/commonkernels.h (+558, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/commonkernels.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/commonkernels.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/conjugategrad.cpp (+513, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/conjugategrad.h (+275, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/conjugategrad.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/conjugategrad.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/edgecollapse.cpp (+679, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/edgecollapse.h (+48, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/edgecollapse.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/edgecollapse.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/fastmarch.cpp (+747, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/fastmarch.h (+195, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/fastmarch.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/fastmarch.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/fileio/iogrids.cpp (+1229, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/fileio/iomeshes.cpp (+459, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/fileio/ioparticles.cpp (+310, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/fileio/mantaio.h (+83, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/fileio/mantaio.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/fileio/mantaio.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/fluidsolver.cpp (+296, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/fluidsolver.h (+208, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/fluidsolver.h.reg (+16, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/fluidsolver.h.reg.cpp (+48, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/general.cpp (+165, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/general.h (+173, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/general.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/general.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/gitinfo.h (+4, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/grid.cpp (+1468, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/grid.h (+918, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/grid.h.reg (+47, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/grid.h.reg.cpp (+195, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/grid4d.cpp (+947, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/grid4d.h (+644, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/grid4d.h.reg (+32, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/grid4d.h.reg.cpp (+190, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/kernel.cpp (+64, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/kernel.h (+102, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/kernel.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/kernel.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/levelset.cpp (+503, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/levelset.h (+118, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/levelset.h.reg (+11, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/levelset.h.reg.cpp (+36, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/mesh.cpp (+1717, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/mesh.h (+737, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/mesh.h.reg (+53, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/mesh.h.reg.cpp (+227, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/movingobs.cpp (+109, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/movingobs.h (+86, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/movingobs.h.reg (+7, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/movingobs.h.reg.cpp (+30, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/multigrid.cpp (+1196, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/multigrid.h (+154, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/multigrid.h.reg (+1, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/multigrid.h.reg.cpp (+18, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/noisefield.cpp (+312, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/noisefield.h (+450, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/noisefield.h.reg (+12, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/noisefield.h.reg.cpp (+40, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/particle.cpp (+986, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/particle.h (+1241, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/particle.h.reg (+70, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/particle.h.reg.cpp (+275, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/advection.cpp (+718, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/apic.cpp (+274, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/extforces.cpp (+723, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/fire.cpp (+187, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/flip.cpp (+1344, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/fluidguiding.cpp (+486, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/initplugins.cpp (+1157, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/kepsilon.cpp (+316, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/meshplugins.cpp (+678, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/numpyconvert.cpp (+412, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/pressure.cpp (+731, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/ptsplugins.cpp (+210, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/secondaryparticles.cpp (+1263, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/surfaceturbulence.cpp (+1436, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/tfplugins.cpp (+487, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/vortexplugins.cpp (+453, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/waveletturbulence.cpp (+631, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/plugin/waves.cpp (+284, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/python/defines.py (+11, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/python/defines.py.reg (+2, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/python/defines.py.reg.cpp (+8, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/registration.cpp (+378, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/shapes.cpp (+624, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/shapes.h (+285, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/shapes.h.reg (+28, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/shapes.h.reg.cpp (+72, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/test.cpp (+93, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/timing.cpp (+128, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/timing.h (+96, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/timing.h.reg (+6, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/timing.h.reg.cpp (+28, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/turbulencepart.cpp (+182, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/turbulencepart.h (+105, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/turbulencepart.h.reg (+9, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/turbulencepart.h.reg.cpp (+56, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/vortexpart.cpp (+156, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/vortexpart.h (+82, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/vortexpart.h.reg (+7, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/vortexpart.h.reg.cpp (+52, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/vortexsheet.cpp (+106, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/vortexsheet.h (+132, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/vortexsheet.h.reg (+7, -0) (View)
/intern/mantaflow/intern/manta_develop/preprocessed/tbb/vortexsheet.h.reg.cpp (+30, -0) (View)
/intern/mantaflow/intern/manta_develop/update_mantaflow.sh (+54, -0) (View)

278 Deleted Paths:

/intern/mantaflow/intern/manta_pp/omp/commonkernels.h (+0, -1348)
/intern/mantaflow/intern/manta_pp/omp/commonkernels.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/omp/commonkernels.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/omp/conjugategrad.cpp (+0, -719)
/intern/mantaflow/intern/manta_pp/omp/conjugategrad.h (+0, -486)
/intern/mantaflow/intern/manta_pp/omp/conjugategrad.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/omp/conjugategrad.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/omp/edgecollapse.cpp (+0, -699)
/intern/mantaflow/intern/manta_pp/omp/edgecollapse.h (+0, -52)
/intern/mantaflow/intern/manta_pp/omp/edgecollapse.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/omp/edgecollapse.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/omp/fastmarch.cpp (+0, -1201)
/intern/mantaflow/intern/manta_pp/omp/fastmarch.h (+0, -242)
/intern/mantaflow/intern/manta_pp/omp/fastmarch.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/omp/fastmarch.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/omp/fileio.cpp (+0, -1687)
/intern/mantaflow/intern/manta_pp/omp/fileio.h (+0, -71)
/intern/mantaflow/intern/manta_pp/omp/fileio.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/omp/fileio.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/omp/fileio/iogrids.cpp (+0, -1339)
/intern/mantaflow/intern/manta_pp/omp/fileio/iomeshes.cpp (+0, -491)
/intern/mantaflow/intern/manta_pp/omp/fileio/ioparticles.cpp (+0, -339)
/intern/mantaflow/intern/manta_pp/omp/fileio/mantaio.h (+0, -80)
/intern/mantaflow/intern/manta_pp/omp/fileio/mantaio.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/omp/fileio/mantaio.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/omp/fluidsolver.cpp (+0, -397)
/intern/mantaflow/intern/manta_pp/omp/fluidsolver.h (+0, -378)
/intern/mantaflow/intern/manta_pp/omp/fluidsolver.h.reg (+0, -16)
/intern/mantaflow/intern/manta_pp/omp/fluidsolver.h.reg.cpp (+0, -65)
/intern/mantaflow/intern/manta_pp/omp/general.cpp (+0, -168)
/intern/mantaflow/intern/manta_pp/omp/general.h (+0, -248)
/intern/mantaflow/intern/manta_pp/omp/general.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/omp/general.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/omp/gitinfo.h (+0, -3)
/intern/mantaflow/intern/manta_pp/omp/grid.cpp (+0, -2782)
/intern/mantaflow/intern/manta_pp/omp/grid.h (+0, -2001)
/intern/mantaflow/intern/manta_pp/omp/grid.h.reg (+0, -47)
/intern/mantaflow/intern/manta_pp/omp/grid.h.reg.cpp (+0, -196)
/intern/mantaflow/intern/manta_pp/omp/grid4d.cpp (+0, -1821)
/intern/mantaflow/intern/manta_pp/omp/grid4d.h (+0, -1414)
/intern/mantaflow/intern/manta_pp/omp/grid4d.h.reg (+0, -32)
/intern/mantaflow/intern/manta_pp/omp/grid4d.h.reg.cpp (+0, -190)
/intern/mantaflow/intern/manta_pp/omp/kernel.cpp (+0, -62)
/intern/mantaflow/intern/manta_pp/omp/kernel.h (+0, -101)
/intern/mantaflow/intern/manta_pp/omp/kernel.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/omp/kernel.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/omp/levelset.cpp (+0, -856)
/intern/mantaflow/intern/manta_pp/omp/levelset.h (+0, -239)
/intern/mantaflow/intern/manta_pp/omp/levelset.h.reg (+0, -11)
/intern/mantaflow/intern/manta_pp/omp/levelset.h.reg.cpp (+0, -32)
/intern/mantaflow/intern/manta_pp/omp/mesh.cpp (+0, -2688)
/intern/mantaflow/intern/manta_pp/omp/mesh.h (+0, -1576)
/intern/mantaflow/intern/manta_pp/omp/mesh.h.reg (+0, -53)
/intern/mantaflow/intern/manta_pp/omp/mesh.h.reg.cpp (+0, -233)
/intern/mantaflow/intern/manta_pp/omp/movingobs.cpp (+0, -113)
/intern/mantaflow/intern/manta_pp/omp/movingobs.h (+0, -163)
/intern/mantaflow/intern/manta_pp/omp/movingobs.h.reg (+0, -7)
/intern/mantaflow/intern/manta_pp/omp/movingobs.h.reg.cpp (+0, -26)
/intern/mantaflow/intern/manta_pp/omp/multigrid.cpp (+0, -1879)
/intern/mantaflow/intern/manta_pp/omp/multigrid.h (+0, -187)
/intern/mantaflow/intern/manta_pp/omp/multigrid.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/omp/multigrid.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/omp/noisefield.cpp (+0, -325)
/intern/mantaflow/intern/manta_pp/omp/noisefield.h (+0, -628)
/intern/mantaflow/intern/manta_pp/omp/noisefield.h.reg (+0, -12)
/intern/mantaflow/intern/manta_pp/omp/noisefield.h.reg.cpp (+0, -60)
/intern/mantaflow/intern/manta_pp/omp/particle.cpp (+0, -1658)
/intern/mantaflow/intern/manta_pp/omp/particle.h (+0, -2509)
/intern/mantaflow/intern/manta_pp/omp/particle.h.reg (+0, -70)
/intern/mantaflow/intern/manta_pp/omp/particle.h.reg.cpp (+0, -437)
/intern/mantaflow/intern/manta_pp/omp/plugin/advection.cpp (+0, -1553)
/intern/mantaflow/intern/manta_pp/omp/plugin/apic.cpp (+0, -499)
/intern/mantaflow/intern/manta_pp/omp/plugin/extforces.cpp (+0, -1475)
/intern/mantaflow/intern/manta_pp/omp/plugin/fire.cpp (+0, -440)
/intern/mantaflow/intern/manta_pp/omp/plugin/flip.cpp (+0, -2852)
/intern/mantaflow/intern/manta_pp/omp/plugin/fluidguiding.cpp (+0, -804)
/intern/mantaflow/intern/manta_pp/omp/plugin/initplugins.cpp (+0, -2319)
/intern/mantaflow/intern/manta_pp/omp/plugin/kepsilon.cpp (+0, -583)
/intern/mantaflow/intern/manta_pp/omp/plugin/meshplugins.cpp (+0, -781)
/intern/mantaflow/intern/manta_pp/omp/plugin/pressure.cpp (+0, -1486)
/intern/mantaflow/intern/manta_pp/omp/plugin/ptsplugins.cpp (+0, -515)
/intern/mantaflow/intern/manta_pp/omp/plugin/secondaryparticles.cpp (+0, -3096)
/intern/mantaflow/intern/manta_pp/omp/plugin/sndparticles.cpp (+0, -516)
/intern/mantaflow/intern/manta_pp/omp/plugin/surfaceturbulence.cpp (+0, -2221)
/intern/mantaflow/intern/manta_pp/omp/plugin/vortexplugins.cpp (+0, -695)
/intern/mantaflow/intern/manta_pp/omp/plugin/waveletturbulence.cpp (+0, -1303)
/intern/mantaflow/intern/manta_pp/omp/plugin/waves.cpp (+0, -493)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/manta.h (+0, -31)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/numpyWrap.cpp (+0, -73)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/numpyWrap.h (+0, -69)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/pclass.cpp (+0, -215)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/pclass.h (+0, -125)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/pconvert.cpp (+0, -568)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/pconvert.h (+0, -251)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/pvec3.cpp (+0, -413)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/pymain.cpp (+0, -128)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/pythonInclude.h (+0, -45)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/registry.cpp (+0, -765)
/intern/mantaflow/intern/manta_pp/omp/pwrapper/registry.h (+0, -104)
/intern/mantaflow/intern/manta_pp/omp/python/defines.py (+0, -11)
/intern/mantaflow/intern/manta_pp/omp/python/defines.py.reg (+0, -2)
/intern/mantaflow/intern/manta_pp/omp/python/defines.py.reg.cpp (+0, -25)
/intern/mantaflow/intern/manta_pp/omp/registration.cpp (+0, -382)
/intern/mantaflow/intern/manta_pp/omp/shapes.cpp (+0, -1022)
/intern/mantaflow/intern/manta_pp/omp/shapes.h (+0, -659)
/intern/mantaflow/intern/manta_pp/omp/shapes.h.reg (+0, -28)
/intern/mantaflow/intern/manta_pp/omp/shapes.h.reg.cpp (+0, -73)
/intern/mantaflow/intern/manta_pp/omp/test.cpp (+0, -134)
/intern/mantaflow/intern/manta_pp/omp/timing.cpp (+0, -129)
/intern/mantaflow/intern/manta_pp/omp/timing.h (+0, -157)
/intern/mantaflow/intern/manta_pp/omp/timing.h.reg (+0, -6)
/intern/mantaflow/intern/manta_pp/omp/timing.h.reg.cpp (+0, -24)
/intern/mantaflow/intern/manta_pp/omp/turbulencepart.cpp (+0, -291)
/intern/mantaflow/intern/manta_pp/omp/turbulencepart.h (+0, -208)
/intern/mantaflow/intern/manta_pp/omp/turbulencepart.h.reg (+0, -9)
/intern/mantaflow/intern/manta_pp/omp/turbulencepart.h.reg.cpp (+0, -89)
/intern/mantaflow/intern/manta_pp/omp/util/integrator.h (+0, -79)
/intern/mantaflow/intern/manta_pp/omp/util/interpol.h (+0, -324)
/intern/mantaflow/intern/manta_pp/omp/util/interpolHigh.h (+0, -204)
/intern/mantaflow/intern/manta_pp/omp/util/matrixbase.h (+0, -394)
/intern/mantaflow/intern/manta_pp/omp/util/mcubes.h (+0, -308)
/intern/mantaflow/intern/manta_pp/omp/util/quaternion.h (+0, -103)
/intern/mantaflow/intern/manta_pp/omp/util/randomstream.h (+0, -430)
/intern/mantaflow/intern/manta_pp/omp/util/rcmatrix.h (+0, -1111)
/intern/mantaflow/intern/manta_pp/omp/util/simpleimage.cpp (+0, -311)
/intern/mantaflow/intern/manta_pp/omp/util/simpleimage.h (+0, -205)
/intern/mantaflow/intern/manta_pp/omp/util/solvana.h (+0, -214)
/intern/mantaflow/intern/manta_pp/omp/util/vector4d.cpp (+0, -50)
/intern/mantaflow/intern/manta_pp/omp/util/vector4d.h (+0, -514)
/intern/mantaflow/intern/manta_pp/omp/util/vectorbase.cpp (+0, -48)
/intern/mantaflow/intern/manta_pp/omp/util/vectorbase.h (+0, -665)
/intern/mantaflow/intern/manta_pp/omp/vortexpart.cpp (+0, -211)
/intern/mantaflow/intern/manta_pp/omp/vortexpart.h (+0, -137)
/intern/mantaflow/intern/manta_pp/omp/vortexpart.h.reg (+0, -7)
/intern/mantaflow/intern/manta_pp/omp/vortexpart.h.reg.cpp (+0, -76)
/intern/mantaflow/intern/manta_pp/omp/vortexsheet.cpp (+0, -117)
/intern/mantaflow/intern/manta_pp/omp/vortexsheet.h (+0, -249)
/intern/mantaflow/intern/manta_pp/omp/vortexsheet.h.reg (+0, -7)
/intern/mantaflow/intern/manta_pp/omp/vortexsheet.h.reg.cpp (+0, -26)
/intern/mantaflow/intern/manta_pp/tbb/commonkernels.h (+0, -1301)
/intern/mantaflow/intern/manta_pp/tbb/commonkernels.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/tbb/commonkernels.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/tbb/conjugategrad.cpp (+0, -716)
/intern/mantaflow/intern/manta_pp/tbb/conjugategrad.h (+0, -480)
/intern/mantaflow/intern/manta_pp/tbb/conjugategrad.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/tbb/conjugategrad.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/tbb/edgecollapse.cpp (+0, -699)
/intern/mantaflow/intern/manta_pp/tbb/edgecollapse.h (+0, -52)
/intern/mantaflow/intern/manta_pp/tbb/edgecollapse.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/tbb/edgecollapse.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/tbb/fastmarch.cpp (+0, -1200)
/intern/mantaflow/intern/manta_pp/tbb/fastmarch.h (+0, -242)
/intern/mantaflow/intern/manta_pp/tbb/fastmarch.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/tbb/fastmarch.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/tbb/fileio.cpp (+0, -1681)
/intern/mantaflow/intern/manta_pp/tbb/fileio.h (+0, -71)
/intern/mantaflow/intern/manta_pp/tbb/fileio.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/tbb/fileio.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/tbb/fileio/iogrids.cpp (+0, -1333)
/intern/mantaflow/intern/manta_pp/tbb/fileio/iomeshes.cpp (+0, -491)
/intern/mantaflow/intern/manta_pp/tbb/fileio/ioparticles.cpp (+0, -339)
/intern/mantaflow/intern/manta_pp/tbb/fileio/mantaio.h (+0, -80)
/intern/mantaflow/intern/manta_pp/tbb/fileio/mantaio.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/tbb/fileio/mantaio.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/tbb/fluidsolver.cpp (+0, -397)
/intern/mantaflow/intern/manta_pp/tbb/fluidsolver.h (+0, -378)
/intern/mantaflow/intern/manta_pp/tbb/fluidsolver.h.reg (+0, -16)
/intern/mantaflow/intern/manta_pp/tbb/fluidsolver.h.reg.cpp (+0, -65)
/intern/mantaflow/intern/manta_pp/tbb/general.cpp (+0, -168)
/intern/mantaflow/intern/manta_pp/tbb/general.h (+0, -248)
/intern/mantaflow/intern/manta_pp/tbb/general.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/tbb/general.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/tbb/gitinfo.h (+0, -3)
/intern/mantaflow/intern/manta_pp/tbb/grid.cpp (+0, -2752)
/intern/mantaflow/intern/manta_pp/tbb/grid.h (+0, -1976)
/intern/mantaflow/intern/manta_pp/tbb/grid.h.reg (+0, -47)
/intern/mantaflow/intern/manta_pp/tbb/grid.h.reg.cpp (+0, -196)
/intern/mantaflow/intern/manta_pp/tbb/grid4d.cpp (+0, -1792)
/intern/mantaflow/intern/manta_pp/tbb/grid4d.h (+0, -1385)
/intern/mantaflow/intern/manta_pp/tbb/grid4d.h.reg (+0, -32)
/intern/mantaflow/intern/manta_pp/tbb/grid4d.h.reg.cpp (+0, -190)
/intern/mantaflow/intern/manta_pp/tbb/kernel.cpp (+0, -62)
/intern/mantaflow/intern/manta_pp/tbb/kernel.h (+0, -101)
/intern/mantaflow/intern/manta_pp/tbb/kernel.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/tbb/kernel.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/tbb/levelset.cpp (+0, -844)
/intern/mantaflow/intern/manta_pp/tbb/levelset.h (+0, -239)
/intern/mantaflow/intern/manta_pp/tbb/levelset.h.reg (+0, -11)
/intern/mantaflow/intern/manta_pp/tbb/levelset.h.reg.cpp (+0, -32)
/intern/mantaflow/intern/manta_pp/tbb/mesh.cpp (+0, -2668)
/intern/mantaflow/intern/manta_pp/tbb/mesh.h (+0, -1576)
/intern/mantaflow/intern/manta_pp/tbb/mesh.h.reg (+0, -53)
/intern/mantaflow/intern/manta_pp/tbb/mesh.h.reg.cpp (+0, -233)
/intern/mantaflow/intern/manta_pp/tbb/movingobs.cpp (+0, -113)
/intern/mantaflow/intern/manta_pp/tbb/movingobs.h (+0, -163)
/intern/mantaflow/intern/manta_pp/tbb/movingobs.h.reg (+0, -7)
/intern/mantaflow/intern/manta_pp/tbb/movingobs.h.reg.cpp (+0, -26)
/intern/mantaflow/intern/manta_pp/tbb/multigrid.cpp (+0, -1856)
/intern/mantaflow/intern/manta_pp/tbb/multigrid.h (+0, -187)
/intern/mantaflow/intern/manta_pp/tbb/multigrid.h.reg (+0, -1)
/intern/mantaflow/intern/manta_pp/tbb/multigrid.h.reg.cpp (+0, -13)
/intern/mantaflow/intern/manta_pp/tbb/noisefield.cpp (+0, -325)
/intern/mantaflow/intern/manta_pp/tbb/noisefield.h (+0, -628)
/intern/mantaflow/intern/manta_pp/tbb/noisefield.h.reg (+0, -12)
/intern/mantaflow/intern/manta_pp/tbb/noisefield.h.reg.cpp (+0, -60)
/intern/mantaflow/intern/manta_pp/tbb/particle.cpp (+0, -1621)
/intern/mantaflow/intern/manta_pp/tbb/particle.h (+0, -2548)
/intern/mantaflow/intern/manta_pp/tbb/particle.h.reg (+0, -70)
/intern/mantaflow/intern/manta_pp/tbb/particle.h.reg.cpp (+0, -437)
/intern/mantaflow/intern/manta_pp/tbb/plugin/advection.cpp (+0, -1535)
/intern/mantaflow/intern/manta_pp/tbb/plugin/apic.cpp (+0, -497)
/intern/mantaflow/intern/manta_pp/tbb/plugin/extforces.cpp (+0, -1461)
/intern/mantaflow/intern/manta_pp/tbb/plugin/fire.cpp (+0, -436)
/intern/mantaflow/intern/manta_pp/tbb/plugin/flip.cpp (+0, -2815)
/intern/mantaflow/intern/manta_pp/tbb/plugin/fluidguiding.cpp (+0, -798)
/intern/mantaflow/intern/manta_pp/tbb/plugin/initplugins.cpp (+0, -2294)
/intern/mantaflow/intern/manta_pp/tbb/plugin/kepsilon.cpp (+0, -577)
/intern/mantaflow/intern/manta_pp/tbb/plugin/meshplugins.cpp (+0, -781)
/intern/mantaflow/intern/manta_pp/tbb/plugin/pressure.cpp (+0, -1482)
/intern/mantaflow/intern/manta_pp/tbb/plugin/ptsplugins.cpp (+0, -503)
/intern/mantaflow/intern/manta_pp/tbb/plugin/secondaryparticles.cpp (+0, -3061)
/intern/mantaflow/intern/manta_pp/tbb/plugin/sndparticles.cpp (+0, -516)
/intern/mantaflow/intern/manta_pp/tbb/plugin/surfaceturbulence.cpp (+0, -2189)
/intern/mantaflow/intern/manta_pp/tbb/plugin/vortexplugins.cpp (+0, -694)
/intern/mantaflow/intern/manta_pp/tbb/plugin/waveletturbulence.cpp (+0, -1290)
/intern/mantaflow/intern/manta_pp/tbb/plugin/waves.cpp (+0, -483)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/manta.h (+0, -31)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/numpyWrap.cpp (+0, -73)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/numpyWrap.h (+0, -69)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/pclass.cpp (+0, -215)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/pclass.h (+0, -125)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/pconvert.cpp (+0, -568)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/pconvert.h (+0, -251)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/pvec3.cpp (+0, -413)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/pymain.cpp (+0, -128)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/pythonInclude.h (+0, -45)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/registry.cpp (+0, -765)
/intern/mantaflow/intern/manta_pp/tbb/pwrapper/registry.h (+0, -104)
/intern/mantaflow/intern/manta_pp/tbb/python/defines.py (+0, -11)
/intern/mantaflow/intern/manta_pp/tbb/python/defines.py.reg (+0, -2)
/intern/mantaflow/intern/manta_pp/tbb/python/defines.py.reg.cpp (+0, -25)
/intern/mantaflow/intern/manta_pp/tbb/registration.cpp (+0, -382)
/intern/mantaflow/intern/manta_pp/tbb/shapes.cpp (+0, -1011)
/intern/mantaflow/intern/manta_pp/tbb/shapes.h (+0, -659)
/intern/mantaflow/intern/manta_pp/tbb/shapes.h.reg (+0, -28)
/intern/mantaflow/intern/manta_pp/tbb/shapes.h.reg.cpp (+0, -73)
/intern/mantaflow/intern/manta_pp/tbb/test.cpp (+0, -134)
/intern/mantaflow/intern/manta_pp/tbb/timing.cpp (+0, -129)
/intern/mantaflow/intern/manta_pp/tbb/timing.h (+0, -157)
/intern/mantaflow/intern/manta_pp/tbb/timing.h.reg (+0, -6)
/intern/mantaflow/intern/manta_pp/tbb/timing.h.reg.cpp (+0, -24)
/intern/mantaflow/intern/manta_pp/tbb/turbulencepart.cpp (+0, -289)
/intern/mantaflow/intern/manta_pp/tbb/turbulencepart.h (+0, -208)
/intern/mantaflow/intern/manta_pp/tbb/turbulencepart.h.reg (+0, -9)
/intern/mantaflow/intern/manta_pp/tbb/turbulencepart.h.reg.cpp (+0, -89)
/intern/mantaflow/intern/manta_pp/tbb/util/integrator.h (+0, -79)
/intern/mantaflow/intern/manta_pp/tbb/util/interpol.h (+0, -324)
/intern/mantaflow/intern/manta_pp/tbb/util/interpolHigh.h (+0, -204)
/intern/mantaflow/intern/manta_pp/tbb/util/matrixbase.h (+0, -394)
/intern/mantaflow/intern/manta_pp/tbb/util/mcubes.h (+0, -308)
/intern/mantaflow/intern/manta_pp/tbb/util/quaternion.h (+0, -103)
/intern/mantaflow/intern/manta_pp/tbb/util/randomstream.h (+0, -430)
/intern/mantaflow/intern/manta_pp/tbb/util/rcmatrix.h (+0, -1111)
/intern/mantaflow/intern/manta_pp/tbb/util/simpleimage.cpp (+0, -311)
/intern/mantaflow/intern/manta_pp/tbb/util/simpleimage.h (+0, -205)
/intern/mantaflow/intern/manta_pp/tbb/util/solvana.h (+0, -214)
/intern/mantaflow/intern/manta_pp/tbb/util/vector4d.cpp (+0, -50)
/intern/mantaflow/intern/manta_pp/tbb/util/vector4d.h (+0, -514)
/intern/mantaflow/intern/manta_pp/tbb/util/vectorbase.cpp (+0, -48)
/intern/mantaflow/intern/manta_pp/tbb/util/vectorbase.h (+0, -665)
/intern/mantaflow/intern/manta_pp/tbb/vortexpart.cpp (+0, -252)
/intern/mantaflow/intern/manta_pp/tbb/vortexpart.h (+0, -137)
/intern/mantaflow/intern/manta_pp/tbb/vortexpart.h.reg (+0, -7)
/intern/mantaflow/intern/manta_pp/tbb/vortexpart.h.reg.cpp (+0, -76)
/intern/mantaflow/intern/manta_pp/tbb/vortexsheet.cpp (+0, -117)
/intern/mantaflow/intern/manta_pp/tbb/vortexsheet.h (+0, -249)
/intern/mantaflow/intern/manta_pp/tbb/vortexsheet.h.reg (+0, -7)
/intern/mantaflow/intern/manta_pp/tbb/vortexsheet.h.reg.cpp (+0, -26)

2 Modified Paths:

/CMakeLists.txt (+1, -0) (Diff)
/intern/mantaflow/CMakeLists.txt (+51, -43) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021