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