Update api spec (#77)

* YOYO NEW API SPEC!

* I have generated the latest API!

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Jess Frazelle
2023-04-17 14:06:46 -07:00
committed by GitHub
parent a03bc56651
commit e7009146e4
6 changed files with 1 additions and 11 deletions

View File

@ -3,7 +3,6 @@ from enum import Enum
class File2DVectorExportFormat(str, Enum):
DXF = 'dxf'
JSON = 'json'
PNG = 'png'
PS = 'ps'
SVG = 'svg'

View File

@ -7,7 +7,6 @@ class File3DImportFormat(str, Enum):
FBX = 'fbx'
OBJ_ZIP = 'obj_zip'
OBJ = 'obj'
OBJ_NOMTL = 'obj_nomtl'
PLY = 'ply'
STEP = 'step'
STL = 'stl'

View File

@ -6,9 +6,7 @@ class FileExportFormat(str, Enum):
DXF = 'dxf'
FBX = 'fbx'
FBXB = 'fbxb'
JSON = 'json'
OBJ = 'obj'
OBJ_NOMTL = 'obj_nomtl'
PLY = 'ply'
STEP = 'step'
STL = 'stl'

View File

@ -7,7 +7,6 @@ class FileImportFormat(str, Enum):
FBX = 'fbx'
OBJ_ZIP = 'obj_zip'
OBJ = 'obj'
OBJ_NOMTL = 'obj_nomtl'
PLY = 'ply'
STEP = 'step'
STL = 'stl'