We're using dashboard to, among other things, play through a sponsor loop (it just triggers a group item in the xpression sequencer, with duplicates of the "sponsor" scene in the group)
We are hoping to manage the sponsor list in a table (either inside Dashboard or excel) The take items are using a datalinq material in Xpression to apply the proper texture based on the table entry. (so if the table says "coke," it will load "coke.jpg" into the material)
So currently, we have to make sure the number of items in the sequencer group is equal to the number of entires in the table. Naturally, with constantly changing sponsors, and many different operators, this doesn't always match. So I'm just wondering if there is a command in Dashboard that we can add to a button, that would do something like:
- Get table values
- count rows that have text, ignore empty rows
- Add scene "sponsor" to the sequencer
- Duplicate that take item, the same number as the table rows
Is this achievable through the API? We are wanting to keep our operators inside of Dashboard as much as possible.
Thanks in advance for any assistance