Blender Git Loki

Git Commits -> Revision d02bb60

October 1, 2015, 09:02 (GMT)
updated manta pp files and adapted smoke.h

Commit Details:

Full Hash: d02bb60d3c667525632686db422b9598c3ba0a88
Parent Commit: 04eaf6b
Lines Changed: +1365, -317

14 Added Paths:

/source/blender/python/manta_pp/gui/moc_customctrl.cxx (+165, -0) (View)
/source/blender/python/manta_pp/gui/moc_customctrl.cxx_parameters (+4, -0) (View)
/source/blender/python/manta_pp/gui/moc_glwidget.cxx (+132, -0) (View)
/source/blender/python/manta_pp/gui/moc_glwidget.cxx_parameters (+4, -0) (View)
/source/blender/python/manta_pp/gui/moc_mainwindow.cxx (+187, -0) (View)
/source/blender/python/manta_pp/gui/moc_mainwindow.cxx_parameters (+4, -0) (View)
/source/blender/python/manta_pp/gui/moc_meshpainter.cxx (+93, -0) (View)
/source/blender/python/manta_pp/gui/moc_meshpainter.cxx_parameters (+4, -0) (View)
/source/blender/python/manta_pp/gui/moc_painter.cxx (+170, -0) (View)
/source/blender/python/manta_pp/gui/moc_painter.cxx_parameters (+4, -0) (View)
/source/blender/python/manta_pp/gui/moc_particlepainter.cxx (+80, -0) (View)
/source/blender/python/manta_pp/gui/moc_particlepainter.cxx_parameters (+4, -0) (View)
/source/blender/python/manta_pp/gui/moc_qtmain.cxx (+182, -0) (View)
/source/blender/python/manta_pp/gui/moc_qtmain.cxx_parameters (+4, -0) (View)

79 Modified Paths:

/intern/smoke/intern/scenarios/smoke.h (+2, -1) (Diff)
/source/blender/python/manta_pp/commonkernels.h (+1, -1) (Diff)
/source/blender/python/manta_pp/conjugategrad.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/conjugategrad.h (+1, -1) (Diff)
/source/blender/python/manta_pp/edgecollapse.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/edgecollapse.h (+1, -1) (Diff)
/source/blender/python/manta_pp/fastmarch.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/fastmarch.h (+1, -1) (Diff)
/source/blender/python/manta_pp/fileio.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/fileio.h (+1, -1) (Diff)
/source/blender/python/manta_pp/fluidsolver.cpp (+2, -2) (Diff)
/source/blender/python/manta_pp/fluidsolver.h (+1, -1) (Diff)
/source/blender/python/manta_pp/general.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/general.h (+1, -1) (Diff)
/source/blender/python/manta_pp/grid.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/grid.h (+1, -1) (Diff)
/source/blender/python/manta_pp/gui/customctrl.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/gui/customctrl.h (+1, -1) (Diff)
/source/blender/python/manta_pp/gui/glwidget.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/gui/glwidget.h (+1, -1) (Diff)
/source/blender/python/manta_pp/gui/mainwindow.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/gui/mainwindow.h (+1, -1) (Diff)
/source/blender/python/manta_pp/gui/meshpainter.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/gui/meshpainter.h (+1, -1) (Diff)
/source/blender/python/manta_pp/gui/moc_customctrl.cpp (+26, -24) (Diff)
/source/blender/python/manta_pp/gui/moc_customctrl.cpp_parameters (+2, -2) (Diff)
/source/blender/python/manta_pp/gui/moc_glwidget.cpp (+39, -38) (Diff)
/source/blender/python/manta_pp/gui/moc_glwidget.cpp_parameters (+2, -2) (Diff)
/source/blender/python/manta_pp/gui/moc_mainwindow.cpp (+83, -82) (Diff)
/source/blender/python/manta_pp/gui/moc_mainwindow.cpp_parameters (+2, -2) (Diff)
/source/blender/python/manta_pp/gui/moc_meshpainter.cpp (+15, -14) (Diff)
/source/blender/python/manta_pp/gui/moc_meshpainter.cpp_parameters (+2, -2) (Diff)
/source/blender/python/manta_pp/gui/moc_painter.cpp (+31, -29) (Diff)
/source/blender/python/manta_pp/gui/moc_painter.cpp_parameters (+2, -2) (Diff)
/source/blender/python/manta_pp/gui/moc_particlepainter.cpp (+10, -9) (Diff)
/source/blender/python/manta_pp/gui/moc_particlepainter.cpp_parameters (+2, -2) (Diff)
/source/blender/python/manta_pp/gui/moc_qtmain.cpp (+33, -31) (Diff)
/source/blender/python/manta_pp/gui/moc_qtmain.cpp_parameters (+2, -2) (Diff)
/source/blender/python/manta_pp/gui/painter.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/gui/painter.h (+1, -1) (Diff)
/source/blender/python/manta_pp/gui/particlepainter.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/gui/particlepainter.h (+1, -1) (Diff)
/source/blender/python/manta_pp/gui/qtmain.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/gui/qtmain.h (+1, -1) (Diff)
/source/blender/python/manta_pp/hginfo.h (+1, -1) (Diff)
/source/blender/python/manta_pp/kernel.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/kernel.h (+1, -1) (Diff)
/source/blender/python/manta_pp/levelset.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/levelset.h (+1, -1) (Diff)
/source/blender/python/manta_pp/mesh.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/mesh.h (+1, -1) (Diff)
/source/blender/python/manta_pp/movingobs.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/movingobs.h (+1, -1) (Diff)
/source/blender/python/manta_pp/noisefield.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/noisefield.h (+1, -1) (Diff)
/source/blender/python/manta_pp/particle.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/particle.h (+1, -1) (Diff)
/source/blender/python/manta_pp/plugin/advection.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/plugin/extforces.cpp (+11, -11) (Diff)
/source/blender/python/manta_pp/plugin/fire.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/plugin/flip.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/plugin/initplugins.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/plugin/kepsilon.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/plugin/meshplugins.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/plugin/pressure.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/plugin/vortexplugins.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/plugin/waveletturbulence.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/plugin/waves.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/shapes.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/shapes.h (+1, -1) (Diff)
/source/blender/python/manta_pp/test.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/timing.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/timing.h (+1, -1) (Diff)
/source/blender/python/manta_pp/turbulencepart.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/turbulencepart.h (+1, -1) (Diff)
/source/blender/python/manta_pp/vortexpart.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/vortexpart.h (+1, -1) (Diff)
/source/blender/python/manta_pp/vortexsheet.cpp (+1, -1) (Diff)
/source/blender/python/manta_pp/vortexsheet.h (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021