Author's Note: I'm posting a duplicate of my tutorials here on DA to increase visibility and potentially help more people learn. Let me know if you have any questions or concerns. Thanks!
If you missed the first few tutorials, you can find them in my Journal. Here's the first one.
Knowledge Check
This tutorial is written with the expectation that you have already read through most of the basics tutorials on my site. If you haven’t already done so, please do so now to avoid confusion. Just click on my posts. :D
What is a transform chain?
A transform chain is a series of transforms that get executed in top down order instead of the normal way. I’m going to give some background here so everyone can be on the same page.
Normal Transform Behavior
A normal iterator has pre and post transforms as well as the normal transform nodes. The normal behavior is to have your transform nodes and the transforms will kind of bounce around between all the iterators based on the weights.