anbt 8 Posted March 10, 2021 Hello Hello, I have this Point Replicate set to 20. I would like to not have 20 for each point but for example between 10 and 20. Some points would be replicated 10, other 13... etc.. till 20! It should be a super simple line of vex but can't make it work. Thank you Share this post Link to post Share on other sites
Gorrod 38 Posted March 10, 2021 Toggle on "Generate from Attribute" and create an attribute that ranges from 0.5 to 1. Where 0.5 will create 10 points and 1 will create 20. Share this post Link to post Share on other sites
eikonoklastes 15 Posted March 10, 2021 Slight modification to what Gorrod just posted. To keep things cleaner, set the Points per Point to 1, and define an attribute than returns between 10 & 20 randomly per point. The new Attribute Adjust Integer SOP is perfect for this. 1 Share this post Link to post Share on other sites
anbt 8 Posted March 10, 2021 Amazing guys, thank you very much Share this post Link to post Share on other sites