Custom Parameter Tags ¶

   234   2   1
User Avatar
Member
13 posts
Joined: Oct. 2019
Offline
Hi everyone !

I'm currently trying to learn how to create our own custom parameter tags. I'm trying to create a semi-complex tag inspired by the one on the "joints#" and "parent#" parameters:
from kinefx.ui import rigtreeutils
rigtreeutils.selectPointGroupParm(kwargs)

What I want is using the "selectPointGroupParm(kwargs)" function to access the points in the input of another node (currently this code allows to access the points of the current node's inputs).

For that I have to add new lines of code, and there is my problem: I cannot add this pilcrow ¶ symbol to the script that tells when we start a new line. (copy-pasting the symbol from internet doesn't work, from the script itself either, and trying the shortcut to create it doesn't too...)


Does anybody know how to write correctly a script with multiple lines for parameter tags ?

Thank you very much !
Edited by Debrumaire - Jan. 23, 2026 17:48:33

Attachments:
Tag_Script.png (25.6 KB)

User Avatar
Member
4 posts
Joined: July 2019
Offline
These particular tags are better handled using the dedicated interface for the parameter's Action Button. Under the Parameter Description panel go to Action Button and the code you enter here will also update the `script_action` tag you've highlighted.

Attachments:
Screenshot 2026-01-30 132532.png (73.6 KB)

User Avatar
Member
13 posts
Joined: Oct. 2019
Offline
Ooooh ! Thank you so much didn't know it was done this way it makes sense !
  • Quick Links