CS5 animation frame duration

Discussion of Photoshop Scripting, Photoshop Actions and Photoshop Automation in General

Moderators: Tom, Kukurykus

makeout

CS5 animation frame duration

Post by makeout »

Hey!
For my current game project, I made a Photoshop CS4 script that exported animations into sprite sheets. Unfortunatly I was never able to find out how to get the frame duration in an animation. From what I could gather, there was no way to fetch this data.

I was wondering if they have added this in CS5 and if so, how would you go about doing it?

Thanks

Professional AI Audio Generation within Adobe Premiere Pro - Download Free Plugin here

Mike Hale

CS5 animation frame duration

Post by Mike Hale »

"animationFrameClass" was not added to the DOM for CS5. I just did a quick check and it is not in the Document descriptor either. It looks like that is still one of the things you can set but not get via a script.
makeout

CS5 animation frame duration

Post by makeout »

ah that's too bad. You'd think they would support that by now!
thanks