Files
UnrealEngineUWP/Engine/Plugins/Experimental/AnimToTexture/AnimToTexture.uplugin
David Corral c92e835137 [AnimToTexture]
- Smooth deformation
- Fixed some issues custom StartFrame and EndFrame

#jira UE-182272, UE-182846
#preflight 6436e4cff12d5de7057bf81d

[CL 25010231 by David Corral in ue5-main branch]
2023-04-12 13:17:48 -04:00

29 lines
635 B
Plaintext

{
"FileVersion": 3,
"Version": 2,
"VersionName": "2.1",
"FriendlyName": "AnimToTexture",
"Description": "Converts SkeletalMesh Animations into Textures",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "AnimToTexture",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "AnimToTextureEditor",
"Type": "Editor",
"LoadingPhase": "PreLoadingScreen"
}
]
}