Сhange «Rotation» via Extendscript?
I'm really confused, I have all these things working:
but it doesn't work:
I'm really confused, I have all these things working:
Or it you're using the matchname as with your others, it's ADBE Rotate Z. Matchnames (i.e. scripting's internal names for the properties) are generally preferable as they aren't app language specific.
You could always use a simple script that will tell you the matchname of the selected property if you run into this again:
alert(app.project.activeItem.selectedProperties[0].matchName);
There's a great script by Jeff Almasol called GimmePropPaths which helps a lot with this but I don't think his website is up these days so not sure there's anywhere it's easily obtainable.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.