Td 2023.11510 engineCOMP expression errors

Hey. I’m having a weird error in engine comp in my project. It gives me an error about the names that are not the part of the expression (although they might have been at some point, so maybe some kind of caching issue?). The engine comp functions properly and both parameters react to the referenced values changes so all good it’s just annoying having network report components with error.

If you look closely to the error message you would see that they don’t correspond to the expressions. Also, as I said, all functionality works, so there are no errors there actually.

Hi @densi - I would guess you have those expressions saved in the .tox you are loading in TouchEngine. If you open the .tox, set those parameters to constant mode and resave the .tox, they should clear.

I’m not sure why the errors are persisting once they are set by the Engine COMP though - we’ll take a look at fixing that.

The issue which prevented the errors from clearing is fixed in the next release of TouchDesigner - thanks for the report.

1 Like

Thank you!