Make exclude shapes

Discussion of Photoshop Scripting, Photoshop Actions and Photoshop Automation in General

Moderators: Tom, Kukurykus

SaschArt

Make exclude shapes

Post by SaschArt »

Hello,

I want to copy paste a shape from a layer to another, no problem with copy paste part but how to make an exclude operation for this shapes areas (subpaths) ?

I use this in VB:


Code: Select alldoc_ref.ActiveLayer = layer_from
app_ref.ExecuteAction app_ref.CharIDToTypeID("copy")
doc_ref.ActiveLayer = layer_to
app_ref.ExecuteAction app_ref.CharIDToTypeID("past")



Thanks