Answered
can someone help me? I need a script code for Photoshop cs 6, that mirror all the layers in a group, not the group, every layer individual, please!
I need a code script that mirror every layer in a group please!
I need a code script that mirror every layer in a group please!
Right now the command use the pivot point for the transform on the Center right part you can change this line:
bcm_mirrorAllCH(getSelectedLayersIdx(),'CR', 'Horizontal' );
with this:
bcm_mirrorAllCH(getSelectedLayersIdx(),'CC', 'Horizontal' );
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.