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

Function get_scene_generation

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

Source from the content-addressed store, hash-verified

592 core::Scene* get_application_scene() { return g_app_scene_context.get(); }
593
594 uint64_t get_scene_generation() { return g_app_scene_context.generation(); }
595
596 uint32_t get_scene_mutation_flags() { return g_app_scene_context.mutation_flags(); }
597

Callers 9

PySceneMethod · 0.85
is_validMethod · 0.85
scene_generationMethod · 0.85
NB_MODULEFunction · 0.85
setupPythonBridgeMethod · 0.85
setupEventHandlersMethod · 0.85
renderMethod · 0.85
TEST_FFunction · 0.85

Calls 1

generationMethod · 0.45

Tested by 1

TEST_FFunction · 0.68