davpe Posted March 12, 2016 Share Posted March 12, 2016 Hi guys, hope somebody will be able to help me with this. stroke SOP, by default, allows me to draw multiple strokes and change, for instance, color independently for each of them. But what if I want to do something custom for each stroke? Like different transforms? Is it possible to treat strokes separately after it has been drawn? Right now my solution is to draw one stroke per node which results in 100 nodes if I want 100 lines. Cumbersome... Quote Link to comment Share on other sites More sharing options...
bonsak Posted March 12, 2016 Share Posted March 12, 2016 (edited) Hi Each stroke you put down is put into unique primitives, so you should be able to treat each of them separately by grouping or other logic. -b strokes.hipnc Edited March 12, 2016 by bonsak Quote Link to comment Share on other sites More sharing options...
davpe Posted March 14, 2016 Author Share Posted March 14, 2016 hi, I found out just after I wrote the post. easy enough, but thank you anyway 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.