F. Sebastian (spiff) Grassia
F. Sebastian (spiff) Grassia
Hey @dgovil , as the person who created `invisibleIDs` for PI's, I've always felt it was a bit of an odd duck, but a necessary-at-the-time feature - GeomSubsets were way...
Thanks, Sybren. We hope to eventually stop using hash_set. When we open-sourced USD we did a pretty thorough performance analysis and discovered that unordered_map and unordered_set significantly underperformed the gnu...
Thank you, Syoyo! We are in fact already investigating the robin map. On Mon, Dec 23, 2019 at 8:03 AM Syoyo Fujita wrote: > The source of issue is that...
Hi @mistafunk ! Two answers: 1. **Short-term**: if @syoyo or someone else wants to submit a PR for that simple detection fix (gcc 11.x seems to be the first version...
@syoyo - yes, it's a simple fix, but requires more than simple testing for us until we're installing and building with later versions of gcc. But we'll see what we...
Thanks, @ikryukov - I expect the TBB issues to be resolved as we add support for OneTBB in the coming months.
Oh dear - this sounds like a codesite we forgot to update when taking on the burden of automatically applying TCPS differences as part of the MapFunction. Were you going...
Well then… it seems we’ve completely neglected to specify primvar behavior yet for TetMesh. Assuming the primvars *are* specified for the tetMesh and not the surface, the constant, uniform, varying,...
I don't believe that's quite right, @syoyo ... `primChildren` is the field that _defines_ a `SdfPrimSpec`s child prims, and is tied to a PrimSpec in a particular layer - it...
Hi @laserallan , we have not seen this error, and cannot, in 22.08 on Linux, reproduce the problem with the test asset provided. Are you still seeing this?