Hello guys.
I’m trying to create a script that I choose an element and the architeture link. Than it checks the room where the element is and write the room name in a parameter of this element.
But when I execute it is not filling the parameter.
Be sure to use Export as Image when creating a screenshot. The whole canvas will be exported (not just the visible window) so make sure you’re zoomed in enough that node titles are visible. Right now we can’t read any of your nodes. I’d suggest using the out of the box SetParameterByName node and watch for warnings.
Your custom node is suppressing warnings. That’s why I suggested using the out of the box node. It would also be beneficial if you pinned the node preview bubbles for all your nodes (or at least the ones being used as inputs). We don’t know what values you’re supplying the node at the end.
I do notice that some string values aren’t showing as strings? Can you use Object.Type on the parameter name and returned values to confirm they are strings? I assume that’s why you’re using the custom node SetParameterSetValueString but it obviously isn’t working. Replace it with SetParameterByName and see if it gives you a warning.
Thats works now. Thank you very much