Nick Avramoussis

Results 167 comments of Nick Avramoussis

Hi @anja-sheppard, Unfortunately this is not super straightforward - it's something that should've been added to the library a while ago but unfortunately was tabled. I have a very _very_...

And for full context, a forum thread from the last time this was requested: https://groups.google.com/g/openvdb-forum/c/bQySLGmRE0I

Whilst this looks good and the justification for the change makes sense, are we still trying to avoid introducing new methods to the tree? For example, wouldn't the advertised way...

Hey @adalisk-emikhaylov thanks for this - you're right that these classes should probably be marked with default visibility. However, as an aside, I would recommend _against_ using `dynamic_cast` in general...

> What exactly is the problem with opaque pointers in OpenVDB / LLVM 16+ ? The opaque pointers change is a fundamental design/behaviour change in LLVM. OpenVDB AX will most...

There is now a ~draft~ PR up for this: https://github.com/AcademySoftwareFoundation/openvdb/pull/2065

I have also run into this - this seems like an issue with the brew configuration of nanobind. Nanobind needs the `robin-map` dependency. If it doesn't find it (during `find_package(nanobind)`),...

What happens with an adapter templated on a const ValueAccessor? Or rather, is that behaviour still the same before and after this change

I've taken these changes and resolved the conflicts here: https://github.com/AcademySoftwareFoundation/openvdb/pull/2068 Closing this, will aim to get 2068 in as soon as possible, thanks again @tstraubinger!