diff --git a/db.json b/db.json index aff954142..27c5caf03 100644 --- a/db.json +++ b/db.json @@ -2486,6 +2486,9 @@ "source": "iana", "extensions": ["aep"] }, + "application/vnd.autodesk.fbx": { + "extensions": ["fbx"] + }, "application/vnd.autopackage": { "source": "iana" }, diff --git a/src/custom-types.json b/src/custom-types.json index f95ffdfc7..8f5e99b50 100644 --- a/src/custom-types.json +++ b/src/custom-types.json @@ -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 },