diff options
author | Bastien Nocera <hadess@hadess.net> | 2024-01-16 10:46:46 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2024-01-16 10:49:29 +0100 |
commit | 10e44e6fa5fa6122b7fb9f2b9c4053baa538f4ba (patch) | |
tree | e2989d647883d546430284dcf2b08d19521f8c74 /data | |
parent | e9a79ba10d037c6857706b298c013d05672994b2 (diff) |
Add alias for Wavefront OBJ mime-type
The application/prs.wavefront-obj mime-type is also used by applications
like Cura and cargo-culted into other slicers.
Declare this alias so it's equivalent to the canonical model/obj.
See https://en.wikipedia.org/wiki/Wavefront_.obj_file
Diffstat (limited to 'data')
-rw-r--r-- | data/freedesktop.org.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 86500bd..1fa11f9 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -6251,6 +6251,7 @@ command to generate the output files. <match type="string" value="mtllib " offset="0:256"/> </magic> <glob pattern="*.obj"/> + <alias type="application/prs.wavefront-obj"/> </mime-type> <mime-type type="model/mtl"> <comment>OBJ 3D model material library</comment> |