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

add VRMLImporter #93

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 2 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
27 changes: 27 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,33 @@
}
}
},
"net.dfgHiatus.VRMLImporter": {
"name": "VRMLImporter",
"description": "Enables the import of VRML 1.0, VRML 2.0 and X3D 3D models.",
"category": "Asset Importing Tweaks",
"sourceLocation": "https://github.com/dfgHiatus/NeosVRMLImporter",
"authors": {
"dfgHiatus": {
"url": "https://github.com/dfgHiatus"
}
},
"versions": {
"1.0.1": {
"flags": [
"broken:linux-native"
],
"releaseUrl": "https://github.com/dfgHiatus/NeosVRMLImporter/releases/tag/v1.0.1",
"changelog": " - Fixed a bug where files could not be imported from certain C drives (Documents, etc.) \n - Fixed a bug where X3D imports would import a cube along with the scene \n - Fixed a bug where importing models with unicode characters in their name would freeze importing \n -- This will show in logs, not necessary in game \n - Now using Engine CachePath \n - Enhanced logging"
"artifacts": [
{
"url": "https://github.com/dfgHiatus/NeosVRMLImporter/releases/download/v1.0.1/VRML_Importer_v1.0.1.zip",
"filename": "VRML_Importer_v1.0.1.zip",
"sha256": "727f38e1dfec82ae52867bdbe9b223c33040636adcaf493424860afec4b9c84f"
}
]
Comment on lines +640 to +646
Copy link
Member

Choose a reason for hiding this comment

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

Agh, anyone else want to review this? I'm too lazy to review anything that the review script is not set up to automatically download, hash check & decompile x'D

}
}
},
"io.github.kyuubiyoru.ikculling": {
"name": "IkCulling",
"description": "Disables the IK of Users who are behind you or far away",
Expand Down