| | |
|  | Animation Menuby Mohammed Omidvar 4 days agoHi, Is there a possibility to make a menu for your animation So imagine you have a character with 3 animations in its comp. Lets say "Run Animation" "Jump Animation" "Falling Animation" I know you can | Re: Animation Menu by Scott McGee 3 days ago Simple answer is yes. I can think of a few ways you can accomplish this, but I left this up to my assistant to do as she was better than me with animation cycles. So you can build a plugin script that
|
| |
| | |
| | |
|  | Right aligned text - sourceRectAtTimeby Lucy-Rae Naylor 1 week agoFirst of all I'm not very versed in code, just know my way to get by.. I have a lower third which I need to come on from the right, and be right aligned. For the left lower third I've just used.. Size | Re: Right aligned text - sourceRectAtTime by Scott McGee 1 week ago Hey Lucy, Try this content("Rectangle 1").content("Rectangle Path 1").size 1 I'd normally set my anchor point to achieve this rather than put it in the position of the shaper layer contents. so my anc
|
| |
| | |
| | |
|  | Multiple position ease expressionby Scott McGee 4 months agoI have 20 text layers. different amount of lines per text layer It comes on from the top left side and then when the next on comes in moves down underneath, then the next one comes on from the side an+1 | |
| | |
| | |
|  | | |
| | |
| | |
|  | | |
| | |
| | |
|  | selectLayers scriptby Scott McGee 7 months agoI understand that selected layers, requires a bit more brain hurt, but to get a selected item for(var i = 0; i <= 3 ; i++ ){ b i .onClick = (function(i){ return function() { app.beginUndoGroup("Add | Re: selectLayers script by James Ronan 7 months ago Hey Scott. Here's a rough example of a window with 3 buttons, that adds or replaces the fill effect across all selected layers: Hope that helps! var win = new Window('dialog', "Test"); var btnAry = ;
+1 |
| |
| | |
| | |
|  | Date given + 7 or something elseby Scott McGee 2 years agoI'm given an upload date in a text file. example 2017-08-08 I need an expression that will take this static date and add 7. So that it works out current date might be 2017-08-10; date1 = 20170808 date | |
| | |