git.lucas.co / hou-control
git clone https://git.lucas.co/hou-control.git

commit4cf9cc8ec7a291caeffd7488fdf73d45fa10c840
parent629933f536
authorLucas Galante <lsgalante12@gmail.com>
date2026-02-08 20:36
settings: add settings file

 scripts/settings.json | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/scripts/settings.json b/scripts/settings.json
new file mode 100644
index 0000000..af964cb
--- /dev/null
+++ b/scripts/settings.json
@@ -0,0 +1,27 @@
+{
+    "keycam": {
+        "guides": {
+            "axis_size": 1,
+            "bbox": 0,
+            "cam_axis": 0,
+            "cam_geo": 1,
+            "perim": 0,
+            "pivot_2d": 0,
+            "pivot_3d": 0,
+            "pivot_axis": 1,
+            "ray": 0,
+            "tie_axis_to_radius": 0
+        },
+        "startup": {
+            "center_on_geo": 1,
+            "lock_cam": 1,
+            "reset": 1
+        },
+        "units": {
+            "r": 7.5,
+            "t": 1,
+            "ow": 1,
+            "dist": 1
+        }
+    }
+}