MCPcopy Create free account
hub / github.com/openai/point-e / node_clamp

Function node_clamp

point_e/evals/scripts/blender_script.py:312–313  ·  view source on GitHub ↗
(x, maximum=1.0)

Source from the content-addressed store, hash-verified

310 return node.outputs[0]
311
312 def node_clamp(x, maximum=1.0):
313 return node_op("MINIMUM", x, maximum)
314
315 def node_mul(x, y, **kwargs):
316 return node_op("MULTIPLY", x, y, **kwargs)

Callers 1

setup_nodesFunction · 0.85

Calls 1

node_opFunction · 0.85

Tested by

no test coverage detected