Search the Community
Showing results for tags 'point wrangle'.
-
I want To make this kind of Growth Simulation
-
Hi Guys; In point wrangle SOP, when I select some points (in group tab) to apply the codes, the last selected point always overwrite the other ones. It seems that point wrangle doesn't execute codes line by line, right? When I apply codes to points, one by one (I mean a point wrangle for each selected point) it works fine. Please take a look at my files (to visualize it, I applied my attribute to P.y ) : Attribute Ramp_02.hip
-
HI guys Can you tell me the difference between s@name and string @name in point wrangle? like this string cluster_s = itoa(@cluster) s@name = concat("piece_",cluster_s) why not replace with S and string ?