I am very new to python and Houdini in general but I am having some troubles.
I want to create different text for each point using python.
Since I am using copy to points I created a counter for the points in order to differentiate them. I have named them picNum and the points are animated to spawn one or a few at a time through a number of frames. Now I am trying to have different 3D text from the font sop to appear on each point. Currently I am saying that picNum = geo.points() because it doesn't recognize the name picNum unless I define it again. But then it takes every point in the node system instead of only the picNum numbering.
How can I code it to follow the number of the picNum attribute?