[Closed] filtering specific custom attributes in trackbar
Hi there!
I have an object which has quite a few custom attribures on it and I am trying to find a way to filter particular ones in the trackbar.
I have seen this before in a morph script and I know it’s possible but the scripting seems really confusing to me, I’m no script master but also the morph script was encrypted so I couldn’t use it as reference.
To set the filter to current transform the script is trackbar.filter = #CurrentTM and the other general filters are pretty straight forward but to choose a specific track seems hard.
In the scripting help it says to isolate keys on any objects named “sphere” the script would be,
[color=DarkOrange]fn FilterBlinks theAnim theParent theIndex theGParent theNode = ( substring theNode.name 1 6 == “Sphere” )
[/color]I actually couldn’t get that one to work let alone directing it to the name of my custom attribute? 🙁
If there’s anyone out there who knows how to set this up, please help!!!
Thanks
Pete