Nick Avramoussis

Results 167 comments of Nick Avramoussis

> Looks great, thanks Nick! C++17, woo! > > Happy for this to go in when we can get the CI to pass. I decided to just disable the H19.5...

+445k LOC :laughing: great work @ghurstunither and co

> Choosing to link against static or dynamic MSVC runtime has nothing to do with whether to link against a static or dynamic version of OpenVDB. I only half agree...

> If someone would compile against the static CRT, they would already be specifying the value for CMAKE_MSVC_RUNTIME_LIBRARY. Leaving it blank by default should use the dynamic CRT, as is...

This opinionated fashion was based on a read of the MSVC documentation and other investigation into Windows workflows from a non-Windows expert. CMake is not the only build system in...

Hi @nachovizzo - I suspect this due to you trying to use a delay loaded byte streamed VDB into a `vdb.write` call. If you try to write out a delay...

Hello @wallisc, The VDB headers are not warning free, this is a known issue. You should be able to easily work around the problem by treating your OpenVDB installation path...

Thanks for diagnosing this @nachovizzo. I agree that the `copyFromDense` is behaving unexpectedly here, but I don't think this fix will work across the board. The issue is that the...

I would also mention that these methods, `copyToDense` and `copyFromDense` don't give any specifics on active/inactive mask handling. You would, for example, see this behaviour for other grid types for...

I spoke too soon, it doesn't build... I'll fix these soon