nusferatu wrote:
hi there i used this script.
It works but when i do the aply to convert the trackpoints into the mask it appears this error
after effects: not enough memory to creat list.
(2k requested, 4476k available)
(27 :: 30)
i have a quadcore with 4gb of memory, i don't think that is really lack of memory.
Can anyone help me
The problem was caused by the script's use of app.beginUndoGroup, which groups all the changes made by the script into a single undo. I've posted a link to a new version (v1.2) at the start of this thread which fixes this, at the expense of being able to undo eveything in one go.
Paul