Forum Replies Created
-
Avinash Ramanath
April 6, 2021 at 5:03 amThanks
-
Avinash Ramanath
February 16, 2021 at 12:05 pmHi Trent, thanks for your reply and direction.
I found a better way and shorter of doing it. Leaving the code here for someone who might find it useful,
Thanks to Nick Khoo’s video –
https://www.youtube.com/watch?v=j3HftxMxbfs&t=564s&ab_channel=NickKhoo
Apply point control effect to the text layer and paste the below expression to sourceText param.
s = "" + Math.round(effect("Point Control")("Point")[0]); "INR " + s.replace(/\B(?=(?:(\d\d)+(\d)(?!\d))+(?!\d))/g, ',') + "+";
//use this for numbers with decimals
s = "" + Math.round(effect("Point Control")("Point")[0]); "INR " + s.replace(/\B(?=(?:(\d\d)+(\d)(?!\d))+(?!\d))/g, ',') + "+";
Some contents or functionalities here are not available due to your cookie preferences!This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.
-
Avinash Ramanath
February 16, 2021 at 8:32 amOK, thanks very much for trying. I will use this hack sometime in the future.
-
Avinash Ramanath
February 16, 2021 at 2:06 amThanks but I wanted the Path 1 attribute exposed so that I can select its leads and modify it
-
Avinash Ramanath
February 16, 2021 at 2:05 amThanks for your effort on this. Running this code exposes the path property. Is there any way I can show its parent – Path 1 and make its state as selected? Fingers crossed.
-
Avinash Ramanath
January 29, 2020 at 8:59 amThanks for the reply Andrei Popa, But it’s not doing what I wanted.
-
Avinash Ramanath
November 4, 2019 at 6:36 amSorry for the late reply, Thanks for this Dan, I will check and share an update.
-
Avinash Ramanath
August 13, 2019 at 8:29 amThanks, Tomas. Let’s hope for a better future.
-
Avinash Ramanath
August 4, 2019 at 3:28 amThank you Walter Soyka
-
Avinash Ramanath
February 4, 2019 at 3:15 amThanks, Andrei, this works. I will consider your advice. Thanks for taking the time out to solve my problem.