(thanks Wims)

done. can't drawrot a line, but $sin().deg and $cos().deg work nicely to find a destination point, using the angle

this is basically the line

$cos( $calc(((100 /(%total / %loop)) * 3.6) -90) ).deg
$sin( $calc(((100 /(%total / %loop)) * 3.6) -90) ).deg

the 3.6 convert a percentage into degrees
the -90 starts the percentage off vertically, rather than at 3 o'clock
also I used "100 x" that to make the line a decent length, because '$sin' and '$cos' (.deg) give a result of less than 1

Last edited by quartz; 18/08/20 02:16 PM.