Hi, im new in mel and run in to a problem. i made attached paint effects grass with autopaint-paint random to plane. i get a lot of strokes whch is fine. but to convert them in to polys, it's usually better to check output quads in strokeShape-mesh output. But as i have about 800 strokes it would be much easier to select them in the script editor all together.
To select a singel one and check the output quads its:
select -r stroke1 ;
setAttr "strokeShape1.meshQuadOutput" 1;
now i dont know how to selct them all with a command
can anyone help me please