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

Function pythonSelectName

source/mrviewerpy/MRPythonScene.cpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79{
80
81void pythonSelectName( const std::string modelName )
82{
83 MR::CommandLoop::runCommandFromGUIThread( [modelName] ()
84 {
85 MR::selectName( modelName );
86 } );
87}
88void pythonUnselect()
89{
90 MR::CommandLoop::runCommandFromGUIThread( [&] ()

Callers

nothing calls this directly

Calls 1

selectNameFunction · 0.85

Tested by

no test coverage detected