ginodauri
04-13-2010, 03:07 AM
Hi
i'm having problem changing color of attributes in channel box.
This is code from maya reference:
channelBox -attrRegex "T*" -attrColor 1.0 1.0 1.0 -attrBgColor 0.0 0.0 0.0 "cb1";
channelBox -e -nodeRegex "*" -attrRegex "A*" -attrColor 0 0 0 "cb1";
I substitute "cb1" with "mainChannelBox".
On first go , Translate attributes change color , but when a change attrRegex to example "R*" nothing change etc.
I'm i missing something here or what.
i'm having problem changing color of attributes in channel box.
This is code from maya reference:
channelBox -attrRegex "T*" -attrColor 1.0 1.0 1.0 -attrBgColor 0.0 0.0 0.0 "cb1";
channelBox -e -nodeRegex "*" -attrRegex "A*" -attrColor 0 0 0 "cb1";
I substitute "cb1" with "mainChannelBox".
On first go , Translate attributes change color , but when a change attrRegex to example "R*" nothing change etc.
I'm i missing something here or what.
