John Haddon

Results 9 comments of John Haddon

Hi @doug-walker, thanks for your reply. I'm aware of the general rule regarding floating point comparisons, but I must admit to being a little surprised at the results for this...

> "renderer:name" versus something more generic/aspirational to keep from denigrating uses that aren't renderers? Like "appname" or "app:name" or something? Gaffer (ab)uses OSL in a few separate non-rendering contexts, but...

> That said, there is a third alternative : Deprecate PySide(1), and make Qt.py bridge PySide2 and PySide6 I'm in the early stages of investigating a transition from PySide2 to...

> It's also worth re-iterating the advantage of keeping compatibility with Qt 4, which would be that everything written with Qt.py so far would keep working without modifications in newer...

> If you just need access to the extra QOpenGLWidget class, you could as a short term workaround, create a file called [QtSiteConfig.py](https://github.com/mottosso/Qt.py#qtsiteconfigpy) file Thanks Mike - I didn't know...

Latest changes look good to me. Another thing you might want to consider for the future is adding support for cancellation. This is the mechanism Gaffer uses to abort long...

I think the relevant details on the Gaffer side are : - We're calling `ImageBufAlgo::colorconvert()` to convert from `sRGB` to `linear`. - This worked OK with OIIO 2.4.11.0 and OCIO...

Yep, over on the Gaffer issue there's a [config](https://github.com/GafferHQ/gaffer/issues/5695#issuecomment-1962121702) that shows the problem when used with this : `OCIO=bhgc_v2.ocio oiiotool test.png --colorconvert sRGB linear -o test.exr`. I don't think you...

Thanks Larry! That's great news!