You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a prim has authored API schemas that share the same built-in schemas, UsdPrim.GetAppliedSchemas will report the same built-in schemas multiple times even when the built-in schemas are supposed to be singleApplyAPIs. I would only expect the prim to only have applied the schema once since it's supposed to be a single apply schema.
Steps to Reproduce
Create an applied API schema with a built-in API
Create another applied API schema with the same built-in API
Apply both to the same Prim
Call GetAppliedSchemas for the prim
-> The built-in API gets listed twice
System Information (OS, Hardware)
Windows 10, 64bit
Package Versions
23.02
The text was updated successfully, but these errors were encountered:
Description of Issue
If a prim has authored API schemas that share the same built-in schemas, UsdPrim.GetAppliedSchemas will report the same built-in schemas multiple times even when the built-in schemas are supposed to be singleApplyAPIs. I would only expect the prim to only have applied the schema once since it's supposed to be a single apply schema.
Steps to Reproduce
-> The built-in API gets listed twice
System Information (OS, Hardware)
Windows 10, 64bit
Package Versions
23.02
The text was updated successfully, but these errors were encountered: