Hi, I have a plugin that uses a list of hardcoded variable IDs to set colors for text.
When I create a new file, link the library with my variables, and call getVariableById
it doesn’t fail but when I try to apply it to a node using setBoundVariableForPaint
I get The variable with id "VariableID:7451bd8375ccbe6a2d7e9fcda9e5fcad24dbb1da/1813:605" does not exist at...
When I manually apply the variable to a rectangle in the same file, it then works. So I would say this is a bug. Or maybe I’m missing some other function that I need to use?