[Bf-extensions-cvs] [dba7a105] master: rock gen: quiet startup prints

meta-androcto noreply at git.blender.org
Wed Dec 18 11:23:42 CET 2019


Commit: dba7a10556f31bed867b463f0448d7b378dcef8b
Author: meta-androcto
Date:   Wed Dec 18 21:23:23 2019 +1100
Branches: master
https://developer.blender.org/rBAdba7a10556f31bed867b463f0448d7b378dcef8b

rock gen: quiet startup prints

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

M	add_mesh_extra_objects/add_mesh_rocks/rockgen.py
M	add_mesh_extra_objects/add_mesh_rocks/settings.py

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

diff --git a/add_mesh_extra_objects/add_mesh_rocks/rockgen.py b/add_mesh_extra_objects/add_mesh_rocks/rockgen.py
index 46819093..26f15d97 100644
--- a/add_mesh_extra_objects/add_mesh_rocks/rockgen.py
+++ b/add_mesh_extra_objects/add_mesh_rocks/rockgen.py
@@ -140,7 +140,7 @@ try:
     from numpy.random import (
         seed,
         weibull)
-    print("Rock Generator: Numpy found.")
+#    print("Rock Generator: Numpy found.")
     numpy = True
 except:
     from random import (
diff --git a/add_mesh_extra_objects/add_mesh_rocks/settings.py b/add_mesh_extra_objects/add_mesh_rocks/settings.py
index 3e6a8df2..ae41779e 100644
--- a/add_mesh_extra_objects/add_mesh_rocks/settings.py
+++ b/add_mesh_extra_objects/add_mesh_rocks/settings.py
@@ -42,7 +42,7 @@ path = basePath + "add_mesh_rocks.xml"
 
 try:
     source = minidom.parse(path)
-    print("Rock generator settings file found:\n" + path)
+#    print("Rock generator settings file found:\n" + path)
 except:
     print("Rock generator settings file not found.  Creating settings file.")
     shutil.copy(basePath + "factory.xml", path)



More information about the Bf-extensions-cvs mailing list