Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_nodes
Function · 0.85
Calls
1
node_op
Function · 0.85
Tested by
no test coverage detected