April 13, 2017, 22:36 (GMT) |
interpolating phi later in step interpolation needs to come later to avoid weird mesh resizing in first frames (occurred between frame 1 and 2) |
April 13, 2017, 17:11 (GMT) |
use larger surface distance value so that obvels cover larger area. manta can then better extrpolate those obvels |
April 11, 2017, 11:50 (GMT) |
small fix for frame number: manta starts on frame 0, not on 1 |
April 5, 2017, 11:43 (GMT) |
save and load obstacle velocities (for standalone mode) |
April 2, 2017, 23:03 (GMT) |
added cleanup routine in destructor for multigrid |
April 2, 2017, 19:18 (GMT) |
updated manta pp files |
March 27, 2017, 19:51 (GMT) |
removed dummy fractions grid from smoke script |
March 26, 2017, 18:40 (GMT) |
updated manta pp files and adapted obstacle velocity setter in smoke/liquid script important: boundaryWidth for liquids is 2 instead of default 1 |
March 26, 2017, 18:38 (GMT) |
added adaptive time stepping option to ui |
March 26, 2017, 13:26 (GMT) |
added support for liquid moving obstacles using same obvel setter as in smoke script. fractions left out for now |
March 26, 2017, 13:24 (GMT) |
removed high res clean up functions for liquid in theory with correct obvels no need to clear phi inside obs. if still needed, then maybe do this later in blender c code |
March 25, 2017, 11:04 (GMT) |
added guard for smoke/liquid sampling/distance functions in smoke domains no need to get mesh distances, in liquid domains no need to calculate smoke influence factor |
March 24, 2017, 14:55 (GMT) |
removed flow type guard and instead made FLUID destructor less restrictive required if multiple domains in viewport. domains do not know what flow objects they have inside |
March 24, 2017, 14:51 (GMT) |
fix for wrong framenr argument in step function |
March 23, 2017, 11:01 (GMT) |
improved raycasting for mesh distances again also includes name and formatting cleanup |
March 22, 2017, 13:27 (GMT) |
improved levelset calculation function now using better estimates for min distance and also 14 instead of just 6 raydirs for raycasts (added 8 quadrant diagonals) |
March 21, 2017, 14:08 (GMT) |
removed unused phi reset from obstacle update function |
March 20, 2017, 18:13 (GMT) |
added ids to all grids, vars, funcs, etc in manta scripts having unique python variables allows having multiple domains in the viewport at once |
March 19, 2017, 00:04 (GMT) |
split up fluid solver and helper variable setup |
March 18, 2017, 17:10 (GMT) |
fixed and cleaned up inflow grid inflow grid is necessary when running manta script in mantaflow standalone mode |
|