Files
UnrealEngineUWP/Engine/Plugins/Experimental/GeometryCacheAbcFile/GeometryCacheAbcFile.uplugin
Anousack Kitisa 5bc89f7cf7 Copied CL 11188915 from //UE4/Dev-VirtualProduction.
GeometryCache from Alembic file without importing. (Fixed for Mac build)

#rb Jurre.deBaare
#rb Johan.Duparc

[CL 11207881 by Anousack Kitisa in Dev-Tools-Staging branch]
2020-02-03 13:29:44 -05:00

40 lines
792 B
Plaintext

{
"FileVersion" : 1,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "Geometry Cache from Alembic File(Experimental)",
"Description" : "Support Geometry Cache from Alembic file without importing",
"Category" : "Rendering",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules": [
{
"Name": "GeometryCacheAbcFile",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Mac",
"Linux"
]
}
],
"Plugins": [
{
"Name": "AlembicImporter",
"Enabled": true
},
{
"Name": "GeometryCache",
"Enabled": true
}
]
}