-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor_cache.json
More file actions
37 lines (37 loc) · 948 Bytes
/
editor_cache.json
File metadata and controls
37 lines (37 loc) · 948 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
36
37
{
"snapping": {
"grid": {
"grid_subdivisions": 10,
"grid_transform": "{\"o\":[0,0,0],\"x\":[1,0,0],\"y\":[0,1,0],\"z\":[0,0,1]}",
"power_of_two_scale": 0,
"unit_size": 1,
"use_subdivisions": false
}
},
"tool": {
"block": {
"default_block_height": 0.25
},
"cylinder": {
"segments": 16,
"tube": false
},
"material_brush": {
"color": "(0, 0, 0, 1)",
"erase_material": false,
"individual_faces": false,
"paint_color": false,
"paint_materials": true,
"paint_visibility": false,
"visibility": false
},
"prism": {
"default_block_height": 1
},
"stairs": {
"direction": 3,
"step_depth": 0.5,
"step_height": 0.25
}
}
}