Page 1 of 1

thru command / SetSourceHandleRange

Posted: 24 Jun 2018, 13:23
by sideshowbond
is there a thru command for SetSourceHandleRange?

Re: thru command / SetSourceHandleRange

Posted: 24 Jun 2018, 22:19
by Gregory
Sort of, try this:

Code: Select all

Handles.SetSourceHandleRange("PlaybackWindow", {0})
ActionScript.SetProperty.SetFlag("Handles.ThroughModifier", "Once")
Handles.SetSourceHandleRange("PlaybackWindow", {60})