Hello,
I add some extra attribute to all the lights.
I made a nice template, and I want to dim some controls according the value of some standard Maya attributes.
The good way to do that is to define a scriptJob with the attributeChange option for each parameter I want to look after.
If I have to look after 3 parameters for each light, I so have 30 scriptJobs. And Maya has to listen each attribute change.
What about all this on the Maya performances ? Is it neglictable ?
Thanks for your advice.