Blender Git Loki
Git Commits -> Revision 829a832
Revision 829a832 by Sebastián Barschkis (master) December 16, 2019, 15:33 (GMT) |
Mantaflow [Part 7]: Added bake configuration Similarly to physics_fluid.c (in same directory) which handled the baking process for Elbeem, there is now physics_manta.c which handles it for Mantaflow. There are two types of jobs: one for baking and another for freeing. The generic jobs will be used to bake / free specific parts of the simulation (e.g. bake mesh, free particles, etc.). The jobs are only being used in the "modular" cache mode where the simulation has to be baked in parts. Reviewed By: sergey Maniphest Tasks: T59995 Differential Revision: https://developer.blender.org/D3856 |
Commit Details:
Full Hash: 829a83262f8fc537652f40f1210cb9db6c349ad4
Parent Commit: 41fd60d
Lines Changed: +624, -1037
1 Modified Path:
/source/blender/editors/physics/physics_fluid.c (+624, -1037) (Diff)