Files
UnrealEngine/Engine/Plugins/Animation/GeneSplicer/GeneSplicer.uplugin
2025-05-18 13:04:45 +08:00

47 lines
868 B
Plaintext

{
"FileVersion": 3,
"Version": 9.8,
"VersionName": "9.8.2",
"FriendlyName": "GeneSplicer Plugin v9.8.2",
"Description": "GeneSplicer plugin for facial animation",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "GeneSplicerLib",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "GeneSplicerLibTest",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "GeneSplicerModule",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "RigLogic",
"Enabled": true
},
{
"Name": "ControlRig",
"Enabled": true
}
]
}