Blender Git Loki

Git Commits -> Revision cd712d5

September 3, 2015, 21:21 (GMT)
just removed some typos

Commit Details:

Full Hash: cd712d50b7887edc7e814008ececccf4ca60d0ae
Parent Commit: 1dbcacb
Lines Changed: +8854, -19

70 Added Paths:

/source/blender/python/manta_full/resources/help.png (+0, -0) (View)
/source/blender/python/manta_full/resources/keyboard.png (+0, -0) (View)
/source/blender/python/manta_full/scenes/filaments.py (+81, -0) (View)
/source/blender/python/manta_full/scenes/flip01_simple.py (+70, -0) (View)
/source/blender/python/manta_full/scenes/flip02_surface.py (+129, -0) (View)
/source/blender/python/manta_full/scenes/flip03_gen.py (+96, -0) (View)
/source/blender/python/manta_full/scenes/flip04_adaptDt.py (+157, -0) (View)
/source/blender/python/manta_full/scenes/flip05_narrow.py (+173, -0) (View)
/source/blender/python/manta_full/scenes/flip06_secOrderBnd.py (+142, -0) (View)
/source/blender/python/manta_full/scenes/freesurface.py (+78, -0) (View)
/source/blender/python/manta_full/scenes/karman.py (+97, -0) (View)
/source/blender/python/manta_full/scenes/plume_2d.py (+48, -0) (View)
/source/blender/python/manta_full/scenes/plume_adaptDt.py (+77, -0) (View)
/source/blender/python/manta_full/scenes/turbulence.py (+107, -0) (View)
/source/blender/python/manta_full/scenes/vortexsheets.py (+92, -0) (View)
/source/blender/python/manta_full/scenes/waveEquation.py (+77, -0) (View)
/source/blender/python/manta_full/scenes/waveletTurbulence.py (+161, -0) (View)
/source/blender/python/manta_full/scenes/waveletTurbulenceObs.py (+205, -0) (View)
/source/blender/python/manta_full/source/plugin/flip.cpp (+559, -0) (View)
/source/blender/python/manta_full/source/plugin/waves.cpp (+160, -0) (View)
/source/blender/python/manta_full/source/timing.cpp (+115, -0) (View)
/source/blender/python/manta_full/source/timing.h (+60, -0) (View)
/source/blender/python/manta_full/source/util/simpleimage.cpp (+199, -0) (View)
/source/blender/python/manta_full/source/util/simpleimage.h (+183, -0) (View)
/source/blender/python/manta_full/tools/makeHgVersion.py (+96, -0) (View)
/source/blender/python/manta_full/tools/maya/AEbobjFluidObjectTemplate.mel (+76, -0) (View)
/source/blender/python/manta_full/tools/maya/AEfluidGridObjectTemplate.mel (+76, -0) (View)
/source/blender/python/manta_full/tools/maya/bobjFluidObject.cpp (+644, -0) (View)
/source/blender/python/manta_full/tools/maya/bobjloader.mll (+0, -0) (View)
/source/blender/python/manta_full/tools/maya/bobjloader.vcxproj (+148, -0) (View)
/source/blender/python/manta_full/tools/maya/buildconfig.linux (+65, -0) (View)
/source/blender/python/manta_full/tools/maya/buildconfig.osx (+68, -0) (View)
/source/blender/python/manta_full/tools/maya/createBobjLoader.mel (+7, -0) (View)
/source/blender/python/manta_full/tools/maya/createDensityLoader.mel (+8, -0) (View)
/source/blender/python/manta_full/tools/maya/densityloader.cpp (+341, -0) (View)
/source/blender/python/manta_full/tools/maya/densityloader.mll (+0, -0) (View)
/source/blender/python/manta_full/tools/maya/densityloader.vcxproj (+143, -0) (View)
/source/blender/python/manta_full/tools/maya/Makefile (+100, -0)
/source/blender/python/manta_full/tools/maya/mayaplugins.sln (+36, -0) (View)
/source/blender/python/manta_full/tools/maya/README.txt (+52, -0) (View)
/source/blender/python/manta_full/tools/testdata/readme.txt (+1, -0) (View)
/source/blender/python/manta_full/tools/tests/helperGeneric.py (+55, -0) (View)
/source/blender/python/manta_full/tools/tests/helperInclude.py (+197, -0) (View)
/source/blender/python/manta_full/tools/tests/reader.py (+121, -0) (View)
/source/blender/python/manta_full/tools/tests/runTests.py (+208, -0) (View)
/source/blender/python/manta_full/tools/tests/test_0010_io.py (+34, -0) (View)
/source/blender/python/manta_full/tools/tests/test_0011_inverted.py (+28, -0) (View)
/source/blender/python/manta_full/tools/tests/test_0020_shapes.py (+65, -0) (View)
/source/blender/python/manta_full/tools/tests/test_0030_gridop.py (+88, -0) (View)
/source/blender/python/manta_full/tools/tests/test_0031_pdataop.py (+97, -0) (View)
/source/blender/python/manta_full/tools/tests/test_0040_interpol2d.py (+173, -0) (View)
/source/blender/python/manta_full/tools/tests/test_0041_interpol3d.py (+173, -0) (View)
/source/blender/python/manta_full/tools/tests/test_0050_meshload.obj (+1158, -0) (View)
/source/blender/python/manta_full/tools/tests/test_0050_meshload.py (+45, -0) (View)
/source/blender/python/manta_full/tools/tests/test_0100_psolve.py (+54, -0) (View)
/source/blender/python/manta_full/tools/tests/test_1010_plume2d.py (+62, -0) (View)
/source/blender/python/manta_full/tools/tests/test_1020_uvs.py (+69, -0) (View)
/source/blender/python/manta_full/tools/tests/test_1030_waveeq.py (+73, -0) (View)
/source/blender/python/manta_full/tools/tests/test_1070_flip2d.py (+79, -0) (View)
/source/blender/python/manta_full/tools/tests/test_1075_secorderBndFlip.py (+121, -0) (View)
/source/blender/python/manta_full/tools/tests/test_2005_symmAdv.py (+224, -0) (View)
/source/blender/python/manta_full/tools/tests/test_2010_plume3d.py (+74, -0) (View)
/source/blender/python/manta_full/tools/tests/test_2011_plume3d_open.py (+79, -0) (View)
/source/blender/python/manta_full/tools/tests/test_2020_obstacle.py (+52, -0) (View)
/source/blender/python/manta_full/tools/tests/test_2025_turb.py (+115, -0) (View)
/source/blender/python/manta_full/tools/tests/test_2045_fallingDrop.py (+75, -0) (View)
/source/blender/python/manta_full/tools/tests/test_2050_freesurface.py (+80, -0) (View)
/source/blender/python/manta_full/tools/tests/test_2065_partIo.py (+101, -0) (View)
/source/blender/python/manta_full/tools/tests/test_2070_falldropFlip.py (+70, -0) (View)
/source/blender/python/manta_full/tools/tests/test_2075_flipBrdam.py (+127, -0) (View)

5 Modified Paths:

/.gitignore (+3, -6) (Diff)
/intern/smoke/intern/FLUID_3D.cpp (+1, -1) (Diff)
/intern/smoke/intern/MANTA.cpp (+18, -6) (Diff)
/intern/smoke/intern/scenarios/smoke.h (+6, -4) (Diff)
/intern/smoke/intern/smoke_API.cpp (+2, -2) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021