Adding python bindings for VtArray<SdfPathExpression> objects.
Description of Change(s)
Adding python bindings for VtArray<SdfPathExpression> objects.
Without these additions, it is not possible to use python to get or set attributes or metadata of type Sdf.ValueTypeNames.PathExpressionArray. There is obviously no pressing need for this as there are no schemas (that I am aware of) that use this data type, but since this is a valid data type, it seemed to me that it should be possible to use it in python.
- [ X ] I have verified that all unit tests pass with the proposed changes
- [ X ] I have submitted a signed Contributor License Agreement
Filed as internal issue #USD-10177
/AzurePipelines run
Azure Pipelines successfully started running 1 pipeline(s).
/AzurePipelines run
Azure Pipelines successfully started running 1 pipeline(s).
Hi @sunyab and @marktucker, was this merged as 33a027070c197d68a5a52336a97261bc66c7c577?
It was! Thanks for catching that! Closing this issue as fixed.