-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathSpatialGeometryTools.uplugin
More file actions
35 lines (35 loc) · 913 Bytes
/
SpatialGeometryTools.uplugin
File metadata and controls
35 lines (35 loc) · 913 Bytes
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "SpatialGeometryTools",
"Description": "Handy tools in spatial geometry useful for generative geometry",
"Category": "Other",
"CreatedBy": "Iwer Petersen",
"CreatedByURL": "https://github.com/iwer",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "https://github.com/iwer/SpatialGeometryTools",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "SpatialGeometryTools",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "SpatialGeometryToolsEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
],
"Plugins": [
{
"Enabled": true,
"Name": "ProceduralMeshComponent"
}
]
}