🔗 SEGS To Bundle:
The ArchAi3D_SEGS_To_Bundle node serves as a bridge to convert the output from Impact Pack's Make Tile SEGS into a format compatible with the Smart Tile Prompter Turbo, known as SMART_TILE_BUNDLE. This node is particularly useful for those working with tiled images, as it automates the detection of grid dimensions, tile sizes, and padding from the bounding boxes of SEGS, thereby simplifying the process of integrating these tiles into a larger workflow. By automatically determining these parameters, the node reduces the manual effort required and ensures consistency across the tiling process. The only manual input required is the mask_blur, which allows users to match the blur setting of their SEGS masks. This functionality is crucial for artists and designers who wish to leverage the tiling capabilities of the Impact Pack while maintaining compatibility with advanced tiling tools, ultimately enhancing the efficiency and effectiveness of their creative processes.
🔗 SEGS To Bundle Input Parameters:
segs
The segs parameter represents the SEGS data generated by Impact Pack's Make Tile SEGS. This input is crucial as it contains the segmentation information necessary for the node to determine the grid dimensions, tile sizes, and padding. The node uses this data to automatically configure the tiling parameters, ensuring that the output bundle is accurately aligned with the original SEGS configuration.
image
The image parameter is the original image from which the SEGS were created. This input is used to scale the image appropriately within the output bundle, ensuring that the tiles are correctly aligned and proportioned relative to the original image dimensions. It is essential for maintaining the visual integrity of the tiled output.
mask_blur
The mask_blur parameter allows you to specify the amount of blur applied to the mask in downstream nodes. It is an optional integer value with a default of 8, a minimum of 0, and a maximum of 64. This parameter should match the SEGS Mask Blur setting used during the creation of the SEGS to ensure consistency in the appearance of the tiles. Adjusting this value can impact the smoothness of transitions between tiles, making it a critical setting for achieving the desired visual effect.
🔗 SEGS To Bundle Output Parameters:
bundle
The bundle output is a SMART_TILE_BUNDLE that contains all the necessary information for further processing with the Smart Tile Prompter Turbo. This bundle includes the scaled image, tile dimensions, grid configuration, tile padding, and mask blur settings. It serves as a comprehensive package that encapsulates all the tiling parameters, allowing for seamless integration into subsequent workflows. The bundle ensures that the tiles are correctly aligned and proportioned, facilitating efficient and effective use in creative projects.
🔗 SEGS To Bundle Usage Tips:
- Ensure that the
mask_blurparameter matches the setting used during SEGS creation to maintain visual consistency across tiles. - Utilize the automatic detection features of the node to streamline your workflow, reducing the need for manual configuration of tile dimensions and padding.
- When working with large images, verify that the
imageinput is correctly scaled to prevent any misalignment in the output bundle.
🔗 SEGS To Bundle Common Errors and Solutions:
Error: "Invalid SEGS input"
- Explanation: This error occurs when the
segsinput does not contain valid SEGS data from Impact Pack's Make Tile SEGS. - Solution: Ensure that the
segsinput is correctly generated and formatted by the Impact Pack's Make Tile SEGS before using it with this node.
Error: "Image dimensions mismatch"
- Explanation: This error indicates a discrepancy between the dimensions of the
imageinput and the expected dimensions based on the SEGS data. - Solution: Double-check that the
imageinput corresponds to the original image used to create the SEGS and that it is correctly scaled.
