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

Function unselect

source/mrviewerpy/MRPythonScene.cpp:64–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64bool unselect()
65{
66 auto selected = getAllObjectsInTree<VisualObject>( &SceneRoot::get(), ObjectSelectivityType::Selected );
67 for ( auto& obj : selected )
68 {
69 obj->select( false );
70 }
71 return true;
72}
73
74} // namespace
75

Callers 2

pythonUnselectFunction · 0.85
pythonSelectTypeFunction · 0.85

Calls 2

getFunction · 0.50
selectMethod · 0.45

Tested by

no test coverage detected