Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .blend file type #338

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -6155,6 +6155,9 @@
"source": "apache",
"extensions": ["torrent"]
},
"application/x-blender": {
Copy link
Member

Choose a reason for hiding this comment

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

This file is automated. Changes here will be overridden. The other addition is all that should be necessary.

"extensions": ["blend",".blend1",".blend2"]
},
"application/x-blorb": {
"source": "apache",
"extensions": ["blb","blorb"]
Expand Down
8 changes: 8 additions & 0 deletions src/custom-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,14 @@
"http://www.id.ee/public/bdoc-spec21.pdf"
]
},
"application/x-blender": {
"extensions": ["blend", ".blend1", ".blend2"],
"notes": "Blender's main project file format",
"sources": [
"https://www.loc.gov/preservation/digital/formats//fdd/fdd000559.shtml",
"https://archive.blender.org/wiki/2015/index.php/Dev:Source/Architecture/File_Format/"
]
},
"application/x-bzip": {
"compressible": false
},
Expand Down