Does anyone knows a simple way of doing repating chains of nodes with a parameter how many times I want to repeat. I am trying to do a slope blur with more than 32 shifting and each shift takiing each own vector/direction and it's a hell of a tedious job. In "Filter forge" for example there is a "loop" node you can connect…
There is no straightforward looping in designer. Its disabled so that idiot users don't provoke infinite loops and explode their GPU. You have three options. Work out a way to reduce the node count - pack 2-4 iterations into a node and repeat that. You can quickly reach 32 like that Or Use automation toolkit to generate…