Cole Bo
Forum Replies Created
-
Cole Bo
March 26, 2019 at 9:45 pm in reply to: Trying to create a very simple script loop for PresetsHi Chris! Not sure if you’re still having the issue or not.
Here is what I have in my Ft. Toolbar2:Button Parameters: ANIMATION PRESET
~/Documents/Adobe/After Effects CC 2018/User Presets/Layer Styles/Inner Shadow.ffxNot sure if this is helpful or not for your situation. That’s the method I use for FT Toolbar2
-
I’m a bit late to the party (only 5 years). But using a combination of 2 shortcuts (select all keyframes then delete them) it can be done. Not sure if this is what you’re looking for, but it may come in handy!
1) Select the layer(s)
2) Push the U key (This will reveal all keyframes on the selected layers)
3) Push Ctrl + Alt + A (This will highlight all keyframes that are showing)
4) Delete (This will delete all selected keyframes)There is another one for deleting expressions as well. I use this for compositions I’ve duplicated and no longer want the expressions on. So instead of going through and deleting each expression individually:
0) Assuming all layers inside the composition are collapsed before doing this
1) Select the layer(s)
2) Push the E key twice (Known as EE) (This will also reveal all expressions within the layers selected)
3) Push Ctrl + Alt + A (This will highlight all keyframes that are showing)
4) Push Alt + Shift + = (This will delete all expressions)
5) If you want to get rid all the effects too (Slider expressions or anything else)
6) Ctrl + Shift + E (Deletes all effects)Hope this helps!
-
Cole Bo
March 8, 2018 at 3:31 pm in reply to: long shot – any suggestions how to identify identical compsSomething that I generally will do is go to the project panel and search “Unused”. This will show everything that is not being used. From my understanding, that does the same thing as Reduce Project. If you have any unnecessary duplicates of footage, solids, compositions or any other project material. Then I would recommend checking out a script called Project Cleaner on the AEscripts website. It’s a free script you can download too. Hope this helps!
-
While we’re at it, here’s a huge shout out to the 12 people:
Product Manager: Victoria Nece
Program Manager: Scott Getchell
Senior Engineering Manager: Andrew Cheyne
Engineering Manager: Bill Chen, Michelle Gutierrez, John Nelson
Product Marketing Manager: Michelle Gallina
User Experience Design: Ramiz Sheikh, Troy Church
Software Development: Jason Bartell, Scott Carver, David M. Cotter, Becky Fox, Jamie Gjerde, Jessica McMillan, Seth Monger, Andy Morgen, Alex Parenteau, Vladimir Potap’yev, Chris Robinson, Rick Rocheleau, Amir Stone, Victor Wang, Thomas Yang
Quality Engineering: Maki Aoki, Monica Hanson, Matt Harshman, Field Kuang, Tim Kurkoski, James Landy, Joy Raisinghani, Dacia Saenz, David Simonton, Joel Telling, Steve Tiborcz, Paul Uusitalo, Keiko Yamada
Sensor Manager Team: Rekha Agarwal, Priyanka Gupta, Anuj Gupta
Creative Technologies Lab: Kevin Wampler, Oliver Wang
Studio Buddies: James Acquavella, Jeff Almasol, Daniel Ramirez, Erica Schisler, David Simons, Daniel Wilk
Invaluable Support: Kerri Pearson, Meredith Yeary
API Engineering: Zac Lam
Release Engineering: Sapan Garg, Aishwarya Mathuria, Anirudh Singh, Gurrajan Singh
DVA Quality Engineering: Sparsh Agrwal, Akshat Bhargava, Brajesh Kumar, Charul Singh
Localization Engineering: Achintya Dixit, Saurav Gupta, Anubhav Jain, Amit Kumar, Atul Upadhyay
Data Science: Chris Prosser, Emily Hawks, Jared Torre
Community Content & Support: Greg Baber, Chad Baker, Vinay Dwivedi, Akanksha Gupta, Abhishek Kapoor, Kevin Monahan, Jeba Joseph Vedamuthu
Codename Cleverness: Britt Huff, Wes Welch
Is it me, or does this seem like it might be more than 12 people…?
-
Somewhat a common issue, but it also depends on what your computer specs are too. In my experience, I usually just render the After Effects project with After Effects, then I will bring the file over to Media Encoder.
-
No worries! You can’t see what’s inside the composition because the window you have opened is the layer window. To view the preview for the composition, double click the “Arrows in View” in your project panel. This should fix the issue
-
Walter, I can not thank you enough for your post. That was seriously my most sought script/shortcut for the past year. I try my best to donate monthly to trustful organizations, whenever I can afford to. This month my donations were:
MIMSI: $40
Animal Charity Evaluators: $30Here are the links to donate if anyone else is interested in donating as well:
https://www.animalcharityevaluators.org/tc-donation/
https://www.mimsi.org/donate-now.htmlThank you again Walter for your response!
-
Thank you Chris for your reply, I highly appreciate knowing that I’m not alone on wanting a shortcut like this. Because it would save a ton of time! I just finished submitting the request too. Hopefully they take into account on how helpful this would be for editors. I’ve searched through similar forums and there are people who have been requesting this for nearly 4 years! I suppose we’ll have to be patient, but it will be worth it. Again, thanks for your helpful reply!
-
Try holding down Ctrl + Alt then click on one of the mask points.
-
My guess is that the some of the faces are inside of a pre-composition. Then the CC Reptile effect is applied to the pre-composition while the collapse transformation is on.
As for the “bounce” effect:
You’ll need to apply an expression to the scale property of the layer. (Alt + Left Click the scale stopwatch)
Then paste this expression, that was created by Dan Ebberts, into the expression field:freq = 3;
decay = 5;n = 0;
if (numKeys > 0){
n = nearestKey(time).index;
if (key(n).time > time) n–;
}
if (n > 0){
t = time – key(n).time;
amp = velocityAtTime(key(n).time – .001);
w = freq*Math.PI*2;
value + amp*(Math.sin(t*w)/Math.exp(decay*t)/w);
}else
valueYou can find more information here: https://www.motionscript.com/articles/bounce-and-overshoot.html
You can also find out more incredible tutorials here too: https://www.motionscript.com/index.html