Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

56 lines
1.1 KiB
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Composure",
"Description": "Modern system for real-time compositing. This plugin succeeds legacy Composure and extends CompositeCore.",
"Category": "Compositing",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "Composite",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit"
},
{
"Name": "CompositeEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "CompositeCore",
"Enabled": true
},
{
"Name": "OpenColorIO",
"Enabled": true
},
{
"Name": "CameraCalibrationCore",
"Enabled": true
},
{
"Name": "MediaFrameworkUtilities",
"Enabled": true
},
{
"Name": "ConcertSyncClient",
"Enabled": true
},
{
"Name": "ConcertSyncCore",
"Enabled": true
}
]
}