Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Add NeosDocumentImport family #280

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from 5 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
107 changes: 107 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7188,6 +7188,113 @@
}
}
},
"com.github.mpmxyz.documentimport": {
"name": "Document Import (shared code)",
"description": "Allows you to convert files during import",
"category": "Asset Importing Tweaks",
"website": "https://github.com/mpmxyz/NeosDocumentImport",
"sourceLocation": "https://github.com/mpmxyz/NeosDocumentImport",
"authors": {
"mpmxyz": {
"url": "https://github.com/mpmxyz"
}
},
"versions": {
"3.0.0": {
"releaseUrl": "https://github.com/mpmxyz/NeosDocumentImport/releases/tag/v3.0.0",
"artifacts": [
{
"url": "https://github.com/mpmxyz/NeosDocumentImport/releases/download/v3.0.0/NeosDocumentImport.dll",
"sha256": "0eb7dfc9eb23e913a095d05349645bbbd921e253a093cc2cfb9e7f4e1a0dc9c9",
"installLocation": "/nml_mods"
}
]
}
}
},
"com.github.mpmxyz.documentimport.pdf": {
"name": "Document Import (PDF)",
"description": "Allows you to convert PDF files during import",
"category": "Asset Importing Tweaks",
"website": "https://github.com/mpmxyz/NeosDocumentImport",
"sourceLocation": "https://github.com/mpmxyz/NeosDocumentImport",
"authors": {
"mpmxyz": {
"url": "https://github.com/mpmxyz"
}
},
"versions": {
"3.0.0": {
"releaseUrl": "https://github.com/mpmxyz/NeosDocumentImport/releases/tag/v3.0.0",
"dependencies": {
"com.github.mpmxyz.documentimport": {
"version": "3.0.0"
}
},
"artifacts": [
{
"url": "https://github.com/mpmxyz/NeosDocumentImport/releases/download/v3.0.0/pdfium.dll",
"sha256": "e0c43f31a3d23ad3c62e8eaa79ffcdf40581a8d227dd04a5127cd955cf1246f5",
"installLocation": "/"
},
{
"url": "https://github.com/mpmxyz/NeosDocumentImport/releases/download/v3.0.0/Docnet.Core.dll",
"sha256": "9da10f0e7f0ef146f41e2a518d1e1388199071bb558d7dbe32c53013e53c7dc5",
"installLocation": "/nml_libs"
},
{
"url": "https://github.com/mpmxyz/NeosDocumentImport/releases/download/v3.0.0/NeosDocumentImport_PDFImporter.dll",
"sha256": "ca17024e2ecded77232d33c70072bc7400baa092498605504feeb0b8acb8f8fd",
"installLocation": "/nml_mods"
}
]
}
}
},
"com.github.mpmxyz.documentimport.svg": {
"name": "Document Import (SVG)",
"description": "Allows you to convert SVG files during import",
"category": "Asset Importing Tweaks",
"website": "https://github.com/mpmxyz/NeosDocumentImport",
"sourceLocation": "https://github.com/mpmxyz/NeosDocumentImport",
"authors": {
"mpmxyz": {
"url": "https://github.com/mpmxyz"
}
},
"versions": {
"3.0.0": {
"releaseUrl": "https://github.com/mpmxyz/NeosDocumentImport/releases/tag/v3.0.0",
"dependencies": {
"com.github.mpmxyz.documentimport": {
"version": "3.0.0"
}
},
"artifacts": [
{
"url": "https://github.com/mpmxyz/NeosDocumentImport/releases/download/v3.0.0/ExCSS.dll",
"sha256": "635b6e7f39fc2148193e56e000fdfbd15acdf1cf9a82dcdac73bb7042bb647c8",
"installLocation": "/nml_libs"
},
{
"url": "https://github.com/mpmxyz/NeosDocumentImport/releases/download/v3.0.0/Fizzler.dll",
"sha256": "11e767bcbee616f5c797eec60e6e76789e1f23376862b2b4f23e85fa281e39ca",
"installLocation": "/nml_libs"
},
{
"url": "https://github.com/mpmxyz/NeosDocumentImport/releases/download/v3.0.0/Svg.dll",
"sha256": "caee4cd26822cd6f69eae5075720e32b968f71d6cce4361af0d49f6b33d1a116",
"installLocation": "/nml_libs"
},
{
"url": "https://github.com/mpmxyz/NeosDocumentImport/releases/download/v3.0.0/NeosDocumentImport_SVGImporter.dll",
"sha256": "3350751902ac1c8444507415c8719523b6436e2112ec0ee599f69344b5b3cdd8",
"installLocation": "/nml_mods"
}
]
}
}
},
"com.github.mpmxyz.massimportpacker": {
"name": "Mass Import Packer",
"description": "Allows you to reparent batch imports of images",
Expand Down