why is this not working trying to remove a control name
this works.
if (layer.property("Effects").property(i).matchName == "ADBE AutoColor") {
this is part of the code another part of the code is not needed as the code above works.
this don't work.
i have a slider controller named Time
if (layer.property("Effects").property(i).matchName == "ADBE Time") {
if (layer.property("Effects").property(i).matchName == "ADBE Slider Control Time") {
if (layer.property("Effects").property(i).matchName == "ADBE:Time") {
non work
now according to this
yuelili.com/docs/ae-script/built-in-effect-matching-name/
