Nick Porcino

Results 510 comments of Nick Porcino

Perhaps on Mac/win the update is driven by the message pump, but on linux it's driven by a timer?

I believe the problem is that there might be more than one item named "Enabled" in the interface. ImGui requires all the gui elements to be uniquely identified and generally...

Yes, that's right. Updating OpenEXR won't affect OpenUSD directly.

@mistafunk If you have a patch for build_usd.py to configure it that way, that would be welcome.

Xt is the X toolkit. Normally you install it by `sudo apt-get install libxt-dev`

@rasmusbonnedal When Hio opens images it's possible to resize to maximum possible. Apparently it's not getting limited upon load. How big is your HDR image? Could you share it with...

@lamiller0 Do you think the problem is that the PyAlembic links against PyImath and therefore the EXPORT is in fact required when you are linking against PyImath? And in fact...

You're exactly right, Larry The motivation to build the python bindings but not install them is this: Whether or not you EXPORT them, they are made available to Python by...

Thanks for that. None of that introduces an erroneous new dependency to non-python oriented targets.

That is an interesting idea ~ would you be cool with us forking or adapting it into our codebase directly? For example, forking it into the ASWF project and maintaining...