MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / pythonUnselect

Function pythonUnselect

source/mrviewerpy/MRPythonScene.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 } );
87}
88void pythonUnselect()
89{
90 MR::CommandLoop::runCommandFromGUIThread( [&] ()
91 {
92 MR::unselect();
93 } );
94}
95void pythonSelectType( const std::string modelType )
96{
97 MR::CommandLoop::runCommandFromGUIThread( [modelType] ()

Callers

nothing calls this directly

Calls 1

unselectFunction · 0.85

Tested by

no test coverage detected