parent.thisComp.name
expression
"parent.thisComp.name"
I want get name from the parent composition. What can i do to make magic happen?
expression
"parent.thisComp.name"
I want get name from the parent composition. What can i do to make magic happen?
There is no such thing. Since a pre-comp can be used a million times in other compositions it can have infinitely many parents. That's a simple logic issue. You have to explicitly reference the parent comp or use some strict naming convention and string processing to filter out whatever comp you want to address.
Mylenium
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.