Question
Fill Tint script problem
A long time ago I downloaded this script in this forum:
if (app.selection[0].hasOwnProperty("fillTint"))
app.selection[0].fillTint = app.selection[0].fillTint < 0 ? 100 : app.selection[0].fillTint > 10 ? app.selection[0].fillTint - 10 : 0;
My problem is when I Select my object Fill 100% Tint Black, and try decrease the tint %, a error appear: