MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / get_scene_manager

Function get_scene_manager

src/python/python_runtime.cpp:554–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552
553 void set_scene_manager(vis::SceneManager* sm) { g_scene_manager.store(sm); }
554 vis::SceneManager* get_scene_manager() { return g_scene_manager.load(); }
555
556 void set_selection_service(vis::SelectionService* ss) { g_selection_service.store(ss); }
557 vis::SelectionService* get_selection_service() { return g_selection_service.load(); }

Callers 15

add_groupMethod · 0.85
add_splatMethod · 0.85
add_point_cloudMethod · 0.85
add_meshMethod · 0.85
add_camera_groupMethod · 0.85
add_cameraMethod · 0.85
remove_nodeMethod · 0.85
rename_nodeMethod · 0.85
clearMethod · 0.85
reparentMethod · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected