Larry Gritz
Larry Gritz
Oh, I see, yes. I think I was missing that because V3f was derived from imath_v3f_t, that means you can pass a V3f to it. I was just looking at...
It's easy to interpret the rule as "if you change the .cpp or .h files, bump the revision, but if you just fix the build scripts, you don't." But an...
For the record, this subtlety would not have (and did not) occur to me as we were making this release. I interpreted it as you did, Cary. It's only in...
Also for the record: this whole thing has made it very clear that I do the library numbering ENTIRELY WRONG on my other projects. On the other hand, nobody has...
> "I also wonder if libtool's versioning in its own libtool world maps out portably to other worlds including the cmake build world... the run-time linker of the OS is...
We could add multPoint for clarity, and while leaving multVec for back compatibility, at least comment that multVec is a deprecated name because it's not clear what kind of vector...
Is your domain 1D or 2D? You say "covering for the plane" but all your examples are 1D. The semantics of Box are inherently for discrete regions like labeled pixels,...
I've always wished that Box used exclusive maximum. Maybe we need to make a better one.
Adding myself. Is there a way to request to follow an issue without adding a useless comment? (And don't even get me started about how stupid it is that GitHub...
I'd like to raise this old issue from the dead because it's going to be a crisis fairly soon. I know for OSL, and really any renderer that uses OCIO...