diff --git a/db.json b/db.json index aff954142..876ae0b98 100644 --- a/db.json +++ b/db.json @@ -6155,6 +6155,9 @@ "source": "apache", "extensions": ["torrent"] }, + "application/x-blender": { + "extensions": ["blend",".blend1",".blend2"] + }, "application/x-blorb": { "source": "apache", "extensions": ["blb","blorb"] diff --git a/src/custom-types.json b/src/custom-types.json index f95ffdfc7..84d60e1cb 100644 --- a/src/custom-types.json +++ b/src/custom-types.json @@ -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 },