MCPcopy Create free account
hub / github.com/thygate/stable-diffusion-webui-depthmap-script / remove_node_feat

Function remove_node_feat

inpaint/mesh.py:328–334  ·  view source on GitHub ↗
(mesh, *feats)

Source from the content-addressed store, hash-verified

326 return mesh, info_on_pix, depth
327
328def remove_node_feat(mesh, *feats):
329 mesh_nodes = mesh.nodes
330 for node in mesh_nodes:
331 for feat in feats:
332 mesh_nodes[node][feat] = None
333
334 return mesh
335
336def update_status(mesh, info_on_pix, depth=None):
337 '''

Callers 1

write_meshFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected