Skip to content

Node: Bone list: replace

MrClock edited this page Jun 4, 2022 · 2 revisions

Output data

The node can be used to search through a bone list, and replace certain name parts like a search-and-replace method in an IDE. A possible use of this node is to symmetrize a bone list by replacing the left or right side indicators.

image

image

Node

image

Properties

  • Replace: string to replace in the bone names
  • With: string to replace with
  • Filter:
    • Full list: return the full list of bones
    • Only the changed: return only those bones that had their names changed
  • Operation: (only if Filder is Full list)
    • Replace: replace the bone name strings in place
    • Copy and replace: replace the bone name strings on copied of the original bones (this way both the original bone and the bone with the changed name is returned)

Inputs

  • Bone list: bone list to operate on

Clone this wiki locally