Question
Script the Drop Down Menu controller name
Why can i not set the name of the friggin drop down menu controller.
var dropDownEffect = myLayer.property("Effects").addProperty("Dropdown Menu Control");
dropDownEffect.name = "Desired Name";
.name works well for all other effects.
Any ideas?
