From cda81d5a4d391a8a7b298eb1b6f2fdf1a0ed838a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Barschkis?= Date: Mon, 23 Mar 2020 23:50:25 +0100 Subject: Fluid: Enforce minimum thickness to planar flow / effector objects Planar object now have a thickness by default. This should make it more intuitive for users as there is no need to specify an object thickness. --- intern/mantaflow/intern/strings/liquid_script.h | 1 - 1 file changed, 1 deletion(-) (limited to 'intern') diff --git a/intern/mantaflow/intern/strings/liquid_script.h b/intern/mantaflow/intern/strings/liquid_script.h index 297c2a8ed6b..9321cc15466 100644 --- a/intern/mantaflow/intern/strings/liquid_script.h +++ b/intern/mantaflow/intern/strings/liquid_script.h @@ -361,7 +361,6 @@ def liquid_step_particles_$ID$():\n\ interpolateGrid(target=phi_sp$ID$, source=phiTmp_s$ID$)\n\ interpolateGrid(target=phiOut_sp$ID$, source=phiOut_s$ID$)\n\ \n\ - flags_sp$ID$.initDomain(boundaryWidth=1 if using_fractions_s$ID$ else 0, phiWalls=phiObs_sp$ID$, outflow=boundConditions_s$ID$)\n\ setObstacleFlags(flags=flags_sp$ID$, phiObs=phiObs_sp$ID$, phiOut=None, phiIn=None) # phiIn not needed\n\ flags_sp$ID$.updateFromLevelset(levelset=phi_sp$ID$)\n\ \n\ -- cgit v1.2.3