keziagreste
Dec. 31, 2025 21:33:51
I have a skeleton where joints have a name attribute and a shape library where each shape primitive has the same name as its corresponding joint. In attachjointgeo, the Group expects @name=jointname and shape name expects a primitive name. Is there any supported way to make attachjointgeo procedurally attach shapes based on matching joint/shape name attributes without manually assigning?
In the attachment below a single joint and shape are isolated and manually assigned, which is what I’m trying to avoid doing for every joint.
edward
Jan. 3, 2026 16:31:35
There's no attachment? For operations like these, usually there is a Match By Attribute parameter that you can use. But you might need to make sure that the attribute is the right type and on the right geometry.
keziagreste
Jan. 3, 2026 20:58:49
Apologies. I have added the attachment now.
I can't find any such option.
edward
Jan. 4, 2026 10:15:08
Ah that option I was thinking about is on the Shape Templates. I gave it a go and it seems to do it. Note that I also had to promote the name attribute to a point from primitive to get it to work.
keziagreste
Jan. 5, 2026 01:27:56
Thanks!!