MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/MaterialX / saveGraphToFile

Method saveGraphToFile

source/MaterialXGraphEditor/Graph.cpp:2934–2939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2932}
2933
2934void Graph::saveGraphToFile()
2935{
2936 _fileDialogSave.setTypeFilters(_mtlxFilter);
2937 _fileDialogSave.setTitle("Save File As");
2938 _fileDialogSave.open();
2939}
2940
2941void Graph::loadGeometry()
2942{

Callers

nothing calls this directly

Calls 3

setTypeFiltersMethod · 0.80
setTitleMethod · 0.80
openMethod · 0.45

Tested by

no test coverage detected