-
Need to update project info in a panel…
Okay so I have this script that loads in project info (name, starting frame, total frames, etc)
But the problem is that if I go and load another project, the panel doesn’t update with the new information. For example, if I load a project named “projectA” the panel will initially work fine. If I then load a project named “projectB” I would expect the panel would update with the new projectB info, but it does nothing.
No matter what I do I can’t get it to load the new project info. Is this possible? Is there a way to “refresh” or “reload” a panel? The only possible solution so far is to make it into a window and then close/reopen the window… but I’d really prefer to get that result inside a panel instead.