Open Issues Need Help
View All on GitHub Compiler Warnings: Unused Lamba Captures 7 days ago
help wanted good first issue
help wanted good first issue
Compiler Warnings: Unused Private Fields 2 months ago
help wanted good first issue
Strip SDF_FORMAT_ARGS before path lookup. 6 months ago
good first issue
help wanted
CreateNew returns error: "Cannot create new layer '���': cannot use empty identifier." 10 months ago
help wanted
Sdf.Payload allows direct editing of assetPath 12 months ago
good first issue
Missing implementation for named Gf ColorSpaces 12 months ago
good first issue
UsdGeomXformOp does not initialize fully 12 months ago
good first issue
OpenImageIO 3 deprecated constructor 12 months ago
good first issue build
Usdzip ignore non existant asset path when remaping 12 months ago
good first issue
USDZ packages do not use unicode file name encoding 12 months ago
good first issue
USDZ asset resolution is case sensitive 12 months ago
good first issue
UInt indexed primvars are not treated as indexed primvars and not usable for secondary uvs through usdAbc about 1 year ago
AI Summary: The task requires modifying the usdAbc library to correctly handle uint-indexed primvars written by Maya's Alembic plugin. Specifically, the change should ensure that additional UV sets (with uint indices) are treated as indexed primvars, converting them to the appropriate format (similar to how primary UV sets are handled) to be correctly read by USD and downstream renderers like Arnold. This involves leveraging the Alembic API's `isUV()` function to identify additional UV sets.
Complexity:
4/5
good first issue