Blender Git Loki

Git Commits -> Revision a70e439

July 14, 2014, 10:57 (GMT)
removed pp files, preproessing during compiling step

Commit Details:

Full Hash: a70e4394acce14e6190b93e85f09a51b04525a9e
Parent Commit: 2071f59
Lines Changed: +41044, -25448

147 Added Paths:

/source/blender/python/manta_pp/COPYING (+674, -0)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/adler32.c (+179, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/compress.c (+80, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/crc32.c (+425, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/crc32.h (+441, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/deflate.c (+1967, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/deflate.h (+346, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/gzclose.c (+25, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/gzguts.h (+209, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/gzlib.c (+634, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/gzread.c (+594, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/gzwrite.c (+577, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/infback.c (+640, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/inffast.c (+340, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/inffast.h (+11, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/inffixed.h (+94, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/inflate.c (+1512, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/inflate.h (+122, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/inftrees.c (+306, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/inftrees.h (+62, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/trees.c (+1226, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/trees.h (+128, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/uncompr.c (+59, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/zconf.h (+511, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/zlib.h (+1768, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/zutil.c (+324, -0) (View)
/source/blender/python/manta_pp/dependencies/zlib-1.2.8/zutil.h (+253, -0) (View)
/source/blender/python/manta_pp/Doxyfile.in (+1719, -0) (View)
/source/blender/python/manta_pp/INSTALLING (+2, -0)
/source/blender/python/manta_pp/resources/pause.png (+0, -0) (View)
/source/blender/python/manta_pp/resources/play.png (+0, -0) (View)
/source/blender/python/manta_pp/resources/res.qrc (+7, -0) (View)
/source/blender/python/manta_pp/resources/stop.png (+0, -0) (View)
/source/blender/python/manta_pp/scenes/simpleplume.py (+61, -0) (View)
/source/blender/python/manta_pp/source/advection.cpp (+324, -0) (View)
/source/blender/python/manta_pp/source/cmake/FindTBB.cmake (+267, -0) (View)
/source/blender/python/manta_pp/source/commonkernels.h (+128, -0) (View)
/source/blender/python/manta_pp/source/conjugategrad.cpp (+303, -0) (View)
/source/blender/python/manta_pp/source/conjugategrad.h (+169, -0) (View)
/source/blender/python/manta_pp/source/cuda/buoyancy.cu (+421, -0) (View)
/source/blender/python/manta_pp/source/cuda/cudatools.h (+176, -0) (View)
/source/blender/python/manta_pp/source/cuda/curlnoise.cu (+110, -0) (View)
/source/blender/python/manta_pp/source/cuda/curlnoise.h (+196, -0) (View)
/source/blender/python/manta_pp/source/cuda/meshtools.cu (+165, -0) (View)
/source/blender/python/manta_pp/source/cuda/particle.cu (+172, -0) (View)
/source/blender/python/manta_pp/source/cuda/turbulence.cu (+164, -0) (View)
/source/blender/python/manta_pp/source/edgecollapse.cpp (+666, -0) (View)
/source/blender/python/manta_pp/source/edgecollapse.h (+36, -0) (View)
/source/blender/python/manta_pp/source/extforces.cpp (+144, -0) (View)
/source/blender/python/manta_pp/source/fastmarch.cpp (+424, -0) (View)
/source/blender/python/manta_pp/source/fastmarch.h (+196, -0) (View)
/source/blender/python/manta_pp/source/fileio.cpp (+700, -0) (View)
/source/blender/python/manta_pp/source/fileio.h (+48, -0) (View)
/source/blender/python/manta_pp/source/flip.cpp (+487, -0) (View)
/source/blender/python/manta_pp/source/flip.h (+23, -0) (View)
/source/blender/python/manta_pp/source/fluidsolver.cpp (+172, -0) (View)
/source/blender/python/manta_pp/source/fluidsolver.h (+92, -0) (View)
/source/blender/python/manta_pp/source/general.cpp (+128, -0) (View)
/source/blender/python/manta_pp/source/general.h (+138, -0) (View)
/source/blender/python/manta_pp/source/grid.cpp (+445, -0) (View)
/source/blender/python/manta_pp/source/grid.h (+473, -0) (View)
/source/blender/python/manta_pp/source/gui/customctrl.cpp (+172, -0) (View)
/source/blender/python/manta_pp/source/gui/customctrl.h (+129, -0) (View)
/source/blender/python/manta_pp/source/gui/glwidget.cpp (+292, -0) (View)
/source/blender/python/manta_pp/source/gui/glwidget.h (+72, -0) (View)
/source/blender/python/manta_pp/source/gui/mainwindow.cpp (+243, -0) (View)
/source/blender/python/manta_pp/source/gui/mainwindow.h (+73, -0) (View)
/source/blender/python/manta_pp/source/gui/meshpainter.cpp (+300, -0) (View)
/source/blender/python/manta_pp/source/gui/meshpainter.h (+59, -0) (View)
/source/blender/python/manta_pp/source/gui/painter.cpp (+539, -0) (View)
/source/blender/python/manta_pp/source/gui/painter.h (+111, -0) (View)
/source/blender/python/manta_pp/source/gui/particlepainter.cpp (+456, -0) (View)
/source/blender/python/manta_pp/source/gui/particlepainter.h (+61, -0) (View)
/source/blender/python/manta_pp/source/gui/qtmain.cpp (+150, -0) (View)
/source/blender/python/manta_pp/source/gui/qtmain.h (+77, -0) (View)
/source/blender/python/manta_pp/source/initplugins.cpp (+105, -0) (View)
/source/blender/python/manta_pp/source/kepsilon.cpp (+183, -0) (View)
/source/blender/python/manta_pp/source/kernel.cpp (+36, -0) (View)
/source/blender/python/manta_pp/source/kernel.h (+80, -0) (View)
/source/blender/python/manta_pp/source/levelset.cpp (+334, -0) (View)
/source/blender/python/manta_pp/source/levelset.h (+44, -0) (View)
/source/blender/python/manta_pp/source/mesh.cpp (+775, -0) (View)
/source/blender/python/manta_pp/source/mesh.h (+257, -0) (View)
/source/blender/python/manta_pp/source/meshplugins.cpp (+623, -0) (View)
/source/blender/python/manta_pp/source/movingobs.cpp (+92, -0) (View)
/source/blender/python/manta_pp/source/movingobs.h (+42, -0) (View)
/source/blender/python/manta_pp/source/noisefield.cpp (+296, -0) (View)
/source/blender/python/manta_pp/source/noisefield.h (+393, -0) (View)
/source/blender/python/manta_pp/source/particle.cpp (+358, -0) (View)
/source/blender/python/manta_pp/source/particle.h (+608, -0) (View)
/source/blender/python/manta_pp/source/plugin/advection.cpp (+324, -0) (View)
/source/blender/python/manta_pp/source/plugin/extforces.cpp (+144, -0) (View)
/source/blender/python/manta_pp/source/plugin/initplugins.cpp (+105, -0) (View)
/source/blender/python/manta_pp/source/plugin/kepsilon.cpp (+183, -0) (View)
/source/blender/python/manta_pp/source/plugin/meshplugins.cpp (+623, -0) (View)
/source/blender/python/manta_pp/source/plugin/pressure.cpp (+310, -0) (View)
/source/blender/python/manta_pp/source/plugin/vortexplugins.cpp (+312, -0) (View)
/source/blender/python/manta_pp/source/plugin/waveletturbulence.cpp (+296, -0) (View)
/source/blender/python/manta_pp/source/preprocessor/code.cpp (+92, -0) (View)
/source/blender/python/manta_pp/source/preprocessor/code.h (+134, -0) (View)
/source/blender/python/manta_pp/source/preprocessor/codegen_kernel.cpp (+365, -0) (View)
/source/blender/python/manta_pp/source/preprocessor/codegen_python.cpp (+505, -0) (View)
/source/blender/python/manta_pp/source/preprocessor/main.cpp (+120, -0) (View)
/source/blender/python/manta_pp/source/preprocessor/merge.cpp (+179, -0) (View)
/source/blender/python/manta_pp/source/preprocessor/parse.cpp (+356, -0) (View)
/source/blender/python/manta_pp/source/preprocessor/prep.h (+46, -0) (View)
/source/blender/python/manta_pp/source/preprocessor/tokenize.cpp (+348, -0) (View)
/source/blender/python/manta_pp/source/preprocessor/tokenize.h (+69, -0) (View)
/source/blender/python/manta_pp/source/preprocessor/util.cpp (+217, -0) (View)
/source/blender/python/manta_pp/source/preprocessor/util.h (+63, -0) (View)
/source/blender/python/manta_pp/source/pressure.cpp (+310, -0) (View)
/source/blender/python/manta_pp/source/pwrapper/manta.h (+33, -0) (View)
/source/blender/python/manta_pp/source/pwrapper/manta_api.cpp (+27, -0) (View)
/source/blender/python/manta_pp/source/pwrapper/manta_api.h (+6, -0) (View)
/source/blender/python/manta_pp/source/pwrapper/pclass.cpp (+178, -0) (View)
/source/blender/python/manta_pp/source/pwrapper/pclass.h (+106, -0) (View)
/source/blender/python/manta_pp/source/pwrapper/pconvert.cpp (+422, -0) (View)
/source/blender/python/manta_pp/source/pwrapper/pconvert.h (+204, -0) (View)
/source/blender/python/manta_pp/source/pwrapper/pvec3.cpp (+286, -0) (View)
/source/blender/python/manta_pp/source/pwrapper/pymain.cpp (+112, -0) (View)
/source/blender/python/manta_pp/source/pwrapper/pymain.h (+8, -0) (View)
/source/blender/python/manta_pp/source/pwrapper/pythonInclude.h (+41, -0) (View)
/source/blender/python/manta_pp/source/pwrapper/registry.cpp (+682, -0) (View)
/source/blender/python/manta_pp/source/pwrapper/registry.h (+87, -0) (View)
/source/blender/python/manta_pp/source/python/defines.py (+27, -0) (View)
/source/blender/python/manta_pp/source/shapes.cpp (+381, -0) (View)
/source/blender/python/manta_pp/source/shapes.h (+130, -0) (View)
/source/blender/python/manta_pp/source/test.cpp (+151, -0) (View)
/source/blender/python/manta_pp/source/turbulencepart.cpp (+141, -0) (View)
/source/blender/python/manta_pp/source/turbulencepart.h (+53, -0) (View)
/source/blender/python/manta_pp/source/util/integrator.h (+75, -0) (View)
/source/blender/python/manta_pp/source/util/interpol.h (+209, -0) (View)
/source/blender/python/manta_pp/source/util/interpolHigh.h (+58, -0) (View)
/source/blender/python/manta_pp/source/util/mcubes.h (+323, -0) (View)
/source/blender/python/manta_pp/source/util/quaternion.h (+89, -0) (View)
/source/blender/python/manta_pp/source/util/randomstream.h (+377, -0) (View)
/source/blender/python/manta_pp/source/util/solvana.h (+176, -0) (View)
/source/blender/python/manta_pp/source/util/vectorbase.cpp (+35, -0) (View)
/source/blender/python/manta_pp/source/util/vectorbase.h (+585, -0) (View)
/source/blender/python/manta_pp/source/vortexfilament.cpp (+340, -0) (View)
/source/blender/python/manta_pp/source/vortexfilament.h (+72, -0) (View)
/source/blender/python/manta_pp/source/vortexpart.cpp (+96, -0) (View)
/source/blender/python/manta_pp/source/vortexpart.h (+45, -0) (View)
/source/blender/python/manta_pp/source/vortexplugins.cpp (+312, -0) (View)
/source/blender/python/manta_pp/source/vortexsheet.cpp (+92, -0) (View)
/source/blender/python/manta_pp/source/vortexsheet.h (+87, -0) (View)
/source/blender/python/manta_pp/source/waveletturbulence.cpp (+296, -0) (View)

174 Deleted Paths:

/source/blender/python/manta_pp/commonkernels.h (+0, -140)
/source/blender/python/manta_pp/commonkernels.h.reg (+0, -1)
/source/blender/python/manta_pp/commonkernels.h.reg.cpp (+0, -0)
/source/blender/python/manta_pp/conjugategrad.cpp (+0, -316)
/source/blender/python/manta_pp/conjugategrad.h (+0, -181)
/source/blender/python/manta_pp/conjugategrad.h.reg (+0, -1)
/source/blender/python/manta_pp/conjugategrad.h.reg.cpp (+0, -0)
/source/blender/python/manta_pp/cuda/buoyancy.cu (+0, -421)
/source/blender/python/manta_pp/cuda/cudatools.h (+0, -176)
/source/blender/python/manta_pp/cuda/curlnoise.cu (+0, -110)
/source/blender/python/manta_pp/cuda/curlnoise.h (+0, -196)
/source/blender/python/manta_pp/cuda/meshtools.cu (+0, -165)
/source/blender/python/manta_pp/cuda/particle.cu (+0, -172)
/source/blender/python/manta_pp/cuda/turbulence.cu (+0, -164)
/source/blender/python/manta_pp/edgecollapse.cpp (+0, -678)
/source/blender/python/manta_pp/edgecollapse.h (+0, -48)
/source/blender/python/manta_pp/edgecollapse.h.reg (+0, -1)
/source/blender/python/manta_pp/edgecollapse.h.reg.cpp (+0, -0)
/source/blender/python/manta_pp/fastmarch.cpp (+0, -437)
/source/blender/python/manta_pp/fastmarch.h (+0, -209)
/source/blender/python/manta_pp/fastmarch.h.reg (+0, -1)
/source/blender/python/manta_pp/fastmarch.h.reg.cpp (+0, -0)
/source/blender/python/manta_pp/fileio.cpp (+0, -713)
/source/blender/python/manta_pp/fileio.h (+0, -61)
/source/blender/python/manta_pp/fileio.h.reg (+0, -1)
/source/blender/python/manta_pp/fileio.h.reg.cpp (+0, -0)
/source/blender/python/manta_pp/flip.cpp (+0, -500)
/source/blender/python/manta_pp/flip.h (+0, -36)
/source/blender/python/manta_pp/flip.h.reg (+0, -1)
/source/blender/python/manta_pp/flip.h.reg.cpp (+0, -0)
/source/blender/python/manta_pp/fluidsolver.cpp (+0, -185)
/source/blender/python/manta_pp/fluidsolver.h (+0, -104)
/source/blender/python/manta_pp/fluidsolver.h.reg (+0, -11)
/source/blender/python/manta_pp/general.cpp (+0, -141)
/source/blender/python/manta_pp/general.h.reg (+0, -1)
/source/blender/python/manta_pp/general.h.reg.cpp (+0, -0)
/source/blender/python/manta_pp/grid.cpp (+0, -458)
/source/blender/python/manta_pp/grid.h (+0, -484)
/source/blender/python/manta_pp/grid.h.reg (+0, -41)
/source/blender/python/manta_pp/grid.h.reg.cpp (+0, -92)
/source/blender/python/manta_pp/gui/customctrl.cpp (+0, -185)
/source/blender/python/manta_pp/gui/customctrl.h (+0, -138)
/source/blender/python/manta_pp/gui/customctrl.h.reg (+0, -23)
/source/blender/python/manta_pp/gui/customctrl.h.reg.cpp (+0, -40)
/source/blender/python/manta_pp/gui/glwidget.cpp (+0, -305)
/source/blender/python/manta_pp/gui/glwidget.h (+0, -85)
/source/blender/python/manta_pp/gui/glwidget.h.reg (+0, -1)
/source/blender/python/manta_pp/gui/glwidget.h.reg.cpp (+0, -0)
/source/blender/python/manta_pp/gui/mainwindow.cpp (+0, -256)
/source/blender/python/manta_pp/gui/mainwindow.h (+0, -86)
/source/blender/python/manta_pp/gui/mainwindow.h.reg (+0, -1)
/source/blender/python/manta_pp/gui/mainwindow.h.reg.cpp (+0, -0)
/source/blender/python/manta_pp/gui/meshpainter.cpp (+0, -313)
/source/blender/python/manta_pp/gui/meshpainter.h (+0, -71)
/source/blender/python/manta_pp/gui/meshpainter.h.reg (+0, -1)
/source/blender/python/manta_pp/gui/meshpainter.h.reg.cpp (+0, -0)
/source/blender/python/manta_pp/gui/moc_customctrl.cxx (+0, -165)
/source/blender/python/manta_pp/gui/moc_customctrl.cxx_parameters (+0, -4)
/source/blender/python/manta_pp/gui/moc_glwidget.cxx (+0, -132)
/source/blender/python/manta_pp/gui/moc_glwidget.cxx_parameters (+0, -4)
/source/blender/python/manta_pp/gui/moc_mainwindow.cxx (+0, -154)
/source/blender/python/manta_pp/gui/moc_mainwindow.cxx_parameters (+0, -4)
/source/blender/python/manta_pp/gui/moc_meshpainter.cxx (+0, -93)
/source/blender/python/manta_pp/gui/moc_meshpainter.cxx_parameters (+0, -4)
/source/blender/python/manta_pp/gui/moc_painter.cxx (+0, -170)
/source/blender/python/manta_pp/gui/moc_painter.cxx_parameters (+0, -4)
/source/blender/python/manta_pp/gui/moc_particlepainter.cxx (+0, -80)
/source/blender/python/manta_pp/gui/moc_particlepainter.cxx_parameters (+0, -4)
/source/blender/python/manta_pp/gui/moc_qtmain.cxx (+0, -182)
/source/blender/python/manta_pp/gui/moc_qtmain.cxx_parameters (+0, -4)
/source/blender/python/manta_pp/gui/painter.cpp (+0, -552)
/source/blender/python/manta_pp/gui/painter.h (+0, -124)
/source/blender/python/manta_pp/gui/painter.h.reg (+0, -1)
/source/blender/python/manta_pp/gui/painter.h.reg.cpp (+0, -0)
/source/blender/python/manta_pp/gui/particlepainter.cpp (+0, -469)
/source/blender/python/manta_pp/gui/particlepainter.h (+0, -74)
/source/blender/python/manta_pp/gui/particlepainter.h.reg (+0, -1)
/source/blender/python/manta_pp/gui/particlepainter.h.reg.cpp (+0, -0)
/source/blender/python/manta_pp/gui/qtmain.cpp (+0, -163)
/source/blender/python/manta_pp/gui/qtmain.h (+0, -89)
/source/blender/python/manta_pp/gui/qtmain.h.reg (+0, -1)
/source/blender/python/manta_pp/gui/qtmain.h.reg.cpp (+0, -0)
/source/blender/python/manta_pp/hginfo.h (+0, -4)
/source/blender/python/manta_pp/kernel.cpp (+0, -49)
/source/blender/python/manta_pp/kernel.h (+0, -93)
/source/blender/python/manta_pp/kernel.h.reg (+0, -1)
/source/blender/python/manta_pp/kernel.h.reg.cpp (+0, -0)
/source/blender/python/manta_pp/levelset.cpp (+0, -347)
/source/blender/python/manta_pp/levelset.h (+0, -56)
/source/blender/python/manta_pp/levelset.h.reg (+0, -9)
/source/blender/python/manta_pp/levelset.h.reg.cpp (+0, -22)
/source/blender/python/manta_pp/manta.h (+0, -33)
/source/blender/python/manta_pp/mesh.cpp (+0, -788)
/source/blender/python/manta_pp/mesh.h (+0, -269)
/source/blender/python/manta_pp/mesh.h.reg (+0, -12)
/source/blender/python/manta_pp/mesh.h.reg.cpp (+0, -26)
/source/blender/python/manta_pp/movingobs.cpp (+0, -105)
/source/blender/python/manta_pp/movingobs.h (+0, -54)
/source/blender/python/manta_pp/movingobs.h.reg (+0, -7)
/source/blender/python/manta_pp/movingobs.h.reg.cpp (+0, -21)
/source/blender/python/manta_pp/noisefield.cpp (+0, -309)
/source/blender/python/manta_pp/noisefield.h (+0, -405)
/source/blender/python/manta_pp/noisefield.h.reg (+0, -12)
/source/blender/python/manta_pp/noisefield.h.reg.cpp (+0, -26)
/source/blender/python/manta_pp/particle.cpp (+0, -371)
/source/blender/python/manta_pp/particle.h (+0, -614)
/source/blender/python/manta_pp/particle.h.reg (+0, -44)
/source/blender/python/manta_pp/particle.h.reg.cpp (+0, -79)
/source/blender/python/manta_pp/plugin/advection.cpp (+0, -337)
/source/blender/python/manta_pp/plugin/extforces.cpp (+0, -157)
/source/blender/python/manta_pp/plugin/initplugins.cpp (+0, -118)
/source/blender/python/manta_pp/plugin/kepsilon.cpp (+0, -195)
/source/blender/python/manta_pp/plugin/meshplugins.cpp (+0, -636)
/source/blender/python/manta_pp/plugin/pressure.cpp (+0, -323)
/source/blender/python/manta_pp/plugin/vortexplugins.cpp (+0, -324)
/source/blender/python/manta_pp/plugin/waveletturbulence.cpp (+0, -309)
/source/blender/python/manta_pp/preprocessor/code.cpp (+0, -92)
/source/blender/python/manta_pp/preprocessor/code.h (+0, -134)
/source/blender/python/manta_pp/preprocessor/codegen_kernel.cpp (+0, -365)
/source/blender/python/manta_pp/preprocessor/codegen_python.cpp (+0, -505)
/source/blender/python/manta_pp/preprocessor/main.cpp (+0, -124)
/source/blender/python/manta_pp/preprocessor/main.h (+0, -4)
/source/blender/python/manta_pp/preprocessor/merge.cpp (+0, -179)
/source/blender/python/manta_pp/preprocessor/parse.cpp (+0, -356)
/source/blender/python/manta_pp/preprocessor/prep.h (+0, -45)
/source/blender/python/manta_pp/preprocessor/tokenize.cpp (+0, -348)
/source/blender/python/manta_pp/preprocessor/tokenize.h (+0, -69)
/source/blender/python/manta_pp/preprocessor/util.cpp (+0, -217)
/source/blender/python/manta_pp/preprocessor/util.h (+0, -63)
/source/blender/python/manta_pp/pwrapper/manta.h (+0, -33)
/source/blender/python/manta_pp/pwrapper/manta_api.cpp (+0, -30)
/source/blender/python/manta_pp/pwrapper/manta_api.h (+0, -5)
/source/blender/python/manta_pp/pwrapper/pclass.cpp (+0, -178)
/source/blender/python/manta_pp/pwrapper/pclass.h (+0, -106)
/source/blender/python/manta_pp/pwrapper/pconvert.cpp (+0, -423)
/source/blender/python/manta_pp/pwrapper/pconvert.h (+0, -204)
/source/blender/python/manta_pp/pwrapper/pvec3.cpp (+0, -286)
/source/blender/python/manta_pp/pwrapper/pymain.cpp (+0, -120)
/source/blender/python/manta_pp/pwrapper/pymain.h (+0, -5)
/source/blender/python/manta_pp/pwrapper/pythonInclude.h (+0, -41)
/source/blender/python/manta_pp/pwrapper/registry.cpp (+0, -756)
/source/blender/python/manta_pp/pwrapper/registry.h (+0, -85)
/source/blender/python/manta_pp/python/defines.py (+0, -11)
/source/blender/python/manta_pp/python/defines.py.reg (+0, -2)
/source/blender/python/manta_pp/python/defines.py.reg.cpp (+0, -2)
/source/blender/python/manta_pp/SConscript (+0, -18)
/source/blender/python/manta_pp/shapes.cpp (+0, -394)
/source/blender/python/manta_pp/shapes.h (+0, -142)
/source/blender/python/manta_pp/shapes.h.reg (+0, -25)
/source/blender/python/manta_pp/shapes.h.reg.cpp (+0, -43)
/source/blender/python/manta_pp/test.cpp (+0, -164)
/source/blender/python/manta_pp/turbulencepart.cpp (+0, -154)
/source/blender/python/manta_pp/turbulencepart.h (+0, -64)
/source/blender/python/manta_pp/turbulencepart.h.reg (+0, -9)
/source/blender/python/manta_pp/turbulencepart.h.reg.cpp (+0, -34)
/source/blender/python/manta_pp/util/integrator.h (+0, -75)
/source/blender/python/manta_pp/util/interpol.h (+0, -209)
/source/blender/python/manta_pp/util/interpolHigh.h (+0, -58)
/source/blender/python/manta_pp/util/mcubes.h (+0, -323)
/source/blender/python/manta_pp/util/quaternion.h (+0, -89)
/source/blender/python/manta_pp/util/randomstream.h (+0, -377)
/source/blender/python/manta_pp/util/solvana.h (+0, -176)
/source/blender/python/manta_pp/util/vectorbase.cpp (+0, -35)
/source/blender/python/manta_pp/util/vectorbase.h (+0, -585)
/source/blender/python/manta_pp/vortexfilament.cpp (+0, -340)
/source/blender/python/manta_pp/vortexfilament.h (+0, -72)
/source/blender/python/manta_pp/vortexpart.cpp (+0, -109)
/source/blender/python/manta_pp/vortexpart.h (+0, -56)
/source/blender/python/manta_pp/vortexpart.h.reg (+0, -7)
/source/blender/python/manta_pp/vortexpart.h.reg.cpp (+0, -32)
/source/blender/python/manta_pp/vortexsheet.cpp (+0, -105)
/source/blender/python/manta_pp/vortexsheet.h (+0, -98)
/source/blender/python/manta_pp/vortexsheet.h.reg (+0, -7)
/source/blender/python/manta_pp/vortexsheet.h.reg.cpp (+0, -21)

4 Modified Paths:

/CMakeLists.txt (+11, -9) (Diff)
/intern/smoke/intern/MANTA.h (+3, -2) (Diff)
/source/blender/python/intern/bpy_interface.c (+2, -2) (Diff)
/source/blender/python/manta_pp/CMakeLists.txt (+562, -442) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021