Home
last modified time | relevance | path

Searched refs:typePlug (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/alembic/alembic-1.8.3/maya/AbcExport/
H A DAttributesWriter.cpp1855 MPlug typePlug = iNode.findPlug(propName + cAttrType, true); in AttributesWriter() local
1856 if (!typePlug.isNull()) in AttributesWriter()
1858 typeStr= typePlug.asString(); in AttributesWriter()