June 8, 2017, 22:40 (GMT) |
improved manta particle step function function now scales, translates particle data properly |
June 8, 2017, 21:38 (GMT) |
added function in smoke rna to register FLIP particle system when flip particle file format is toggled, a new particle gets registered. toggling meshes releases the particle system |
June 7, 2017, 00:40 (GMT) |
added api to read fluid domain dimension from particle file |
June 6, 2017, 13:19 (GMT) |
renamed debug level flag flag was conflicting in debug mode |
June 5, 2017, 14:33 (GMT) |
replaced border collisions menu in UI with boolean flags Setting domain borders should not be determined by a few textual descriptions. Rather, users should be able to set any combination of borders. |
June 5, 2017, 14:23 (GMT) |
adjusted boundary width for set obstacle velocities boundary width was one cell too big. in some cases with moving obstacles, particles would just stay next to wall. |
June 4, 2017, 20:05 (GMT) |
improvements to the pointcache fixed a problem where caching would not resume after restarting the simulation. also, cache file names are now a bit nicer |
June 3, 2017, 00:51 (GMT) |
added debug flag to control console output console output had gotten to a point where it slowed down the simulation |
June 2, 2017, 20:37 (GMT) |
added function to handle particle reading inside particle system c code |
June 2, 2017, 20:36 (GMT) |
added c/c++ api functions and extended caching to account for particles |
June 1, 2017, 21:30 (GMT) |
added particle file reader function reading from .uni files. this function is an adapted version of the load() function for particles in Mantaflow |
May 31, 2017, 20:47 (GMT) |
cleaned up some weird spaces |
May 29, 2017, 22:36 (GMT) |
fix missing classes in python scripts post merge cleanup |
May 29, 2017, 21:02 (GMT) |
Merge branch 'master' into fluid-mantaflow |
May 27, 2017, 20:41 (GMT) |
removed optional border velocities for obstacles having just the velocities inside the obstacle seems sufficient for now (visually) |
May 24, 2017, 20:31 (GMT) |
improved setObstacleVelocity() function now checking if obvel present before interpolating. also added some sanity checks |
May 12, 2017, 18:00 (GMT) |
set obstacle velocity after every setWallBcs() if not set, the essential obstacle velocities will get overwritten with 0 |
May 3, 2017, 17:24 (GMT) |
improved liquid inflow / generating phi grid phiObs has to be subtracted from phi and not just from phiIn. otherwise when joining phi and phiIn, some obstacle areas in phi are not set to positive value, stay negative and hence show up as liquid |
April 20, 2017, 14:09 (GMT) |
small fix for phi grid reset |
April 17, 2017, 22:45 (GMT) |
disabling fractions in liquid for now can be enabled again once setObstacleVelocity() supports them |
|