Ejemplo n.º 1
0
static bool 
_SetFaceCounts(const UsdGeomFaceSetAPI &self, object faceCounts, 
                    const UsdTimeCode &time)
{
    return self.SetFaceCounts(UsdPythonToSdfType(faceCounts, 
        SdfValueTypeNames->IntArray).UncheckedGet<VtIntArray>(), time);
}