hi all..
This may be a FAQ.. not sure. I'm iterating through a point cloud in a VEX SOP and would like to keep a counter variable for each point which contains the number of times that point has been modified.
I've tried doing this by creating a point attribute upstream in the SOP chain via AttribCreate then using a pcimport() to read it followed by an increment and a pcexport() but it states that a “read-only channel has been passed to pcexport()” and the attribute isn't updated (Attached).
I've got several alternatives, but if anyone knows a good approach it would be appreciated.
thanks!