Search found 5 matches

by bouncingkeys
November 5th, 2015, 6:47 am
Forum: Scripts Discussion
Topic: ScriptUI Panel update or redraw graphics
Replies: 3
Views: 11679

Re: ScriptUI Panel update or redraw graphics

Hi Xavier and sorry for the late answer!
Works like a charm :)
by bouncingkeys
November 3rd, 2015, 9:18 am
Forum: Scripts Discussion
Topic: ScriptUI Panel update or redraw graphics
Replies: 3
Views: 11679

ScriptUI Panel update or redraw graphics

Hi, I am having a problem redrawing the graphics in a panel group. What I need is when I press a button, the currently drawn graphics to be cleared/disappear and the new to appear. This is what I have: var ctr = 0; var win = new Window('palette', appName+ver, [100, 100, 330, 410], {resizeable: true}...
by bouncingkeys
May 13th, 2015, 1:02 am
Forum: Scripts Discussion
Topic: Offset selected keyframes in ascending order in AE
Replies: 3
Views: 10107

Re: Offset selected keyframes in ascending order in AE

I just found the answer, after weeks of thinking over this. The problem was that each of the property is on a different depth. So, getting the just propertyIndex at the current depth of the property is irrelevant as it can be for example 3, but it's property depth is 5 and the outermost propertyInde...
by bouncingkeys
May 4th, 2015, 11:48 am
Forum: Scripts Discussion
Topic: Offset selected keyframes in ascending order in AE
Replies: 3
Views: 10107

Re: Offset selected keyframes in ascending order in AE

Thanks themessers for your suggestion
Won't this offset the layers instead of the individual properties in each layer?
by bouncingkeys
May 2nd, 2015, 11:56 am
Forum: Scripts Discussion
Topic: Offset selected keyframes in ascending order in AE
Replies: 3
Views: 10107

Offset selected keyframes in ascending order in AE

Hi guys I've been trying to create a script for offsetting keyframes in AE. The problem is that I cannot make the keyframes to offset in ascending order. Visually each property that is above another property in the layer should be offset 2 keyframes to the right from the property below ( http://i.im...