PathMode definition


Can to whom that will be useful script. Splits list given on free amount paths and steps...

PathMode.ghx

  • Jaeman PARK

    Thanks, nice work!
    How about changing 86th line a little bit
    For i = j * (nStep + 1) To nStep * (j + 1) + j
    => For i = j * nStep To (nStep - 1) * (j + 1) + j
    I think the last one actually shows numbers of step.
  • Yurii

    Thanks!!