nykk Posted December 7, 2021 Share Posted December 7, 2021 I want to copy the object to curve points with scale changed every nth point. I created a group by range but then objects are copied to these points only. How can I mix those two scales? Quote Link to comment Share on other sites More sharing options...
Sepu Posted December 8, 2021 Share Posted December 8, 2021 (edited) Not sure what you are doing without looking at your .hip but if you have a grp you can use that so it just applies the scale to those pts in the grp. Most of the sops like the transform, attrib randomize, wrangles, etc can be used with a grp. Edited December 8, 2021 by Sepu 1 Quote Link to comment Share on other sites More sharing options...
ftaswin Posted December 8, 2021 Share Posted December 8, 2021 @pscale = 1; if(@ptnum % 5 == 0) @pscale = fit01(rand(@ptnum*77), 1.2, 1.5); 1 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.