Masoud Posted August 20 Share Posted August 20 Hi guys, As you know, the "Attribute Interpolate" SOP needs two attributes called "sourceprim" and "sourceprimuv", which the "Scatter SOP" can create them. I would like to create them myself, so in a point wrangle, I tried to use these codes: i@sourceprim = 0; v@sourceprimuv = primuv(0, "P", @primnum, @P); If you take a look at my file, you will see that it works in a strange way, so how can I fix it? Thanks for helping. Scatter_01.hip Quote Link to comment Share on other sites More sharing options...
fencer Posted August 20 Share Posted August 20 Use xyzdist to read prim and uv. Scatter_02.hip Quote Link to comment Share on other sites More sharing options...
Masoud Posted August 25 Author Share Posted August 25 Thank you very much, Paul. 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.