Change BG or Text colour of a attribute in the Channel Box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I have a script that reorders custom attributes in the channel box and allows you to create dividers, I want to add a bit more functionality to it by adding a option to change the colours of the BG of a attribute and maybe the colour of the text.
I found this section in the Maya documentation:
Using the example at the bottom of the page, it does make the channel box attributes black (0,0,0) based on any value starting with "T" and changes the text colour of any attribute starting with the letter "a" but this is not a persistent setting, or does not get saved with your maya scene. It seems to be current maya session only.As soon as you quit Maya and reopen it, it resets to default.
Is there a way to have this save with your scene?
Once I can figure that out or get a answer to it, then I can start looking at doing it for selected attributes only.