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

Function invoke_splat_simplify_start

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

Source from the content-addressed store, hash-verified

331 }
332
333 void invoke_splat_simplify_start(const std::string& name, const core::SplatSimplifyOptions& options) {
334 if (g_splat_simplify_start)
335 g_splat_simplify_start(name, options);
336 }
337
338 void invoke_splat_simplify_cancel() {
339 if (g_splat_simplify_cancel)

Callers 1

register_splat_simplifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected