Page 1 of 1

How can I avoid Loader settings from changing?

PostPosted: Thu Apr 12, 2018 9:11 pm
by lua_scripting
I'm using a lua script to create and initialize a loader, however, I'm finding that the Global In/Out and Trim In/Out settings aren't persisting to what I set.
Code: Select all
l.ClipTimeStart = 0
l.ClipTimeEnd = 31
l.GlobalIn = 116
l.GlobalOut = 147
l.HoldFirstFrame = 0
l.HoldLastFrame = 0

Has anyone had a similar problem and figured out how to stop the settings from changing? I tried to initialize all the settings at the same time using l:SetAttrs() but that wouldn't set the Global In/Out or Trim In/Out.