Traceback (most recent call last):
File "D:/HDAs/MOPsPlus/MOPsPlus_Indie_20210517/scripts/python\mops_mapper\mapper_delegate.py", line 189, in createEditor
editor.setText(value)
TypeError: 'PySide2.QtWidgets.QLineEdit.setText' called with wrong argument types:
PySide2.QtWidgets.QLineEdit.setText(long)
Supported signatures:
PySide2.QtWidgets.QLineEdit.setText(str)
I have to click on the select node button and accept a node from the list and then delete that path from the string field and enter my text.
also while i'm here a super helpful new feature for this node would be the ability to reorder rows. instead of having to delete then am re-enter values if you want them in a different order.
I'm not able to replicate this bug on my end. Can you tell me what version of Houdini you're using? Is the scene you're working on an upgrade from a much older build of MOPs Plus? I'm testing in both 18.0 and 18.5 and have no trouble modifying string attributes.