SideFX Houdini customization package
git clone https://git.lucas.co/hou-control.git
settings: write out the new keys with their chosen values
show_main_menu off at startup; netcursor colour #d8b34b at 0.64 scale;
grid snap and drop swap on. All were already in hcschema, so the file only
records the values the settings panel had been applying from defaults.
Co-Authored-By: Claude Fable 5.1 <[email protected]>
hc_settings.json | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/hc_settings.json b/hc_settings.json
index a5c532a..08d7704 100644
--- a/hc_settings.json
+++ b/hc_settings.json
@@ -2,7 +2,8 @@
"desktop_mode": "attached",
"startup": {
"show_prompt": false,
- "default_autosave_state": false
+ "default_autosave_state": false,
+ "show_main_menu": false
},
"keycam": {
"guides": {
@@ -35,8 +36,12 @@
"node_coloring": false,
"node_color": "#607070",
"zoom_center": "hc_cursor",
- "hcnetcursor": true,
"current_node_arrow_color": "#618f8f",
+ "hcnetcursor": true,
+ "hcnetcursor_color": "#d8b34b",
+ "hcnetcursor_scale": 0.64,
+ "grid_snap": true,
+ "drop_swap": true,
"grid_x_step": 1.99,
"grid_y_step": 0.99,
"node_center_offset_x": 0.5,