Add support for ZAE files

Contributes to issue CURA-6739.
This commit is contained in:
Ghostkeeper 2019-08-29 15:52:34 +02:00
parent 714e6f191d
commit bac77c0609
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
2 changed files with 12 additions and 1 deletions

View file

@ -34,6 +34,10 @@ def getMetaData():
{
"extension": "ply",
"description": i18n_catalog.i18nc("@item:inlistbox", "Stanford Triangle Format")
},
{
"extension": "zae",
"description": i18n_catalog.i18nc("@item:inlistbox", "Compressed COLLADA Digital Asset Exchange")
}
]
}