[Bf-blender-cvs] [df1c4bb] soc-2014-fluid: removing repository info

Roman Pogribnyi noreply at git.blender.org
Thu Jul 17 13:21:05 CEST 2014


Commit: df1c4bb71007cc8a717c460df5075c1cd592fedc
Author: Roman Pogribnyi
Date:   Tue Jul 15 22:33:23 2014 +0200
https://developer.blender.org/rBdf1c4bb71007cc8a717c460df5075c1cd592fedc

removing repository info

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

M	source/blender/python/manta_pp/source/general.cpp

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

diff --git a/source/blender/python/manta_pp/source/general.cpp b/source/blender/python/manta_pp/source/general.cpp
index bd029bb..e6218e6 100644
--- a/source/blender/python/manta_pp/source/general.cpp
+++ b/source/blender/python/manta_pp/source/general.cpp
@@ -1,4 +1,4 @@
-/******************************************************************************
+	/******************************************************************************
  *
  * MantaFlow fluid solver framework
  * Copyright 2011 Tobias Pfaff, Nils Thuerey 
@@ -116,12 +116,12 @@ std::string buildInfoString() {
 #	endif
 
 	// repository info
-#	ifndef MANTA_HG_VERSION
-#	define MANTA_HG_VERSION "<unknown>"
-#	endif
-	infoStr << " hg "<< MANTA_HG_VERSION;
-
-	infoStr << " from "<< __DATE__<<", "<<__TIME__;
+//#	ifndef MANTA_HG_VERSION
+//#	define MANTA_HG_VERSION "<unknown>"
+//#	endif
+//	infoStr << " hg "<< MANTA_HG_VERSION;
+//
+//	infoStr << " from "<< __DATE__<<", "<<__TIME__;
 	return infoStr.str();
 }




More information about the Bf-blender-cvs mailing list