PDA

View Full Version : mix8layer mode settings?


oil_on_glass
01-06-2007, 10:43 PM
Does anyone here have a list of what the different mode #'s represent for the mix8layer mental ray shader? Which number is for add(screen) etc.


thanks!

djx
01-07-2007, 04:49 AM
This list is an extract from the AEmix8layerTemplate.mel (which comes with mix8layer)


-ei 0 ") alpha"
-ei 1 ") normal.mix"
-ei 2 ") add"
-ei 3 ") multiply"
-ei 4 ") substract"
-ei 5 ") screen"
-ei 6 ") darker"
-ei 7 ") lighter"
-ei 8 ") difference"
-ei 9 ") average"
-ei 10 ") negation"
-ei 11 ") exclusion"
-ei 12 ") overlay"
-ei 13 ") hard.light"
-ei 14 ") soft.light"
-ei 15 ") color.dodge"
-ei 16 ") color.burn"
-ei 17 ") reflect"
-ei 18 ") glow"
-ei 19 ") stamp"
-ei 20 ") freeze"
-ei 21 ") heat"


With this mel file in your scripts folder, the attribute editor will show the names in the blend mode drop-down menu.

oil_on_glass
01-07-2007, 10:54 AM
much thanks!