Can we get reinterpolate to work for a batch selection again?

In G2, the reinterpolate command used to work on a glyph selection, not just on one glyph. In G3 this only works per ONE glyph at a time. Can we get it to do batch again? I miss this functionality greatly. Thanks!!

Diana

Second this.

For the time being, you can run this code with the glyphs selected you want to re-interpolate:

for layer in Font.selectedLayers:
    layer.reinterpolate()
1 Like