Heightfield Output Tiling not working
2785 1 0- Simon van de Lagemaat2
- Member
- 116 posts
- Joined: 4月 2016
- Offline
- SteveRed
- Member
- 5 posts
- Joined: 1月 2012
- Offline
Edit: In classic fashion I found a non hacky fix right after posting this. Just switch the output type from packed raster to deepRaster and all the tiled settings work as expected.
Hey Simon, just confirming that its definitely broken(to my knowledge), but theres a hacky fix for it.
Hacky Fix: You can put a tile split node before the heightfield output, set the node to output single tiles, and the tile number to $F-1. You can then tell the heightfield output node export a sequence, which is how many tiles you have. So I normally expression link the max frames to the heightfieldTile tilex parm * heightfieldTile tiley parm
Why I think its broken: If you actually unlock the heightfield output node and look at how its exporting, the COP network is pointing at a window node thats hooked up to invisible parms (and somehow this is working, but not iterating) and the ropOut in that network is not iterating at all, because it too is hooked to inivisible parms that aren't working. Seems like it started to get implemented but it just never got finished. Or I'm using it completely wrong.
Hey Simon, just confirming that its definitely broken(to my knowledge), but theres a hacky fix for it.
Hacky Fix: You can put a tile split node before the heightfield output, set the node to output single tiles, and the tile number to $F-1. You can then tell the heightfield output node export a sequence, which is how many tiles you have. So I normally expression link the max frames to the heightfieldTile tilex parm * heightfieldTile tiley parm
Why I think its broken: If you actually unlock the heightfield output node and look at how its exporting, the COP network is pointing at a window node thats hooked up to invisible parms (and somehow this is working, but not iterating) and the ropOut in that network is not iterating at all, because it too is hooked to inivisible parms that aren't working. Seems like it started to get implemented but it just never got finished. Or I'm using it completely wrong.
Edited by SteveRed - 2017年11月27日 14:59:55
-
- Quick Links