msf567
msf567
Hi! I'm looking for a way to just add a line break to a block of text, however there is no such method in the header. I have tried writing...
``` VtArray uvs; auto uvAttr = mesh.GetPrimvar(TfToken("primvars:st")).GetAttr(); 'GetPrimvar': is not a member of 'pxrInternal_v0_24__pxrReserved__::UsdGeomMesh' ``` This is not properly linking against the method defined on line 202 of primvarAPI.h The...
I am trying to consume my new schema in Visual Studio, but I must be doing something wrong because I am getting unresolved external symbol errors. Here is my schema...