git.lucas.co / hou-control
SideFX Houdini customization package
git clone https://git.lucas.co/hou-control.git

hc_settings.json (1.2K)

 1 {
 2     "desktop_mode": "attached",
 3     "startup": {
 4         "show_prompt": false,
 5         "default_autosave_state": false,
 6         "show_main_menu": false
 7     },
 8     "keycam": {
 9         "guides": {
10             "axis_size": 0.05,
11             "tie_axis_to_radius": 0,
12             "bbox": 0,
13             "cam_axis": 0,
14             "cam_geo": 0,
15             "pivot_axis": 1,
16             "pivot_2d": 0,
17             "pivot_3d": 0,
18             "perim": 0,
19             "ray": 0
20         },
21         "startup": {
22             "center_on_geo": 1,
23             "lock_cam": 1,
24             "reset": 1
25         },
26         "units": {
27             "delta_t": 0.2,
28             "delta_r": 15.0,
29             "delta_z": 1.0,
30             "delta_ow": 1.0
31         },
32         "drag_sensitivity": 0.25
33     },
34     "node_graph": {
35         "node_shape": "rect",
36         "node_coloring": false,
37         "node_color": "#607070",
38         "zoom_center": "hc_cursor",
39         "current_node_arrow_color": "#618f8f",
40         "hcnetcursor": true,
41         "hcnetcursor_color": "#d8b34b",
42         "hcnetcursor_margin": 0.15,
43         "grid_snap": true,
44         "drop_swap": true,
45         "grid_x_step": 1.99,
46         "grid_y_step": 0.99,
47         "node_center_offset_x": 0.5,
48         "node_center_offset_y": 0.15
49     }
50 }