I am having a detail attribute called “myAttr” which is a string type with value “myString”
I want this value in the text parameter of a font node.
so that I can query an attribute from the geometry and display that as text in viewport
Below is the expression I used in text field to get the value of “myAttr”.
`detail("../mynode","r",0)`
But this is not working can someone help me to make this work.
It is working for other type of attributes such as floats and integers.
but not working for string attribute.
Thanks in advance.