How to chage name of argument of Python Script Node

Hi all,

If someone know how to change the name of argument of python script node from ‘IN’ to a specified name ?
argName

 

 

 

 

 

Thanks and regards,
Yoji

you cannot do this as of know. It’s not supported. What you can do instead is create a custom node and put your python node inside of it. then you can change input names for the custom node.