Utilizing group inputs
In this section, we will add group inputs to our node tree. These can be handy when you want to distribute the node tree to other users so that they can easily access your variables. We’ll be adding group inputs to the most important variables in the node tree.
What inputs will we include?
The inputs that we will include are as follows:
- The End Z value of the Curve Line node, which we’ll call
Plant Height
- The Count value of the second Resample Curve node, which we’ll call
Leaf Count
- The Max value of the Random Value node, which we’ll call
Leaf Rotation
- The Count value of the first Resample Curve node, which we’ll call
Stem Resolution
Let’s start implementing these group inputs!
Plant Height
First, let’s implement the Plant Height group input:
- To implement the Plant Height group input, we first need to utilize a Combine XYZ node to split the X, Y, and Z values of the...