You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- 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]
29 lines
635 B
Plaintext
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"
|
|
}
|
|
]
|
|
} |