Ejemplo n.º 1
0
static UsdAttribute
_CreateIsPartitionAttr(UsdGeomFaceSetAPI &self, object defaultValue, bool writeSparsely)
{
    return self.CreateIsPartitionAttr(
        UsdPythonToSdfType(defaultValue, SdfValueTypeNames->Bool), 
        writeSparsely);
}