Skip to content

Conversation

jeffreybaird
Copy link
Contributor

Summary:
This PR adds the Autodesk FBX file type, a widely used format for 3D models and animations. The format is commonly used for exchanging 3D geometry and animation data across various software platforms.

Added MIME Type:

  • application/vnd.autodesk.fbx

Details:

db.json Outdated
@@ -2486,6 +2486,9 @@
"source": "iana",
"extensions": ["aep"]
},
"application/vnd.autodesk.fbx": {
"extensions": ["fbx"]
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this section, the file is generated.

@wesleytodd
Copy link
Member

If you can get this updated soon I can get it in the next release, else wise I will likely let it sit.

db.json Outdated
Comment on lines 2489 to 2491
"application/vnd.autodesk.fbx": {
"extensions": ["fbx"]
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"application/vnd.autodesk.fbx": {
"extensions": ["fbx"]
},

@wesleytodd wesleytodd merged commit 60382df into jshttp:master Mar 7, 2025
2 checks passed
@wesleytodd wesleytodd mentioned this pull request Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants