Answered
How to access effects and ask on blur map using script
I am trying to set the blur map layer to the selected layer and its source to "Effects and Masks", using the following code, the selected index works fine, but I can't change the source to "Effects and Masks"
blurEffect.property("ADBE Camera Lens Blur-0010").setValue(selectedIndex);
blurEffect.property("ADBE Camera Lens Blur-0011").setValue(2);
