Your 2022.02.1 update included an enhancement I could use, "- Add multiple string support to PolyLine". I want to make a 120-pixel multi-layer mega-star using 3 strings of WS2811 bullet pixels: 50, 50, and 20 each tied to a separate output of an ESP-32 (trying to keep update rates as high as possible by distributing across multiple outputs).
(Actually, I wanted to build my star using the "Star" canned model, but couldn't figure out how to do it with the string lengths I have.)
Anyway, your enhancement showed up, I loaded it, and behold! the Polyline model now has an attribute allowing me to define how many strings are in the polyline model, and below that attribute is another allowing me to define "Start Nodes" for each string (called "PolyNodes").
I realize this update was JUST released and you probably haven't had time to document it yet anywhere. But am I interpreting the PolyNode start nodes right?
ie I have a three-layer 120-pixel star 50-40-30 (outer to inner) made out of the three strings mentioned above. So I just create the polyline model (PolyNode1) as usual adding line segments to follow my star outline, but after pixel 50, I hit escape to end the first string, then start another polyline at pixel 51 and continue to pixel 100, then start another polyline (PolyNode3) at pixel 101 and continue to pixel 120. Then go into the "Indiv Start Nodes" section and enter PolyNode1=50, PolyNode2=50, PolyNode=20?
Or do I just draw a single polyline model for all 120 pixels, THEN define the PolyNodes as PN1=50, PN2=50, PN3=20?
Gotta say, your timing with this enhancement is extraordinary for me, I spent most of yesterday trying to figure out how to do this without cutting up my strings to work with the canned Star model !! Thanks for any help!