F. Sebastian (spiff) Grassia
F. Sebastian (spiff) Grassia
Is there a reason you need to go through `std::filesystem` ? What happens if you simply pass your string literal to `CreateNew()` ? I think that the functions you are...
OK, sounds like you have build/configuration issues going on, and I'm not the right person to help you. The only thing I can suggest is that even with static builds,...
Another thing we should document is that static builds **should** be considered advanced. We do not use them internally, and we have received guidance from the community that the largish...
Hi @kwasimensah - thanks for reporting! Given the threading model for clients of SdfLayer and SdfSpecs, we don't think this represents a practical problem (and not on x86 architectures, ever,...
@cameronwhite , while I can't be sure, it seems like `arrayExtent` is more general than just primvars in alembic? Last year we introduced [`arraySizeConstraint` metadata for general array types in...
@ld-kerley , I think Boundable makes alot more sense than Gprim, actually.. here's another reason: every gsplat I've ever seen represents something that, if explicitly modeled with actual UsdGeom geometry,...
@ld-kerley , we spent time discussing unifying concepts, and the TL;DR is that we believe a LightField domain makes the most sense of the options on the table (UsdLightField, UsdGeom,...
@nvmkuruc , we think both `specifier` and `typeName` _should_ be preserved through serialization and parsing... and believe that crate should already be preserving them. After a bit of back and...
Following up: We understand the concern that making the variant decls look more like prim defs could be more confusing. However, we're also not keen on introducing a new use...
@roggiezhang-nv , would it also make sense to update [the guidance in UsdGeomPointInstancer itself for situating prototypes](https://github.com/PixarAnimationStudios/OpenUSD/blob/ecea8d840073bb0d2482730242ddf6883b843737/pxr/usd/usdGeom/schema.usda#L2108-L2121)? After all these years, and the troubles that folks run into in trying...