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