GraphiteEditor/Graphite

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

開放

#2,551 建立於 2025年4月10日

 (4 則留言) (1 個反應) (0 位負責人)Rust (1,176 個分叉)batch import
Good First IssuePaper Cut

倉庫指標

星標
 (25,662 顆星)
PR 合併指標
 (平均合併 6天 9小時) (30 天內合併 65 個 PR)

描述

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?).

貢獻者指南