-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathBlend4Real.uplugin
More file actions
52 lines (52 loc) · 1.21 KB
/
Blend4Real.uplugin
File metadata and controls
52 lines (52 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.1.0",
"FriendlyName": "Blend4Real",
"Description": "UE5 Plugin to use Blender viewport controls and object manipulation in Unreal editor",
"Category": "Editor",
"CreatedBy": "Nehon (Rémy Bouquet)",
"CreatedByURL": "https://www.github.com/nehon",
"DocsURL": "https://github.com/Nehon/Blend4Real/blob/main/README.md",
"FabURL": "com.epicgames.launcher://ue/Fab/product/fc1710f2-69b6-4d24-b953-6ddcb76bb9ad",
"SupportURL": "https://github.com/Nehon/Blend4Real/issues",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "Blend4Real",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac"
],
"PlatformDenyList": [
"Linux"
]
}
],
"Plugins": [
{
"Name": "ControlRig",
"Enabled": true,
"Optional": true
},
{
"Name": "MeshModelingToolset",
"Enabled": true,
"Optional": true
},
{
"Name": "IKRig",
"Enabled": true,
"Optional": true
}
],
"SupportedTargetPlatforms": [
"Win64",
"Mac"
]
}