Search found 7 matches

by manjunath7472
December 6th, 2021, 7:50 am
Forum: Expression Discussion
Topic: ShapeLayer rectangle > trim path start end offset expression to adjust with rectangle size
Replies: 1
Views: 5890

ShapeLayer rectangle > trim path start end offset expression to adjust with rectangle size

Hi there,

please check image attached.

i have simple rectangle with stroke and trim path. When i adjust size of rectangle width or height then the start, end, offset of trim path shud adjust automatically to new rectangle size to retain original shape.

Please help.

by manjunath7472
November 10th, 2021, 3:13 am
Forum: Scripts Discussion
Topic: Export Jsx as binary from VScode Error : "cannot read property 0 of undefined"
Replies: 0
Views: 10310

Export Jsx as binary from VScode Error : "cannot read property 0 of undefined"

Hi there,

Am trying to export Jsx as binary from VScode(extendscript extension installed). But when i try to Export jsx as binary it is giving an error saying "cannot read property 0 of undefined"

Can someone plz help me with this.? Thanks in advance.

by manjunath7472
November 6th, 2021, 10:41 am
Forum: Scripts Discussion
Topic: AE Extension | Trigger 9 different functions with single button and keyboard Numpad 1-9
Replies: 1
Views: 5628

Re: AE Extension | Trigger 9 different functions with single button and keyboard Numpad 1-9

This i achieved thru scriptUI object in jsx script using CSinterface. Thank you

by manjunath7472
November 6th, 2021, 2:55 am
Forum: Scripts Discussion
Topic: AE Extension | Trigger 9 different functions with single button and keyboard Numpad 1-9
Replies: 1
Views: 5628

AE Extension | Trigger 9 different functions with single button and keyboard Numpad 1-9

I want 9 different functions to be triggered by single button and keyboard numpad (1-9) in my After effects extension. I got some solution from stackoverflow and it works fine in online html editors but doesn't work in after effects. Below is the sample code. Can someone plz help. <button type="...
by manjunath7472
June 5th, 2015, 8:14 am
Forum: Scripts Discussion
Topic: How to Get all Nested Comps into an Array from current comp?
Replies: 0
Views: 7818

How to Get all Nested Comps into an Array from current comp?

Can anyone please share a function() or idea ..to get all nested Comps into a single array from current active comp.??Am banging my head on wall to find atleast one property where its linked to Nested comp and Main comp in Project window.I saw "Reveal in Composition" is Linked to Parent C...
by manjunath7472
June 3rd, 2015, 3:20 am
Forum: Scripts Discussion
Topic: My first AE Script.Plz review and help with calc and notepad
Replies: 1
Views: 7665

My first AE Script.Plz review and help with calc and notepad

Plz review and also help me with calculator and notepad buttons.After effects freezes until i close opened item(calc or notepad). //Creates a parented 2D or 3D null in the average positions of selected 2D or 3D layers. // If u have small 2d or 3d layers scattered in one corner of comp, select those...
by manjunath7472
June 2nd, 2015, 2:48 am
Forum: Scripts Discussion
Topic: Running System Object freezes after effects until i close?
Replies: 0
Views: 7583

Running System Object freezes after effects until i close?

Hi Below is code for a button in after effects. var calc =system.callSystem("cmd.exe /c\"notepad"); When "onClick" calculator is opening but after effects freezes until i close calculator. Any code that i can add to break the connection. Plz help.