Daskerdaks Posted May 31, 2016 Share Posted May 31, 2016 (edited) If one needs to transfer attributes (e.g. color or position) to entire groups of points or primitives instead of at the point or primitive level, how can one achieve this? I other words: how to gradually affect groups of attributes instead of gradually affecting every single point/primitive? Edited May 31, 2016 by Daskerdaks Quote Link to comment Share on other sites More sharing options...
f1480187 Posted June 1, 2016 Share Posted June 1, 2016 (edited) Convert groups to name, then in foreach by name use attribute promote to detail and back tecnhique to get average value. Or pack by name, then transfer to points, and unpack with color, which is less accurate, but faster. transfer_to_groups.hipnc Edited June 1, 2016 by f1480187 1 Quote Link to comment Share on other sites More sharing options...
Daskerdaks Posted June 2, 2016 Author Share Posted June 2, 2016 Thanks it works perfectly :-) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.