Nuwan Thilina
Forum Replies Created
-
Hello Tom, It seems like an amazing project. It does 90% what I wanted. Never seen this type of script before.
There are two problems I wanted to resolve/improve.01. Visual previews in the library instead of text.
02. Subfolders for subcategories.Thank You,
Nuwan T. -
Thank you, Scott McGee, for taking me to right direction. I didn’t have any guide before you sending me invaluable information.
I will start my research from today, Thanks again.Hello Tom,
01. Yes, Build this for others.
02. We (me & my partner) are making AE templates Full time and looking a way to package them as one plugin.
We will be reaching 1000+ elements this year.03. Actually, I learned a lot about Javascript from Creative cow forum. Special from Dan Ebberts’s posts. I really enjoy it.
But I’m thinking about hiring someone to make the plugin and learn along the way.Thank You,
Nuwan T. -
Thank You, Dan, Learned a lot from you. Always comes in to help in difficult situations.
Also done some research based on your codes. And found an amazing resource. I think this will help other newbies like me to adjust the code bit.https://www.w3schools.com/js/js_operators.asp
Thanks Agian,
Nuwan T. -
Hello, I have a hard time trying to make a modification to this valuable script. Tired for hours no luck ☹
Anyone can help me with it?Here is what I want to achieve
If slider value is 1,2,3,4,5,6 checkbox should be On If not OFF
Thank You,
Your help is highly appreciated. -
Hello there, I have found another simple solution today.
01. Let’s assume that we need 1 minute time for each camera. We have 10 different cameras to switch between.
02. Create new comp “all cameras” with 10 minutes duration. Put camera layer 01 from 0mins – 1mins.
Second camera layer 1mins – 2mins. Follow similar way for all 10 camera.03. Then create another new comp ” Final”. Time duration of 1 minutes.
Then add “all camera” comp in to it and trim that comp 0 -1min (which contains first camera)
Then trim it again 1-2 mins. continue this until 10 mins. Now you get 10 comps.You can simple switch camera using opacity or linking opacity to checkbox expression now.
I tried to explain it well. But english is not my first language. Sorry for any errors. Let me know if anything is not clear.
Cheers.
Nuwan T. -
Nuwan Thilina
November 27, 2016 at 4:44 pm in reply to: Ae wiggle expression jumps after start from specific time.My bad Just figured it out.
Posted the code here. So it may help other users.timeToStart = 2.5;
transitionDur = 1;
freq = 1.5;
maxAmount = 50;amount = easeIn(time, timeToStart, timeToStart+transitionDur, 0, maxAmount);
wiggle(freq, amount);
-
Nuwan Thilina
November 27, 2016 at 4:30 pm in reply to: Ae wiggle expression jumps after start from specific time.One question,
Can you let me know how to enable both axis(x,y) to animate (wiggle)
in above expression.Thanks.
-
Nuwan Thilina
November 27, 2016 at 3:58 pm in reply to: Ae wiggle expression jumps after start from specific time.Wow…! This is exactly what I wanted. Spent the whole day trying to figure this out.
Thank you so much. You saved my tomorrow. ?Thanks again,
Nuwan T.