Hello,
just wanted to share two websites I found.
I'm using Adobe's ESTK to write my scripts and sometimes, with a lot of code, it can get quite messy.
This helps:
http://jsbeautifier.org/
http://www.dirtymarkup.com/
Cheers!
Search found 5 matches
- July 3rd, 2013, 6:24 am
- Forum: Scripts Discussion
- Topic: Tidying up scripts
- Replies: 0
- Views: 10036
- July 1st, 2013, 6:17 am
- Forum: Scripts Discussion
- Topic: app.executeCommand(ID) for "Convert Expression to Keyframes"
- Replies: 2
- Views: 11510
Re: app.executeCommand(ID) for "Convert Expression to Keyfra
Oh...
Thanks a lot.
It seems so obvious now! Of course the app.findMenuCommandId bit is returning the actual number.

It seems so obvious now! Of course the app.findMenuCommandId bit is returning the actual number.
- July 1st, 2013, 2:52 am
- Forum: Scripts Discussion
- Topic: app.executeCommand(ID) for "Convert Expression to Keyframes"
- Replies: 2
- Views: 11510
app.executeCommand(ID) for "Convert Expression to Keyframes"
Hello folks, haven't posted here in ages, but would love to get your support. I'm working on a small script and want to access the "Animation > Keyframe Assistant > Convert expression to Keyframes" command by using the following code: app.executeCommand(app.findMenuCommandId("Convert ...
- July 13th, 2011, 12:29 am
- Forum: General Scripts Library
- Topic: Auto Render 2 (file path, name etc) -- new version
- Replies: 10
- Views: 110057
Re: Auto Render (file path, name etc)
hello simma! thank you for sharing your script! i'm always looking for ways to improve my (and hopefully my colleagues' :) workflow. i'm in the middle of finishing a script that does pretty much the same things. i will share it when it's done. it pretty much covers most of your script's features plu...
- September 24th, 2007, 5:53 am
- Forum: Scripts Discussion
- Topic: HELP: Resize selected comps + scale position keyframes
- Replies: 1
- Views: 8207
HELP: Resize selected comps + scale position keyframes
Hello everybody. I've been following these wonderful forums a lot in the past but never been active around here... So here I am :) In the past I only did a lot of stuff with expressions but now it's time to start scripting. Here's what I want to do: Select various comps in my project, run my script ...