help cleaning up multi sub object material

I have a mesh with a multi sub object material with something like 150-200 materials - bu these are really just variations on each other, subtle shifts in colour and transparency. Can anyone think of a way to 'normalize' this group - to reduce it using a mapping down to something more manageable like 10 or 5?

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Marco Brunetta's picture

I guess you could do a

I guess you could do a script that compares material properties based on a predefined threshold, if the difference between two material properties falls within the threshold, then they are replaced with a new material with an averaged value. Of course the script would have to check every property and every material...

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.