cosplay: Touhou/Houjuu Nue #4

Open
aniva wants to merge 189 commits from touhou/houjuu-nue into main
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 03a8f3b653 - Show all commits

View File

@ -198,3 +198,7 @@ if __name__ == '__main__':
if sys.argv[1] == 'stat':
print(p.stat())
elif sys.argv[1] == 'model':
file_name = sys.argv[2]
a = p.wings_harness_assembly()
a.save(file_name, exportType='STEP')