The render will flash on start up because the settings that are retrieved are done so asynchronously, so at the beginning it will try and use the default input in the tool path method, while the current default has the paths disabled. (of course this can change but I am mainly highlighting the fact that new settings are not retrieved on the refresh macro)
Macro: Refresh:
Database: Refresh:
We get the returned data via events in the event structure (similar for Funnels and Rectangles when updated)
However, we want these in the event queue. So my thought was that maybe a synchronous method for refreshing the database might be worth considering in this instance?
The render will flash on start up because the settings that are retrieved are done so asynchronously, so at the beginning it will try and use the default input in the tool path method, while the current default has the paths disabled. (of course this can change but I am mainly highlighting the fact that new settings are not retrieved on the refresh macro) Macro: Refresh: Database: Refresh:
We get the returned data via events in the event structure (similar for Funnels and Rectangles when updated)
However, we want these in the event queue. So my thought was that maybe a synchronous method for refreshing the database might be worth considering in this instance?