x.__init__(...) initializes x; see help(type(x)) for signature
Member Function Documentation
OpenMaya.MFnContainerNode.clear
(
)
clear()
Delete all members of the container.
OpenMaya.MFnContainerNode.getMembers
(
)
getMembers() -> MObjectArray
Return an array of the nodes included in this container.
OpenMaya.MFnContainerNode.getParentContainer
(
)
getParentContainer() -> MObject
Return the parent container, if there is one. Otherwise return an empty MObject.
OpenMaya.MFnContainerNode.getPublishedNames
(
)
getPublishedNames(unboundOnly=bool) -> [MString]
Return a list of published names on the container. Depending on the arguments, either all published names or only unbound published names will be returned.
OpenMaya.MFnContainerNode.getPublishedNodes
(
)
getPublishedNodes(publishNodeType=MPublishNodeType) -> ([MString] publishedNames, MObjectArray publishedNodes)
Return a list of the published nodes of a given type. For any names that have assigned nodes, return the node at the corresponding array index. For any names that do not have assigned nodes, a NULL MObject will be at the corresponding array index.
OpenMaya.MFnContainerNode.getPublishedPlugs
(
)
getPublishedPlugs() -> (MPlugArray publishedPlugs, [MString] publishedNames)
Return a tuple of plugs that have been published on this container and the names of those plugs.
OpenMaya.MFnContainerNode.getRootTransform
(
)
getRootTransform() -> MObject
Return the root transform, if there is one. Otherwise return an empty MObject.
OpenMaya.MFnContainerNode.getSubcontainers
(
)
getSubcontainers() -> MObjectArray
Return an array of the container nodes included in this container.