SideFX Houdini customization package
git clone https://git.lucas.co/hou-control.git
hc: turn the startup prompt off, as saved by the settings panel
show_prompt set to false. The rest of the diff is the panel's canonical
rewrite of the file on save: it writes prefsCopy(), which is the schema
defaults merged with the file, so key order follows hcschema and delta_z
and delta_ow round-trip as the floats the schema declares them to be
rather than the ints that were in the file.
Co-Authored-By: Claude Opus 5 <[email protected]>
hc_settings.json | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/hc_settings.json b/hc_settings.json
index 07d4236..98173fd 100644
--- a/hc_settings.json
+++ b/hc_settings.json
@@ -1,21 +1,21 @@
{
"desktop_mode": "attached",
"startup": {
- "show_prompt": true,
+ "show_prompt": false,
"default_autosave_state": false
},
"keycam": {
"guides": {
"axis_size": 0.05,
+ "tie_axis_to_radius": 0,
"bbox": 0,
"cam_axis": 0,
"cam_geo": 0,
- "perim": 0,
+ "pivot_axis": 1,
"pivot_2d": 0,
"pivot_3d": 0,
- "pivot_axis": 1,
- "ray": 0,
- "tie_axis_to_radius": 0
+ "perim": 0,
+ "ray": 0
},
"startup": {
"center_on_geo": 1,
@@ -23,10 +23,10 @@
"reset": 1
},
"units": {
- "delta_ow": 1,
- "delta_r": 15.0,
"delta_t": 0.2,
- "delta_z": 1
+ "delta_r": 15.0,
+ "delta_z": 1.0,
+ "delta_ow": 1.0
},
"drag_sensitivity": 0.25
},