Files
UnrealEngineUWP/Engine/Plugins/Editor/ModelingToolsEditorMode/ModelingToolsEditorMode.uplugin
jimmy andrews 809ba97a61 remove stylus plugin from modeling mode and comment out related code, so it could in theory be brought back in the future
#rb rinat.abdrashitov
#preflight 64651fb7317ee2d9d16eea48

[CL 25521417 by jimmy andrews in ue5-main branch]
2023-05-17 23:53:19 -04:00

45 lines
972 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Modeling Tools Editor Mode",
"Description": "Modeling Tools Mode includes a suite of interactive tools for creating and editing meshes in the Editor",
"Category": "Editor",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ModelingToolsEditorMode",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "MeshModelingToolset",
"Enabled": true,
"TargetAllowList": [ "Editor" ]
},
{
"Name": "MeshModelingToolsetExp",
"Enabled": true,
"TargetAllowList": [ "Editor" ]
},
{
"Name": "MeshLODToolset",
"Enabled": true,
"TargetAllowList": [ "Editor" ]
},
{
"Name": "ToolPresets",
"Enabled": true,
"TargetAllowList": [ "Editor" ]
}
]
}