Results 64 comments of David G Yu
trafficstars

Are you still seeing these issues @cgrigstd or @dinelanthony? I've been able to build and run the latest v24.03 release on the hardware and OS configurations listed in my first...

That's right, we're not ready to make changes to the code that would require C++17. This hasn't been addressed yet in the OpenUSD code base. There is work in progress...

Filed as internal issue #OSD-436

You're right. It looks like something has changed on the macOS-11 configs. I've filed #1330 for us to follow up with a fix. Thanks!

Yes, indeed! The OpenSubdiv XFB implementation should work on Mac, and it does when OpenSubdiv is using GLEW but GLEW should not be required. We'd welcome a PR to fix...

The short answer is that OpenSubdiv does **not** currently provide the patch representation you want. We've considered adding support for generating a uniform patch representations of the surface and agree...

Hi, Since you are specializing Far::TopologyRefinerFactory for your own MESH class you must provide specializations for a few protected methods so that TopologyRefinerFactory can correctly access Shape data. See the...