SIGN IN
::
SPONSORS
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
MAGAZINE
TRAINING
VIDEOS - REELS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
ADOBE AFTER EFFECTS:
Home
Forum
Basics
Expressions
Tutorials
Podcasts
Motion Graphics
Training
Cinema 4D
FAQ
Re: Here are the two parts together
Cow Forums
:
Adobe After Effects Expressions
VIEW POSTS
•
ADD A NEW POST
•
SEARCH
•
CHANGE FORUM
Respond to this post
•
Return to posts index
•
Read entire thread
Re: Here are the two parts together
by
Peter O'Connell
on Aug 22, 2008 at 6:52:19 pm
s = " ";
i = 1;
while (true){
try{
s += thisComp.layer(index-1).effect(i).name;
}catch (err){
break;
}
i++;
s += "r ";
}
"Layer : " + thisComp.layer(index - 1).name +
"rOpacity = " + thisComp.layer(index - 1).opacity.value +
"rScaleX = " + thisComp.layer(index - 1).scale[0] +
"rScaleY = " + thisComp.layer(index - 1).scale[1] +
"rEffects:" +
"r" + s
Respond to this post
•
Return to posts index
•
Read entire thread
Current Message Thread:
Layer info text layer listing effects?
by Peter O'Connell on Aug 22, 2008 at 2:44:34 pm
Re: Layer info text layer listing effects?
by Dan Ebberts on Aug 22, 2008 at 4:30:57 pm
Re: Layer info text layer listing effects?
by Peter O'Connell on Aug 22, 2008 at 5:27:23 pm
Here are the two parts together
by Peter O'Connell on Aug 22, 2008 at 5:44:11 pm
Re: Here are the two parts together
by Peter O'Connell on Aug 22, 2008 at 6:52:19 pm
Note:
If you are a registered user please
click here to login
before posting.
Your post will not be accepted if your name and email address are not registered in our database. Click
here
if you do not have an account.
Name
E-Mail Address
Subject
E-Mail me when someone responds
Just This Message
Entire Thread
None
Message:
Note:
The following are HTML characters and may cause parts of your post to disappear if not used correctly: < > &
To include any portion of the post in your response, highlight the desired text and hit the "Q" key.
Read more...
Please post Expressions Code in the box below:
Add your message signature
Note:
By clicking "Post Direct" button above, you are agreeing to the Creative Cow's
Code of Conduct
.
FORUMS
•
TUTORIALS
•
MAGAZINE
•
TRAINING
•
VIDEOS - REELS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
©
CreativeCOW.net
All rights are reserved.
[
Top
]