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

Function invoke_splat_simplify_error

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

Source from the content-addressed store, hash-verified

344 float invoke_splat_simplify_progress() { return g_splat_simplify_progress ? g_splat_simplify_progress() : 0.0f; }
345 std::string invoke_splat_simplify_stage() { return g_splat_simplify_stage ? g_splat_simplify_stage() : std::string{}; }
346 std::string invoke_splat_simplify_error() { return g_splat_simplify_error ? g_splat_simplify_error() : std::string{}; }
347
348 namespace {
349 GetSelectedCameraUidCallback g_get_selected_camera_cb = nullptr;

Callers 1

register_splat_simplifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected