how do I create a string attribute from a Python Script in the PDG chain for example:
test_string = 'Hello' attr_name = test
I want to save test_string value into a string attribute when the python script runs without creating an attribute create node. Is that possible?
thanks
