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

config/Cursors/CursorMapping (635B)

 1 # Local overrides for Houdini's cursor mapping.
 2 # When Houdini merges this with $HFS/houdini/config/Cursors/CursorMapping,
 3 # entries here replace the defaults.
 4 
 5 # Default arrow cursor: auto-center hotspot (our white.svg is a centered cross)
 6 iris.x := -1;
 7 iris.y := -1;
 8 
 9 # Default viewport hover cursor: auto-center hotspot (our grab.svg is a centered cross)
10 hand.x := -1;
11 hand.y := -1;
12 
13 # Viewport tumble (LMB held): auto-center hotspot (our grabbing.svg is a centered 8-point star)
14 DM_viewTumble.x := -1;
15 DM_viewTumble.y := -1;
16 
17 # Network editor wire cursor (over node inputs/outputs): auto-center hotspot
18 wire.x := -1;
19 wire.y := -1;