git clone https://git.lucas.co/hou-control.git
hc_settings.json (701B)
1 {
2 "desktop_mode": "detached",
3 "keycam": {
4 "guides": {
5 "axis_size": 0.05,
6 "bbox": 0,
7 "cam_axis": 0,
8 "cam_geo": 1,
9 "perim": 0,
10 "pivot_2d": 0,
11 "pivot_3d": 0,
12 "pivot_axis": 1,
13 "ray": 0,
14 "tie_axis_to_radius": 0
15 },
16 "startup": {
17 "center_on_geo": 1,
18 "lock_cam": 1,
19 "reset": 1
20 },
21 "units": {
22 "delta_ow": 1,
23 "delta_r": 7.5,
24 "delta_t": 0.2,
25 "delta_z": 1
26 }
27 },
28 "node_graph": {
29 "node_shape": "rect",
30 "node_color": "#607070"
31 }
32 }