typeName differences depending on app.language
Posted: April 8th, 2010, 1:29 pm
I have a script that makes a list of all compositions in the project by testing
A person using the script was having errors and it turned out that the language they are running after effects in would have me write
Is there a language independant way to test if an item is a composition?
Code: Select all
if(item.typeName == 'Composition')
Code: Select all
if(item.typeName == 'Komposition')