We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad97bc commit 5ac34e5Copy full SHA for 5ac34e5
1 file changed
source/MaterialXCore/Document.h
@@ -363,6 +363,7 @@ class MX_CORE_API Document : public GraphElement
363
/// @param newGraphName Name of new functional NodeGraph.
364
/// @param nodeDefName Name of new NodeDef
365
/// @param category Category of the new NodeDef
366
+ /// @param options Optional creation options. Default is nullptr.
367
/// @return New declaration if successful.
368
NodeDefPtr addNodeDefFromGraph(NodeGraphPtr nodeGraph, const string& nodeDefName,
369
const string& category, const string& newGraphName,
0 commit comments