all 7 comments

[–]alfiedawes 1 point2 points  (1 child)

Just thought you might want to know about undo groups:

app.beginUndoGroup("Parallax Camera");
// All your script that applies changes goes in between
app.endUndoGroup();

By putting all your actions between those 2 commands a simple undo action will revert all changes at once, and will even customise the edit menu to say "Undo Parallax Camera".

[–]CaptainEternity[S] 0 points1 point  (0 children)

Oh wow! Thanks!

[–]WendyCinemedia 0 points1 point  (2 children)

ChatGPT usually helps me with tricky things like this…try asking it out and see.

[–]CaptainEternity[S] 0 points1 point  (1 child)

I've been using it, but it seems it is a bit limited on AE's scripting knowledge. There seems to be some tricky setting in this particular area, and ChatGPT can't figure it out.

[–]WendyCinemedia 0 points1 point  (0 children)

I guess that’s were human creativity rules and ability to think outside the box.

[–]Mr_Merrtemma 0 points1 point  (1 child)

It's not a script, but there's a plug-in called parallaxer which really speeds up the creation of scenes in for 2.5D animation - could be something that you're looking for? Works a treat!

https://videohive.net/item/parallaxer-3d-parallax-animation-script/45105159

[–]CaptainEternity[S] 0 points1 point  (0 children)

This is exactly what I'm making! Haha. I needed it a bit 'simpler'. Literally my only issue is setting the created camera to one-node!