Icon representing a recipe

Recipe: Add Bands To Everything 1.0.0

created by Pikamander2

Profile


Name
Add Bands To Everything 1.0.0
ID
103346
Shared with
Public
Parent
None
Children
Created on
March 27, 2020 at 06:29 AM UTC
Updated on
March 27, 2020 at 06:29 AM UTC
Description

It does exactly what it says on the tin.

Best for


Code


--https://www.youtube.com/watch?v=4jCtGRPNDtM selection.SelectAll(); num_segments = selection.GetCount(); selection.DeselectAll(); for first_segment_index = 1, num_segments do for second_segment_index = first_segment_index, num_segments do band.AddBetweenSegments(first_segment_index, second_segment_index); end end

Comments