Eli Spizzichino
Eli Spizzichino
Sorry my skills with django are pretty basics to follow up, but I've seen similar problems affecting other projects with django like mezzanine. I don't know how they end up...
Geometry nodes in Blender 3.3 have now the "Volume Cube" thanks to the author of [b3dsdf](https://github.com/williamchange/b3dsdf) that have a nice collection of useful nodes. It would be very useful to...
I'm no expert either but looks like the volume cube accepts only density values (no much info about it). In any case I've researched for a way to [get the...
Upon researching it a bit further, writing openVDB seems the way to go and import into Volumetric Grids inside GeometryNodes. [Blender and volume object using openvdb](https://blender.stackexchange.com/questions/214584/blender-and-volume-object-using-openvdb) [python example](https://www.youtube.com/watch?v=x0Zlb7vyaO4)
It seems indeed complicated, and not officially supported on win. I found [this bug report ](https://github.com/AcademySoftwareFoundation/openvdb/issues/946) with instructions for win10. Also I can't seems to find pyopenvdb on pip (on...
Pefect! `bounds` is what I was looking for! This is my component (for now) ```ts import { onMount } from 'svelte' // Props let { markers = [], onMarkerClick }...