Conversation

Replying to and
For some of my generators like this one, it works because my input vertices is the total array count. For ones like the grid where you want to input X Y and Z separately, it really needs to have an array node because the array length in that case is X*Y*Z
2
1
Show replies
Replying to and
It will be included as a part of my Toolkit but it currently relies on drivers and user setup which isn't good enough for a product imo. Just waiting on an array node to come to master before I release this update publicly
1
6
Show replies
It's way simpler than you think! Just an array modifier with an offset of 1m on a single vertex object. Then in Geo nodes just using an attribute separate XYZ and pulling position(x) and writing it to an index attribute and working from there
1
1
Show replies