Skip to content

Commit

Permalink
rock gen: quiet startup prints
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-androcto committed Dec 18, 2019
1 parent 9f12957 commit dba7a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion add_mesh_extra_objects/add_mesh_rocks/rockgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
from numpy.random import (
seed,
weibull)
print("Rock Generator: Numpy found.")
# print("Rock Generator: Numpy found.")
numpy = True
except:
from random import (
Expand Down
2 changes: 1 addition & 1 deletion add_mesh_extra_objects/add_mesh_rocks/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

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)
Expand Down

0 comments on commit dba7a10

Please sign in to comment.