skunkworxdark
|
14254e8be8
|
First check-in of new tile nodes
- calc_tiles_even_split
- calc_tiles_min_overlap
- merge_tiles_with_seam_blending
Update MergeTilesToImageInvocation with seam blending
|
2023-12-05 12:29:55 +00:00 |
|
Ryan Dick
|
932de08fc0
|
Infer a tight-fitting output image size from the passed tiles in MergeTilesToImageInvocation.
|
2023-11-29 09:48:56 -05:00 |
|
Ryan Dick
|
303791d5c6
|
Add width and height fields to TileToPropertiesInvocation output to avoid having to calculate them with math nodes.
|
2023-11-29 09:48:56 -05:00 |
|
Ryan Dick
|
7e4a689370
|
Update tiling nodes to use width-before-height field ordering convention.
|
2023-11-29 09:48:56 -05:00 |
|
Ryan Dick
|
436560da39
|
(minor) Add 'Invocation' suffix to all tiling node classes.
|
2023-11-29 09:48:55 -05:00 |
|
Ryan Dick
|
3980f79ed5
|
Tidy up tiles invocations, add documentation.
|
2023-11-29 09:48:55 -05:00 |
|
Ryan Dick
|
d742479810
|
Add nodes for tile splitting and merging. The main motivation for these nodes is for use in tiled upscaling workflows.
|
2023-11-29 09:48:55 -05:00 |
|