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:
File diff suppressed because one or more lines are too long
@ -3,7 +3,6 @@ from enum import Enum
|
|||||||
|
|
||||||
class File2DVectorExportFormat(str, Enum):
|
class File2DVectorExportFormat(str, Enum):
|
||||||
DXF = 'dxf'
|
DXF = 'dxf'
|
||||||
JSON = 'json'
|
|
||||||
PNG = 'png'
|
PNG = 'png'
|
||||||
PS = 'ps'
|
PS = 'ps'
|
||||||
SVG = 'svg'
|
SVG = 'svg'
|
||||||
|
@ -7,7 +7,6 @@ class File3DImportFormat(str, Enum):
|
|||||||
FBX = 'fbx'
|
FBX = 'fbx'
|
||||||
OBJ_ZIP = 'obj_zip'
|
OBJ_ZIP = 'obj_zip'
|
||||||
OBJ = 'obj'
|
OBJ = 'obj'
|
||||||
OBJ_NOMTL = 'obj_nomtl'
|
|
||||||
PLY = 'ply'
|
PLY = 'ply'
|
||||||
STEP = 'step'
|
STEP = 'step'
|
||||||
STL = 'stl'
|
STL = 'stl'
|
||||||
|
@ -6,9 +6,7 @@ class FileExportFormat(str, Enum):
|
|||||||
DXF = 'dxf'
|
DXF = 'dxf'
|
||||||
FBX = 'fbx'
|
FBX = 'fbx'
|
||||||
FBXB = 'fbxb'
|
FBXB = 'fbxb'
|
||||||
JSON = 'json'
|
|
||||||
OBJ = 'obj'
|
OBJ = 'obj'
|
||||||
OBJ_NOMTL = 'obj_nomtl'
|
|
||||||
PLY = 'ply'
|
PLY = 'ply'
|
||||||
STEP = 'step'
|
STEP = 'step'
|
||||||
STL = 'stl'
|
STL = 'stl'
|
||||||
|
@ -7,7 +7,6 @@ class FileImportFormat(str, Enum):
|
|||||||
FBX = 'fbx'
|
FBX = 'fbx'
|
||||||
OBJ_ZIP = 'obj_zip'
|
OBJ_ZIP = 'obj_zip'
|
||||||
OBJ = 'obj'
|
OBJ = 'obj'
|
||||||
OBJ_NOMTL = 'obj_nomtl'
|
|
||||||
PLY = 'ply'
|
PLY = 'ply'
|
||||||
STEP = 'step'
|
STEP = 'step'
|
||||||
STL = 'stl'
|
STL = 'stl'
|
||||||
|
@ -2988,7 +2988,6 @@
|
|||||||
"description": "The valid types of Vector output file formats.",
|
"description": "The valid types of Vector output file formats.",
|
||||||
"enum": [
|
"enum": [
|
||||||
"dxf",
|
"dxf",
|
||||||
"json",
|
|
||||||
"png",
|
"png",
|
||||||
"ps",
|
"ps",
|
||||||
"svg"
|
"svg"
|
||||||
@ -3011,7 +3010,6 @@
|
|||||||
"fbx",
|
"fbx",
|
||||||
"obj_zip",
|
"obj_zip",
|
||||||
"obj",
|
"obj",
|
||||||
"obj_nomtl",
|
|
||||||
"ply",
|
"ply",
|
||||||
"step",
|
"step",
|
||||||
"stl"
|
"stl"
|
||||||
@ -3278,9 +3276,7 @@
|
|||||||
"dxf",
|
"dxf",
|
||||||
"fbx",
|
"fbx",
|
||||||
"fbxb",
|
"fbxb",
|
||||||
"json",
|
|
||||||
"obj",
|
"obj",
|
||||||
"obj_nomtl",
|
|
||||||
"ply",
|
"ply",
|
||||||
"step",
|
"step",
|
||||||
"stl",
|
"stl",
|
||||||
@ -3296,7 +3292,6 @@
|
|||||||
"fbx",
|
"fbx",
|
||||||
"obj_zip",
|
"obj_zip",
|
||||||
"obj",
|
"obj",
|
||||||
"obj_nomtl",
|
|
||||||
"ply",
|
"ply",
|
||||||
"step",
|
"step",
|
||||||
"stl",
|
"stl",
|
||||||
|
Reference in New Issue
Block a user