Actually looks like retrieve_visible_drawings
already handles multi frame, and onion skin isn't selectable anyway so this is working as intended. 😅
Ahhhh looks like in multiframe is different than onion-skin where strokes from other frames are also selectable in 4.2. So I guess this needs to be supported.
Hummm yeah I think so 😅. It's just BKE_gpencil_visible_stroke_advanced_iter
is just one line with a call back function to manipulate individual strokes so it did look simpler. I guess I can…
From what I can see 4.2 does only show current frame (since you also need those strokes to be selected). So the behaviour is the same here.
Fix for material name overlay is up, but I don't think I understand what "only in multiframe" does 🤔
I think I should modify this to include all visible strokes instead of only active layer.
Looks like old GPV2 drawing code are all removed. Gotta go back some versions to check how this flag was used to draw material names.
Not sure about the multiframe thing, could be different…
I think this comment from that thread does highlight some things regarding how the asset path is recorded 🤔
Ah interesting. So it's likely steam's fault. I'm not sure whether steam creates a sandbox even for native applications but it might be using different libs 🤔. Will poke devs about it.
Hi @Calibrator , if this does break recently on your machine, could you try find out between which versions of builds this broke exactly? [Here are the archived builds](https://builder.blender.org/…
This definitely works.
FLT_EPSILON
seems to be ok, though a bigger threshold for clamping might be more performant? (Or maybe not desirable because you can zoom in a lot and that won't give…
Hummm... Interesting. Your disks seems to be mounted under /run/media
, it seems that the information I can find indicates it being an Arch linux specific thing which I'm not that familiar…
Actually you might want to give us the output of findmnt
on you system terminal. Feel free to redact user names you don't want to show in those paths. Blender should pick up any disk volumes…