Vlad Lazar

Results 7 issues of Vlad Lazar

This is a pre-requisite refactor for a crash / memory coruption bug. The RawVector implementation is unsafe: in debug bounds are not checked leading to memory corruption. Also empirical tests...

This bug was caused by importing an Alembic file that contained nodes with non-standard schemas. The error was appearing when these nodes contained children. After the fix, unrecognized schema nodes...

Arbitrary vertex attributes for meshes (polymesh and subD)

This PR adds a new compression algorithm optimized for Deep images. During the development, deep images were shrunk by 20-30% compared to ZIPS with similar compression performance and 35-45% smaller...

I checked out the 1.80 release branch of boost and ran the following commands: ./bootstrap.sh ./b2 architecture="arm+x86" cxxflags="-arch x86_64 -arch arm64" everything seems to have compiled correctly apart from an...

I managed to chase down this issue where when I pass --opt=fast-math i get these very weird "overlows" eg: 1e38 The code is doing an exponential decay in 3d based...

Documentation

Feature Request: Generating x86_64 and arm64 binaries on OS X is very easy with clang, since it supports passing multiple architecture flags on the same command. Would it be possible...