Search found 14 matches

by i4n
October 24th, 2011, 4:38 pm
Forum: Scripts Discussion
Topic: Graph editor button commands
Replies: 0
Views: 5912

Graph editor button commands

Hey All, It would be really great to be able to attribute common graph editor's button tasks to variables so I could assign to keyboard shortcuts. These are the two I'm most interested in: *"Fit all graphs to view" *"Auto-zoom graph height" To anyone's knowledge, are there alread...
by i4n
October 6th, 2011, 12:39 pm
Forum: Scripts Discussion
Topic: Convert expressions to keyframes++
Replies: 2
Views: 21409

Re: Convert expressions to keyframes++

Thanks, Paul. You are a constant help in these threads. As I learn more I'll contribute, as I can..
by i4n
October 5th, 2011, 10:29 am
Forum: Scripts Discussion
Topic: Convert expressions to keyframes++
Replies: 2
Views: 21409

Convert expressions to keyframes++

I can perform any and all iterative tasks (loops, etc..), these snippets are the only thing holding me back: *code to add/remove expression *code to convert expressions to keyframes *code to toggle "separate dimensions" (when dealing with xposition & yposition) Would anyone kindly lend...
by i4n
October 3rd, 2011, 12:26 pm
Forum: Script requests
Topic: AE to Nuke and Nuke to AE transform data
Replies: 1
Views: 13836

Re: AE to Nuke and Nuke to AE transform data

I'm currently moving transform data from AE to Nuke and here are some things to consider: *good idea to 'bake' keyframes (create a keyframe on every frame) - this will preserve your animations, as there's no way (to my knowledge) to preserve curves. tip: alt/option-click the stopwatch to 'add expres...
by i4n
October 3rd, 2011, 12:07 pm
Forum: Script requests
Topic: Convert expressions to keyframes | add/remove expressions..
Replies: 1
Views: 9163

Convert expressions to keyframes | add/remove expressions..

I can perform any and all iterative tasks (loops, etc..), these snippets are the only thing holding me back: *code to add/remove expression *code to convert expressions to keyframes *code to toggle "separate dimensions" (when dealing with xposition & yposition) Would anyone kindly lend...
by i4n
September 21st, 2011, 4:39 pm
Forum: Scripts Discussion
Topic: Javascript equivalent to 'Reveal layer source in project'
Replies: 4
Views: 12046

Re: Javascript equivalent to 'Reveal layer source in project

Thanks for the replies. Since there is no way to make the project panel active, is there a way to pass a command outward to the terminal? With the name of the directory I could perform a simple "open "<path>"" command in the mac terminal and get what I want - a new finder window ...
by i4n
August 12th, 2011, 7:47 pm
Forum: Scripts Discussion
Topic: New null layer via javascript
Replies: 3
Views: 8636

Re: New null layer via javascript

Looked up those pages in the reference you linked me to and was able to find everything I needed to get my script working the way I had envisioned. Thanks again.
by i4n
August 12th, 2011, 2:04 pm
Forum: Scripts Discussion
Topic: Javascript equivalent to 'Reveal layer source in project'
Replies: 4
Views: 12046

Javascript equivalent to 'Reveal layer source in project'

Hello All, Does anyone know the javascript equivalent to 'Reveal layer source in project and be willing to share'? I've been digging through the normal reading channels and either It's staring me in the face and I'm not seeing it, or I'm just not good enough at this yet... What I'm trying to do: Be ...
by i4n
August 12th, 2011, 8:56 am
Forum: Scripts Discussion
Topic: New null layer via javascript
Replies: 3
Views: 8636

Re: New null layer via javascript

Thank you very much, Paul. I've got some reading to do!

-I4n
by i4n
August 11th, 2011, 7:06 pm
Forum: Scripts Discussion
Topic: New null layer via javascript
Replies: 3
Views: 8636

New null layer via javascript

Hi, I posted this in script requests earlier, but this forum seems more appropriate... I'm attempting to create a new null layer in my project but can't find documentation on the correct name to call for one. Here's what I have tried (doesn't work): var newRepoLayer = myComp.layers.addNull([0,0,0], ...
by i4n
July 15th, 2011, 12:27 pm
Forum: Script requests
Topic: Center Viewer on Tracker
Replies: 0
Views: 6357

Center Viewer on Tracker

Please, please, oh pretty-please someone conjure up some magic and make an option so that the viewer window will center on the selected tracker, once selected.
by i4n
July 11th, 2011, 1:58 pm
Forum: Scripts Discussion
Topic: AE Camera rotations in World-Space Coordinates, Need Local..
Replies: 0
Views: 5543

AE Camera rotations in World-Space Coordinates, Need Local..

Hi, Does anyone have a solution to converting global rotation values to local rotation values, for a camera? My 3d tracking program (Syntheyes) appears to have imported global rotation values and these are no good to me. Local rotation values will make re-animating this tracked camera so much easier...
by i4n
July 8th, 2011, 5:37 pm
Forum: Scripts Discussion
Topic: Nest selected comp into a new comp
Replies: 1
Views: 6066

Re: Nest selected comp into a new comp

I searched the boards and found this already existing post:

http://www.aenhancers.com/viewtopic.php?f=8&t=1394

Does a pretty good job of answering my original question. If anyone has anything they'd like to add, feel free.


Thanks,
I4n
by i4n
July 8th, 2011, 5:02 pm
Forum: Scripts Discussion
Topic: Nest selected comp into a new comp
Replies: 1
Views: 6066

Nest selected comp into a new comp

Hello, What I'd like to accomplish (using Scripting) is the equivalent of dragging and releasing an existing comp over the 'Create a new composition' button, located at the bottom of the Project UI. Any idea of how to do this? I'll tweak some parameters of the new comp once I get there, but I'd like...