The cpp MDagPath.partialPathName is a method used in the programming language, C++, for the Maya API. This method returns the partial path name for a given node in the Maya scene. The partial path name represents the hierarchy of the node from the root of the scene to its parent node. This method is useful for obtaining a concise and easily readable identification for nodes in Maya.
C++ (Cpp) MDagPath::partialPathName - 23 examples found. These are the top rated real world C++ (Cpp) examples of MDagPath::partialPathName extracted from open source projects. You can rate examples to help us improve the quality of examples.