Commit: 7f10f639be8416a89f7b58325ccb434033b7dcb9 Author: Sebastián Barschkis Date: Sun Sep 18 16:23:11 2016 +0200 Branches: fluid-mantaflow https://developer.blender.org/rB7f10f639be8416a89f7b58325ccb434033b7dcb9
boundary width != 0 needed for liquid obstacles =================================================================== M intern/mantaflow/intern/strings/shared_script.h =================================================================== diff --git a/intern/mantaflow/intern/strings/shared_script.h b/intern/mantaflow/intern/strings/shared_script.h index e9240ba..36fba70 100644 --- a/intern/mantaflow/intern/strings/shared_script.h +++ b/intern/mantaflow/intern/strings/shared_script.h @@ -54,7 +54,7 @@ if dim == 2:\n\ \n\ doOpen = $DO_OPEN$\n\ boundConditions = '$BOUNDCONDITIONS$'\n\ -boundaryWidth = 0\n\ +boundaryWidth = 1\n\ \n\ s = Solver(name='main', gridSize=gs, dim=dim)\n"; _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
