Blender Git Commit Log
Git Commits -> Revision 2aa4301
Revision 2aa4301 by Sebastián Barschkis (master) December 16, 2019, 15:29 (GMT) |
Mantaflow [Part 2]: Added fluid wrapper files Files from /intern/mantaflow handle the communication between core Blender code and Mantaflow itself. It's the bridge to communicate with Mantas Python functions. Code from /intern/mantaflow/intern/strings/ is pure Manta code and would likely need less attention in the review. Reviewed By: sergey Maniphest Tasks: T59995 Differential Revision: https://developer.blender.org/D3851 |
Commit Details:
Full Hash: 2aa4301c88aac15d81e08b1f5ac24da2a9279243
Parent Commit: 4ff7c5e
Lines Changed: +6629, -0
10 Added Paths:
/intern/mantaflow/CMakeLists.txt (+67, -0) (View)
/intern/mantaflow/extern/manta_fluid_API.h (+232, -0) (View)
/intern/mantaflow/extern/manta_python_API.h (+45, -0) (View)
/intern/mantaflow/intern/manta_fluid_API.cpp (+872, -0) (View)
/intern/mantaflow/intern/MANTA_main.cpp (+2679, -0) (View)
/intern/mantaflow/intern/MANTA_main.h (+850, -0) (View)
/intern/mantaflow/intern/manta_python_API.cpp (+36, -0) (View)
/intern/mantaflow/intern/strings/fluid_script.h (+805, -0) (View)
/intern/mantaflow/intern/strings/liquid_script.h (+462, -0) (View)
/intern/mantaflow/intern/strings/smoke_script.h (+581, -0) (View)
/intern/mantaflow/extern/manta_fluid_API.h (+232, -0) (View)
/intern/mantaflow/extern/manta_python_API.h (+45, -0) (View)
/intern/mantaflow/intern/manta_fluid_API.cpp (+872, -0) (View)
/intern/mantaflow/intern/MANTA_main.cpp (+2679, -0) (View)
/intern/mantaflow/intern/MANTA_main.h (+850, -0) (View)
/intern/mantaflow/intern/manta_python_API.cpp (+36, -0) (View)
/intern/mantaflow/intern/strings/fluid_script.h (+805, -0) (View)
/intern/mantaflow/intern/strings/liquid_script.h (+462, -0) (View)
/intern/mantaflow/intern/strings/smoke_script.h (+581, -0) (View)