Re: Panel Update LUA script

Home Forums General Programming Panel Update LUA script Re: Panel Update LUA script

#2988
Filch
Participant
    • Topics: 22
    • Replies: 173
    • Total: 195
    • ★★

    So if I had Tab Group "Effects" and I wanted it to pop over to tab 2 of that group, it would just be something like :

    panel:getModulatorByName("Effects"):setModulatorValue(1, false, true, true)

    **edit**
    That doesn’t work. There’s no error b/c it’s valid, but it doesn’t display the Tab I’ve told it to select.

    Ctrlr