MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/splashsurf / generate_mesh

Function generate_mesh

splashsurf_studio/src/handlers.py:7–11  ·  view source on GitHub ↗
(scene)

Source from the content-addressed store, hash-verified

5from .updater import update_entries, update_reconstruction, cached_meshes
6
7def generate_mesh(scene):
8 if not scene.splashsurf_studio.active:
9 return
10
11 update_entries(scene)
12
13def toggle_rendering_on(scene):
14 scene.splashsurf_studio.rendering = True

Callers 1

executeMethod · 0.85

Calls 1

update_entriesFunction · 0.85

Tested by

no test coverage detected