Lower render resolution to 50.

This commit is contained in:
jmsgrogan 2017-10-24 15:05:25 +01:00
parent 848d503fc9
commit cfb558e540
11 changed files with 27 additions and 6 deletions

View file

@ -13,6 +13,7 @@ if __name__ == "__main__":
shape_params = json.loads(argv[0])
shape = shape_params['shape']
output = shape_params['output']
print(output)
if not os.path.exists(os.getcwd() + "/" + output):
os.makedirs(os.getcwd() + "/" + output)