I have an HDA in LOPs with a string parameter. I want user to drop on it an attribute from Scene Graph Details, e.g. inputs:intensity. When I do that I got '/prim/path.inputs:intensity' so I created a python callback to remove prim path from it and set corrected value on the parameter.
Unfortunately when I do that parameter still shows full path even though when I change anything on the HDA parameter updates and I get desired value.
How can I force HDA to update parameter display right after drag and drop operation?
Thanks for any help!
