lxp
9
You can use buttons to add tags, like this one for single tags:
@nodeselect
SetAttr META "tags:+tag0"
Or this one, if you prefer a dropdown menu:
@nodeselect
SetAttr META "tags:+{dlgchoose|Add a tag|tag1+tag2+tag3+tag4}"
If you need a list of tags you currently use, this script can help:
This script can sync tags between files:
CopyMeta can copy tags from one file to other files:
1 Like