GraphiteEditor/Graphite

Add options to the 'Repeat' node for the spacing with envelope/span/pitch/gap

オープン

#2,551 opened on 2025/04/10

 (4 件のコメント) (1 件のリアクション) (0 人の担当者)Rust (1,176 件のフォーク)batch import
Good First IssuePaper Cut

Repository metrics

Stars
 (25,662 個のスター)
PR merge metrics
 (平均マージ 6d 9h) (30d で 65 merged PRs)

説明

We currently implement the Repeat node based on the "span" method of distributing spacing (this should remain the default). A radio button should be added to pick other methods:

  • envelope = span + W
  • span = (N - 1) * pitch
  • pitch
  • gap = pitch - W

Image

The Circular Repeat node should also be given new options for min and max angle (without being limited to a total of 360°) and an angular equivalent to span and pitch (I don't think envelope and gap make sense in the angular context— essentially polar coordinates?).

コントリビューターガイド