mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Document Trimesh not reading OFF files
Contributes to issue CURA-6739.
This commit is contained in:
parent
e761b2c2a7
commit
41c5b87eae
2 changed files with 13 additions and 0 deletions
|
@ -22,6 +22,11 @@ def getMetaData():
|
|||
"extension": "gltf",
|
||||
"description": i18n_catalog.i18nc("@item:inlistbox", "glTF Embedded JSON")
|
||||
},
|
||||
# Trimesh seems to have a bug when reading OFF files.
|
||||
#{
|
||||
# "extension": "off",
|
||||
# "description": i18n_catalog.i18nc("@item:inlistbox", "Geomview Object File Format")
|
||||
#},
|
||||
{
|
||||
"extension": "ply",
|
||||
"description": i18n_catalog.i18nc("@item:inlistbox", "Stanford Triangle Format")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue