[Bf-blender-cvs] [3e8cec8d2b0] fluid-mantaflow: Mantaflow: Updated manta source updater script

Sebastián Barschkis noreply at git.blender.org
Wed Nov 20 14:40:02 CET 2019


Commit: 3e8cec8d2b02bacafd29a9b8d70a363e225872ae
Author: Sebastián Barschkis
Date:   Wed Nov 20 12:42:27 2019 +0100
Branches: fluid-mantaflow
https://developer.blender.org/rB3e8cec8d2b02bacafd29a9b8d70a363e225872ae

Mantaflow: Updated manta source updater script

===================================================================

M	intern/mantaflow/intern/manta_develop/update_mantaflow.sh

===================================================================

diff --git a/intern/mantaflow/intern/manta_develop/update_mantaflow.sh b/intern/mantaflow/intern/manta_develop/update_mantaflow.sh
index 06e9eb40381..f50d6ce576a 100644
--- a/intern/mantaflow/intern/manta_develop/update_mantaflow.sh
+++ b/intern/mantaflow/intern/manta_develop/update_mantaflow.sh
@@ -65,6 +65,7 @@ cd $BLENDER_INSTALLATION
 MANTA_SRC=blender/intern/mantaflow/intern/manta_develop
 
 cd $MANTA_SRC
+echo "Applying clang format to Mantaflow source files"
 find . -iname *.h -o -iname *.cpp -o -iname *.reg | xargs clang-format -i -style=file
 
 # ==================== 5) CHECK CMAKE SETUP ==============================================



More information about the Bf-blender-cvs mailing list