anyone (especially kongo or sn) know how to make the polargraph desktop program draw vector _points_ and not strokes?
what i want to do is have a pattern of dots/points where the program will compile a queue that will come out like:
...
C01,1146,1554,END
C13,90,END
C14,187,END
C01,1254,1557,END
C13,90,END
C14,187,END
...
as in, go to a point, pen drop, pen lift, go to other point, pen drop, pen lift etc.
what happens is that i make a dot pattern in illustrator, save it as SVG and then push it to the program. what then happens is it either does not recognise just the individual points (i'm guessing that the program scan for paths) or it sees the outline stroke of the dot as the path it needs to draw:
...
C17,1173,1349,2,END
C17,1172,1349,2,END
C17,1172,1350,2,END
C14,END
C17,1241,1320,2,END
C13,END
...
i can do this in the program itself (how i got the example queue) but want to be able to do something in illustrator or photoshop and then push it to the program so that it will do the coding for me.
if this is not possible i am brainstorming on an MS Excel formula that will extract what i want from the queue.
p.s. my girlfriend has been helping me with the machine from a designer's point of view and she and i wonder if editing PEN SIZE before drawing the vector would do anything?
|