mirror of
https://github.com/blender/blender-addons.git
synced 2025-07-29 12:05:36 +00:00
rock gen: quiet startup prints
This commit is contained in:
@ -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 (
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user