Skip to content

Commit

Permalink
Add support for the FBX file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreybaird committed Nov 11, 2024
1 parent ae4ada9 commit d193970
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -2486,6 +2486,9 @@
"source": "iana",
"extensions": ["aep"]
},
"application/vnd.autodesk.fbx": {
"extensions": ["fbx"]
},
"application/vnd.autopackage": {
"source": "iana"
},
Expand Down
7 changes: 7 additions & 0 deletions src/custom-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,13 @@
"https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/PassKit_PG/DistributingPasses.html"
]
},
"application/vnd.autodesk.fbx": {
"extensions": ["fbx"],
"sources": [
"https://code.blender.org/2013/08/fbx-binary-file-format-specification/"
],
"notes": "one of the main 3D exchange formats as used by many 3D tools"
},
"application/vnd.dart": {
"compressible": true
},
Expand Down

0 comments on commit d193970

Please sign in to comment.