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

Function get_render_scene

src/python/lfs/py_rendering.cpp:711–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709 }
710
711 core::Scene* get_render_scene() {
712 if (auto* app_scene = get_application_scene()) {
713 return app_scene;
714 }
715 return get_scene_for_python();
716 }
717
718 void register_render_settings_properties() {
719 using namespace core::prop;

Callers 1

register_renderingFunction · 0.85

Calls 2

get_application_sceneFunction · 0.85
get_scene_for_pythonFunction · 0.85

Tested by

no test coverage detected