Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

"Make frames from layers" & ScriptListener

New Here ,
Feb 14, 2013 Feb 14, 2013

In the Timeline window for animations, there is a flyout (?) menu, one of the options is "Make frames from layers". I would like to use this action in a script that i'm making, but can't capture it using ScriptListener.

For the time being, i've managed to 'manually' achieve the same functionality using script, but when dealing with hundreds of layers, its extremely slow whereas the 'Make frames from layers' is almost instant.

How can i use it? Why doesn't it get captured by ScriptListener?

TOPICS
Actions and scripting
3.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Valorous Hero , Feb 14, 2013 Feb 14, 2013

I can get this from scriptlistener....

executeAction(stringIDToTypeID( "makeFramesFromLayers" ), undefined, DialogModes.NO );

Translate
Adobe
Valorous Hero ,
Feb 14, 2013 Feb 14, 2013

I can get this from scriptlistener....

executeAction(stringIDToTypeID( "makeFramesFromLayers" ), undefined, DialogModes.NO );

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 14, 2013 Feb 14, 2013

Legend

Any reason why my ScriptListener logs would be blank when using flyout menu options? (latest version of ScriptListener + CS6 64bit + Windows7 )

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Feb 14, 2013 Feb 14, 2013

CS6 doesn't give much information so I used CS5, CS3 is usually the best for getting ScriptListner information though.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Feb 14, 2013 Feb 14, 2013

@Paul, that is an interesting statement. Can you provide details, besides the "makeFramesFromLayers" above, where CS3 ScriptListener has output that later versions of Photoshop does not?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Feb 14, 2013 Feb 14, 2013

It is a general statement Tom, it doesn't apply to video as I have problems that CS3 doesn't support the few clips that I have. But some things are only available using CS3. There was a thread a few weeks ago that required CS3 to get the information.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Aug 27, 2013 Aug 27, 2013

Hi Paul,

Nice to hear you say that (even though this is an old post)  I find the same thing as well.

if I can't get scriptinglistener to output anything in CS6 or CC, I can open my old CS3, do the same thing (if that feature is available in cs3) and I often get scripting listener results.

next time I find an exact issue where that has happened I'll try to remember to post it here.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Aug 27, 2013 Aug 27, 2013

The only time I have trouble with scriptlistener is when ESTK is also running with Photoshop as a target app. If ESTK is not running the plug-in records fine.

However Adobe changed the way adjustment layers are handled in CS4. I do think that CS3 is better for logging those kind of actions. They are logged in CS6/CC but the CS3 log has more detail.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Aug 27, 2013 Aug 27, 2013

Ya know... I almost ALWAYS have the ESTK running with Photoshop as the target App.   AHHA!   I'll close it and try a few tests and see if that helps.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Aug 27, 2013 Aug 27, 2013

BINGO!   I got a log entry just now that I wasn't getting before.  with the ESTK closed!  ARGH, you think after all these years I would have noticed that one!   I would always open a different version of PS, (that the ESTK was of course not pointing too) Do the function and get it out of there.  But in this case I'm scripting CC specific Timeline stuff, so that trick wouldn't work and I was stuck.  Thanks again Mike,  Genius!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Aug 27, 2013 Aug 27, 2013

I don't remember ESTK being a problem with versions prior to CS5 but, at least on my system, current versions also  interfere with Photoshop GUI. It will cancel things like dragging a document to move or resize the document window, editing layer names, selecting blend mode, values in the options bar, etc. It also sometimes prevents actions from recording correctly.

That seems to happen as soon as Photoshop is set as the target app. Changing the target app or closing the script does not help. You have to close ESTK to stop the interference.

I have gotten to the point were I don't use ESTK as an editor and only use it when I need to debug.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Aug 27, 2013 Aug 27, 2013

I noticed the GUI stuff, but never thought it extended to the Listener.  If I may ask, what is your editor of choice then?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Aug 27, 2013 Aug 27, 2013
LATEST

I have tried several and my current choice is Notepad++.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines