-
Is there a way to show selected properties using ExtendScript?
Hi,
I wish to show selected properties in scripting for layers. How can I do that?
app.project.activeItem.layer(1).property("ADBE Transform Group").property("ADBE Position").selected = true;This code will select the position property of first layer. Now I have to show the property. How can I do that? In mannual way I can press ‘ss’ to show it. But in script I don’t know if there’s a way. Please let me know if it possible to do.
==================================================================================================
Thanks in Advance…– Adirai Maji
Sorry, there were no replies found.