GraphiteEditor/Graphite
在 GitHub 查看Add options to the 'Repeat' node for the spacing with envelope/span/pitch/gap
Open
#2,551 创建于 2025年4月10日
Good First IssuePaper Cut
仓库指标
- Star
- (25,662 star)
- PR 合并指标
- (平均合并 7天 18小时) (30 天内合并 37 个 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 + Wspan = (N - 1) * pitchpitchgap = pitch - W
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?).