mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 06:19:58 +00:00
[3d] initial version of 3d viewer (#3968)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -239,3 +239,11 @@ function compressSubgraphWidgetInputSlots(
|
||||
compressSubgraphWidgetInputSlots(subgraph.definitions?.subgraphs, visited)
|
||||
}
|
||||
}
|
||||
|
||||
export function isLoad3dNode(node: LGraphNode) {
|
||||
return (
|
||||
node &&
|
||||
node.type &&
|
||||
(node.type === 'Load3D' || node.type === 'Load3DAnimation')
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user