Blender Git Commit Log

Git Commits -> Revision 191f3fc

September 17, 2015, 16:01 (GMT)
added non-openmp mantaflow pp files

Commit Details:

Full Hash: 191f3fc1c271d1de28b39cb76a3a51e48f362af7
Parent Commit: c08a25d
Lines Changed: +24437, -80

157 Added Paths:

/source/blender/python/manta_pp_openmp/CMakeLists.txt (+140, -0) (View)
/source/blender/python/manta_pp_openmp/commonkernels.h (+141, -0) (View)
/source/blender/python/manta_pp_openmp/commonkernels.h.reg (+1, -0) (View)
/source/blender/python/manta_pp_openmp/commonkernels.h.reg.cpp (+0, -0) (View)
/source/blender/python/manta_pp_openmp/conjugategrad.cpp (+317, -0) (View)
/source/blender/python/manta_pp_openmp/conjugategrad.h (+205, -0) (View)
/source/blender/python/manta_pp_openmp/conjugategrad.h.reg (+1, -0) (View)
/source/blender/python/manta_pp_openmp/conjugategrad.h.reg.cpp (+0, -0) (View)
/source/blender/python/manta_pp_openmp/edgecollapse.cpp (+679, -0) (View)
/source/blender/python/manta_pp_openmp/edgecollapse.h (+49, -0) (View)
/source/blender/python/manta_pp_openmp/edgecollapse.h.reg (+1, -0) (View)
/source/blender/python/manta_pp_openmp/edgecollapse.h.reg.cpp (+0, -0) (View)
/source/blender/python/manta_pp_openmp/fastmarch.cpp (+556, -0) (View)
/source/blender/python/manta_pp_openmp/fastmarch.h (+196, -0) (View)
/source/blender/python/manta_pp_openmp/fastmarch.h.reg (+1, -0) (View)
/source/blender/python/manta_pp_openmp/fastmarch.h.reg.cpp (+0, -0) (View)
/source/blender/python/manta_pp_openmp/fileio.cpp (+892, -0) (View)
/source/blender/python/manta_pp_openmp/fileio.h (+63, -0) (View)
/source/blender/python/manta_pp_openmp/fileio.h.reg (+1, -0) (View)
/source/blender/python/manta_pp_openmp/fileio.h.reg.cpp (+0, -0) (View)
/source/blender/python/manta_pp_openmp/fluidsolver.cpp (+173, -0) (View)
/source/blender/python/manta_pp_openmp/fluidsolver.h (+106, -0) (View)
/source/blender/python/manta_pp_openmp/fluidsolver.h.reg (+16, -0) (View)
/source/blender/python/manta_pp_openmp/fluidsolver.h.reg.cpp (+30, -0) (View)
/source/blender/python/manta_pp_openmp/general.cpp (+161, -0) (View)
/source/blender/python/manta_pp_openmp/general.h (+167, -0) (View)
/source/blender/python/manta_pp_openmp/general.h.reg (+1, -0) (View)
/source/blender/python/manta_pp_openmp/general.h.reg.cpp (+0, -0) (View)
/source/blender/python/manta_pp_openmp/grid.cpp (+733, -0) (View)
/source/blender/python/manta_pp_openmp/grid.h (+586, -0) (View)
/source/blender/python/manta_pp_openmp/grid.h.reg (+48, -0) (View)
/source/blender/python/manta_pp_openmp/grid.h.reg.cpp (+115, -0) (View)
/source/blender/python/manta_pp_openmp/gui/customctrl.cpp (+211, -0) (View)
/source/blender/python/manta_pp_openmp/gui/customctrl.h (+153, -0) (View)
/source/blender/python/manta_pp_openmp/gui/customctrl.h.reg (+35, -0) (View)
/source/blender/python/manta_pp_openmp/gui/customctrl.h.reg.cpp (+52, -0) (View)
/source/blender/python/manta_pp_openmp/gui/glwidget.cpp (+312, -0) (View)
/source/blender/python/manta_pp_openmp/gui/glwidget.h (+89, -0) (View)
/source/blender/python/manta_pp_openmp/gui/glwidget.h.reg (+1, -0) (View)
/source/blender/python/manta_pp_openmp/gui/glwidget.h.reg.cpp (+0, -0) (View)
/source/blender/python/manta_pp_openmp/gui/mainwindow.cpp (+335, -0) (View)
/source/blender/python/manta_pp_openmp/gui/mainwindow.h (+112, -0) (View)
/source/blender/python/manta_pp_openmp/gui/mainwindow.h.reg (+1, -0) (View)
/source/blender/python/manta_pp_openmp/gui/mainwindow.h.reg.cpp (+0, -0) (View)
/source/blender/python/manta_pp_openmp/gui/meshpainter.cpp (+314, -0) (View)
/source/blender/python/manta_pp_openmp/gui/meshpainter.h (+72, -0) (View)
/source/blender/python/manta_pp_openmp/gui/meshpainter.h.reg (+1, -0) (View)
/source/blender/python/manta_pp_openmp/gui/meshpainter.h.reg.cpp (+0, -0) (View)
/source/blender/python/manta_pp_openmp/gui/moc_customctrl.cpp (+197, -0) (View)
/source/blender/python/manta_pp_openmp/gui/moc_customctrl.cpp_parameters (+4, -0) (View)
/source/blender/python/manta_pp_openmp/gui/moc_glwidget.cpp (+191, -0) (View)
/source/blender/python/manta_pp_openmp/gui/moc_glwidget.cpp_parameters (+4, -0) (View)
/source/blender/python/manta_pp_openmp/gui/moc_mainwindow.cpp (+299, -0) (View)
/source/blender/python/manta_pp_openmp/gui/moc_mainwindow.cpp_parameters (+4, -0) (View)
/source/blender/python/manta_pp_openmp/gui/moc_meshpainter.cpp (+111, -0) (View)
/source/blender/python/manta_pp_openmp/gui/moc_meshpainter.cpp_parameters (+4, -0) (View)
/source/blender/python/manta_pp_openmp/gui/moc_painter.cpp (+211, -0) (View)
/source/blender/python/manta_pp_openmp/gui/moc_painter.cpp_parameters (+4, -0) (View)
/source/blender/python/manta_pp_openmp/gui/moc_particlepainter.cpp (+88, -0) (View)
/source/blender/python/manta_pp_openmp/gui/moc_particlepainter.cpp_parameters (+4, -0) (View)
/source/blender/python/manta_pp_openmp/gui/moc_qtmain.cpp (+230, -0) (View)
/source/blender/python/manta_pp_openmp/gui/moc_qtmain.cpp_parameters (+4, -0) (View)
/source/blender/python/manta_pp_openmp/gui/painter.cpp (+572, -0) (View)
/source/blender/python/manta_pp_openmp/gui/painter.h (+128, -0) (View)
/source/blender/python/manta_pp_openmp/gui/painter.h.reg (+1, -0) (View)
/source/blender/python/manta_pp_openmp/gui/painter.h.reg.cpp (+0, -0) (View)
/source/blender/python/manta_pp_openmp/gui/particlepainter.cpp (+371, -0) (View)
/source/blender/python/manta_pp_openmp/gui/particlepainter.h (+75, -0) (View)
/source/blender/python/manta_pp_openmp/gui/particlepainter.h.reg (+1, -0) (View)
/source/blender/python/manta_pp_openmp/gui/particlepainter.h.reg.cpp (+0, -0) (View)
/source/blender/python/manta_pp_openmp/gui/qtmain.cpp (+163, -0) (View)
/source/blender/python/manta_pp_openmp/gui/qtmain.h (+90, -0) (View)
/source/blender/python/manta_pp_openmp/gui/qtmain.h.reg (+1, -0) (View)
/source/blender/python/manta_pp_openmp/gui/qtmain.h.reg.cpp (+0, -0) (View)
/source/blender/python/manta_pp_openmp/hginfo.h (+4, -0) (View)
/source/blender/python/manta_pp_openmp/kernel.cpp (+50, -0) (View)
/source/blender/python/manta_pp_openmp/kernel.h (+94, -0) (View)
/source/blender/python/manta_pp_openmp/kernel.h.reg (+1, -0) (View)
/source/blender/python/manta_pp_openmp/kernel.h.reg.cpp (+0, -0) (View)
/source/blender/python/manta_pp_openmp/levelset.cpp (+323, -0) (View)
/source/blender/python/manta_pp_openmp/levelset.h (+58, -0) (View)
/source/blender/python/manta_pp_openmp/levelset.h.reg (+10, -0) (View)
/source/blender/python/manta_pp_openmp/levelset.h.reg.cpp (+23, -0) (View)
/source/blender/python/manta_pp_openmp/mesh.cpp (+846, -0) (View)
/source/blender/python/manta_pp_openmp/mesh.h (+242, -0) (View)
/source/blender/python/manta_pp_openmp/mesh.h.reg (+12, -0) (View)
/source/blender/python/manta_pp_openmp/mesh.h.reg.cpp (+26, -0) (View)
/source/blender/python/manta_pp_openmp/movingobs.cpp (+106, -0) (View)
/source/blender/python/manta_pp_openmp/movingobs.h (+55, -0) (View)
/source/blender/python/manta_pp_openmp/movingobs.h.reg (+7, -0) (View)
/source/blender/python/manta_pp_openmp/movingobs.h.reg.cpp (+21, -0) (View)
/source/blender/python/manta_pp_openmp/noisefield.cpp (+310, -0) (View)
/source/blender/python/manta_pp_openmp/noisefield.h (+406, -0) (View)
/source/blender/python/manta_pp_openmp/noisefield.h.reg (+12, -0) (View)
/source/blender/python/manta_pp_openmp/noisefield.h.reg.cpp (+26, -0) (View)
/source/blender/python/manta_pp_openmp/particle.cpp (+520, -0) (View)
/source/blender/python/manta_pp_openmp/particle.h (+670, -0) (View)
/source/blender/python/manta_pp_openmp/particle.h.reg (+58, -0) (View)
/source/blender/python/manta_pp_openmp/particle.h.reg.cpp (+119, -0) (View)
/source/blender/python/manta_pp_openmp/plugin/advection.cpp (+403, -0) (View)
/source/blender/python/manta_pp_openmp/plugin/extforces.cpp (+343, -0) (View)
/source/blender/python/manta_pp_openmp/plugin/fire.cpp (+129, -0) (View)
/source/blender/python/manta_pp_openmp/plugin/flip.cpp (+573, -0) (View)
/source/blender/python/manta_pp_openmp/plugin/initplugins.cpp (+537, -0) (View)
/source/blender/python/manta_pp_openmp/plugin/kepsilon.cpp (+196, -0) (View)
/source/blender/python/manta_pp_openmp/plugin/meshplugins.cpp (+637, -0) (View)
/source/blender/python/manta_pp_openmp/plugin/pressure.cpp (+306, -0) (View)
/source/blender/python/manta_pp_openmp/plugin/vortexplugins.cpp (+326, -0) (View)
/source/blender/python/manta_pp_openmp/plugin/waveletturbulence.cpp (+313, -0) (View)
/source/blender/python/manta_pp_openmp/plugin/waves.cpp (+174, -0) (View)
/source/blender/python/manta_pp_openmp/pwrapper/manta.h (+30, -0) (View)
/source/blender/python/manta_pp_openmp/pwrapper/manta_api.cpp (+27, -0) (View)
/source/blender/python/manta_pp_openmp/pwrapper/manta_api.h (+6, -0) (View)
/source/blender/python/manta_pp_openmp/pwrapper/pclass.cpp (+171, -0) (View)
/source/blender/python/manta_pp_openmp/pwrapper/pclass.h (+106, -0) (View)
/source/blender/python/manta_pp_openmp/pwrapper/pconvert.cpp (+410, -0) (View)
/source/blender/python/manta_pp_openmp/pwrapper/pconvert.h (+208, -0) (View)
/source/blender/python/manta_pp_openmp/pwrapper/pvec3.cpp (+286, -0) (View)
/source/blender/python/manta_pp_openmp/pwrapper/pymain.cpp (+264, -0) (View)
/source/blender/python/manta_pp_openmp/pwrapper/pythonInclude.h (+41, -0) (View)
/source/blender/python/manta_pp_openmp/pwrapper/registry.cpp (+661, -0) (View)
/source/blender/python/manta_pp_openmp/pwrapper/registry.h (+87, -0) (View)
/source/blender/python/manta_pp_openmp/python/defines.py (+11, -0) (View)
/source/blender/python/manta_pp_openmp/python/defines.py.reg (+2, -0) (View)
/source/blender/python/manta_pp_openmp/python/defines.py.reg.cpp (+2, -0) (View)
/source/blender/python/manta_pp_openmp/shapes.cpp (+473, -0) (View)
/source/blender/python/manta_pp_openmp/shapes.h (+166, -0) (View)
/source/blender/python/manta_pp_openmp/shapes.h.reg (+28, -0) (View)
/source/blender/python/manta_pp_openmp/shapes.h.reg.cpp (+47, -0) (View)
/source/blender/python/manta_pp_openmp/test.cpp (+95, -0) (View)
/source/blender/python/manta_pp_openmp/timing.cpp (+129, -0) (View)
/source/blender/python/manta_pp_openmp/timing.h (+73, -0) (View)
/source/blender/python/manta_pp_openmp/timing.h.reg (+6, -0) (View)
/source/blender/python/manta_pp_openmp/timing.h.reg.cpp (+20, -0) (View)
/source/blender/python/manta_pp_openmp/turbulencepart.cpp (+155, -0) (View)
/source/blender/python/manta_pp_openmp/turbulencepart.h (+65, -0) (View)
/source/blender/python/manta_pp_openmp/turbulencepart.h.reg (+9, -0) (View)
/source/blender/python/manta_pp_openmp/turbulencepart.h.reg.cpp (+34, -0) (View)
/source/blender/python/manta_pp_openmp/util/integrator.h (+75, -0) (View)
/source/blender/python/manta_pp_openmp/util/interpol.h (+209, -0) (View)
/source/blender/python/manta_pp_openmp/util/interpolHigh.h (+187, -0) (View)
/source/blender/python/manta_pp_openmp/util/mcubes.h (+323, -0) (View)
/source/blender/python/manta_pp_openmp/util/quaternion.h (+89, -0) (View)
/source/blender/python/manta_pp_openmp/util/randomstream.h (+377, -0) (View)
/source/blender/python/manta_pp_openmp/util/simpleimage.cpp (+199, -0) (View)
/source/blender/python/manta_pp_openmp/util/simpleimage.h (+183, -0) (View)
/source/blender/python/manta_pp_openmp/util/solvana.h (+176, -0) (View)
/source/blender/python/manta_pp_openmp/util/vectorbase.cpp (+37, -0) (View)
/source/blender/python/manta_pp_openmp/util/vectorbase.h (+589, -0) (View)
/source/blender/python/manta_pp_openmp/vortexpart.cpp (+110, -0) (View)
/source/blender/python/manta_pp_openmp/vortexpart.h (+57, -0) (View)
/source/blender/python/manta_pp_openmp/vortexpart.h.reg (+7, -0) (View)
/source/blender/python/manta_pp_openmp/vortexpart.h.reg.cpp (+32, -0) (View)
/source/blender/python/manta_pp_openmp/vortexsheet.cpp (+106, -0) (View)
/source/blender/python/manta_pp_openmp/vortexsheet.h (+99, -0) (View)
/source/blender/python/manta_pp_openmp/vortexsheet.h.reg (+7, -0) (View)
/source/blender/python/manta_pp_openmp/vortexsheet.h.reg.cpp (+21, -0) (View)

8 Modified Paths:

/source/blender/python/CMakeLists.txt (+6, -2) (Diff)
/source/blender/python/manta_full/source/grid.cpp (+43, -0) (Diff)
/source/blender/python/manta_full/source/grid.h (+2, -0) (Diff)
/source/blender/python/manta_pp/grid.cpp (+43, -0) (Diff)
/source/blender/python/manta_pp/grid.h (+10, -8) (Diff)
/source/blender/python/manta_pp/grid.h.reg (+10, -8) (Diff)
/source/blender/python/manta_pp/grid.h.reg.cpp (+67, -61) (Diff)
/source/blender/python/manta_pp/hginfo.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021