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

Function get_scene_for_python

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

Source from the content-addressed store, hash-verified

244 // Operation context (short-lived)
245 void set_scene_for_python(core::Scene* scene) { g_scene_for_python = scene; }
246 core::Scene* get_scene_for_python() { return g_scene_for_python; }
247
248 void set_trainer_manager(vis::TrainerManager* tm) { g_trainer_manager.store(tm); }
249 vis::TrainerManager* get_trainer_manager() { return g_trainer_manager.load(); }

Callers 4

get_scene_internalFunction · 0.85
popoverMethod · 0.85
register_uiFunction · 0.85
get_render_sceneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected