Files
UnrealEngine/Engine/Plugins/Interchange/Extensions/OpenVDB/InterchangeOpenVDB.uplugin
2025-05-18 13:04:45 +08:00

36 lines
738 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Interchange OpenVDB",
"Description": "Allows translation of OpenVDB files via the Interchange framework",
"Category": "Importers",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Hidden": true,
"IsExperimentalVersion": true,
"SupportedTargetPlatforms": [
"Win64",
"Linux"
],
"Modules": [
{
"Name": "InterchangeOpenVDBImport",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "Interchange",
"Enabled": true
}
]
}