ComfyUI Node
BD Pack Bundle
Pack mesh + textures + colors into a MESH_BUNDLE container. MESH_BUNDLE carries everything needed for export: - Mesh geometry with PBR material and UVs - Vertex colors (for COLOR_0 attribute / edge detection / stylized look) - Color field data (for downstream reapplication) - PBR textures (diffuse, normal, metallic, roughness, alpha) Textures are extracted from mesh material if not provided explicitly.
BD Pack Bundle
- mesh
- color_field
- diffuse
- normal
- metallic
- roughness
- alpha
- bundle
- status
◄namemesh►
Category🧠BrainDead/Mesh
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| mesh | TRIMESH | — | |
| name | STRING | mesh | Bundle name (used for export filenames) |
| color_fieldopt | COLOR_FIELD | — | |
| diffuseopt | IMAGE | — | |
| normalopt | IMAGE | — | |
| metallicopt | IMAGE | — | |
| roughnessopt | IMAGE | — | |
| alphaopt | IMAGE | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| bundle | MESH_BUNDLE | — |
| status | STRING | — |