2019-10-01 20:41:42 -04:00
|
|
|
{
|
|
|
|
|
"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.",
|
2022-10-21 11:04:07 -04:00
|
|
|
"CreatedByURL": "https://epicgames.com",
|
2019-10-01 20:41:42 -04:00
|
|
|
"DocsURL": "",
|
|
|
|
|
"MarketplaceURL": "",
|
|
|
|
|
"SupportURL": "",
|
|
|
|
|
"CanContainContent": true,
|
|
|
|
|
"IsBetaVersion": true,
|
|
|
|
|
"Installed": false,
|
|
|
|
|
"Modules": [
|
|
|
|
|
{
|
|
|
|
|
"Name": "ModelingToolsEditorMode",
|
|
|
|
|
"Type": "Editor",
|
2021-12-16 19:55:00 -05:00
|
|
|
"LoadingPhase": "Default"
|
2019-10-01 20:41:42 -04:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"Plugins": [
|
|
|
|
|
{
|
|
|
|
|
"Name": "MeshModelingToolset",
|
2021-08-25 12:54:03 -04:00
|
|
|
"Enabled": true,
|
2021-10-12 21:21:22 -04:00
|
|
|
"TargetAllowList": [ "Editor" ]
|
2019-12-19 18:07:47 -05:00
|
|
|
},
|
2021-07-29 20:08:48 -04:00
|
|
|
{
|
|
|
|
|
"Name": "MeshModelingToolsetExp",
|
2021-08-25 12:54:03 -04:00
|
|
|
"Enabled": true,
|
2021-10-12 21:21:22 -04:00
|
|
|
"TargetAllowList": [ "Editor" ]
|
2021-07-29 20:08:48 -04:00
|
|
|
},
|
2020-11-26 20:22:42 -04:00
|
|
|
{
|
|
|
|
|
"Name": "MeshLODToolset",
|
2021-08-25 12:54:03 -04:00
|
|
|
"Enabled": true,
|
2021-10-12 21:21:22 -04:00
|
|
|
"TargetAllowList": [ "Editor" ]
|
2020-11-26 20:22:42 -04:00
|
|
|
},
|
ModelingMode: Add experimental support for tool presets.
* Presets exist as a new asset type, loaded under the new ToolPresets plugin, a dependency of ModelingToolsEditorMode.
* Presets consist of a nested set of maps, containing tool specific, named presets. These objects then contain copies of the tool in question properties at the time of creation, allowing the preset to later replay the settings back onto the active tool.
* Additionally, behind an experimental CVAR "modeling.EnablePresets", UX for interacting with presets within the Modeling Mode is available, allowing for selecting, saving, applying, and renaming new presets.
#rb Jimmy.Andrews, lonnie.li
#preflight 63cafd2c1835336af80be344
[CL 23798083 by nathan mitchell in ue5-main branch]
2023-01-20 17:08:57 -05:00
|
|
|
{
|
|
|
|
|
"Name": "ToolPresets",
|
|
|
|
|
"Enabled": true,
|
|
|
|
|
"TargetAllowList": [ "Editor" ]
|
2019-10-01 20:41:42 -04:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|