Use this:

JASS:
if GetLocalPlayer() == GetTriggerPlayer() then
endif
Just implement the two lines with a custom script, with the endif after the last action you need regarding a fade filter for one player.
Disclaimer: GetLocalPlayer() is known to cause mass amounts of Desyncs and should not be used in combination with all but a few instances (this one is safe).