Hi everyone,
I’m working with a ScriptOp TOP in TouchDesigner 2023.11600 to perform some custom math and export the results to a table DAT. The script is functioning correctly, and I don’t require anything from the TOP’s visual output.
However, I do need the Script TOP to cook regularly to ensure the data is updated. At the moment, I’m forcing the cook by referencing the TOP elsewhere in the network in a way that doesn’t actually use its output—essentially a workaround. While this approach works, it feels a bit hacky and inelegant.
Is there a cleaner or more appropriate way to force the Script TOP to cook even if its output isn’t needed?
Thanks in advance for any insights.