Switch all generation and rendering to blender.
This commit is contained in:
parent
57c2414e6b
commit
ea74f4c7ab
38 changed files with 248 additions and 385933 deletions
|
@ -8,7 +8,9 @@ from argparse import ArgumentParser
|
|||
|
||||
if __name__ == "__main__":
|
||||
|
||||
shape_params = json.loads(sys.argv[1])
|
||||
argv = sys.argv
|
||||
argv = argv[argv.index("--") + 1:]
|
||||
shape_params = json.loads(argv[0])
|
||||
shape = shape_params['shape']
|
||||
output = shape_params['output']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue