View Single Post
Old 27th September 2018, 23:39   #57  |  Link
johnmeyer
Registered User
 
Join Date: Feb 2002
Location: California
Posts: 2,695
I think that if you want to do a bob() that can then immediately be recombined to give you exactly what you started with, you use this:

Code:
bob(0.0,1.0)
Obviously you would never actually bob and then do this:

Code:
separatefields().selectevery(4,1,2).weave()
to put everything back together, but there are all sorts of scripts where it is important not to introduce shifts.
johnmeyer is offline   Reply With Quote