I started learning Houdini tonight. And by Houdini, I mean Blender Geometry Nodes :3
I'm hoping to construct an ad-hoc level editor for my driving game thing and export point sets for object placement, curves for the roads, and height maps for elevation. I'm not sure how to make blender shit out a sparse height map, but I'm sure I'll find some abominable way to do it with python.
I wonder if my old wacom tablet still works 🤔
weird, pressure sensitivity doesn't seem to work anymore, but otherwise it seems fine???
ok the gnome wacom settings test panel thing shows the pressure sensitivity working just fine, so I guess it's just the gimp that's the problem hopefully
aaand it crashes blender :|
there's too much linux in here >:(
yup completely random which applications it works with. blender doesn't pick it up at all?
by any chance is this yet another thing wayland fucked up?
I'm gonna have to install Windows again to use this thing aren't I
@aeva just switch back to X11, no need for such drastic measures as returning to Windows
@delegatevoid x doesn't support fractional display resolutions
@aeva @delegatevoid it's a bit more complex than that. The X server does no client window scaling, so it's up to each client to decide how to adapt their window to the screen resolution (reported by the server). So GTK apps generally suck at this (the toolkit doesn't help). Qt (and KDE) apps generally do a decent job with it.