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

Function invoke_splat_simplify_active

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

Source from the content-addressed store, hash-verified

341 }
342
343 bool invoke_splat_simplify_active() { return g_splat_simplify_active ? g_splat_simplify_active() : false; }
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{}; }

Callers 1

register_splat_simplifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected