Poetsofthefall Posted May 30, 2020 Share Posted May 30, 2020 A quick Question about SequenceBlend, TimeBlend and BlendShape SOP. I have an attribute that changes from 0 to 1 per point randomly in 100 points. How can I assign it to these SOPs??? Im trying Position blending of Points. THANKS.. Quote Link to comment Share on other sites More sharing options...
anim Posted May 30, 2020 Share Posted May 30, 2020 I don't think you can, but you can do something like this in point wrangle v@P = lerp(v@P, v@opinput1_P, f@mask); 1 Quote Link to comment Share on other sites More sharing options...
Poetsofthefall Posted May 30, 2020 Author Share Posted May 30, 2020 3 minutes ago, anim said: I don't think you can, but you can do something like this in point wrangle v@P = lerp(v@P, v@opinput1_P, f@mask); Thanks Tom. Figured that too. Also to add...... I have Butterflies flying to a GUY and they Stick to the surface. The Velocity is used as the Facing Vector but on Landing on the Surface its Messed up. How can I fix that???? 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.