Search found 5 matches
- Sun Jun 08, 2008 2:05 pm
- Forum: Scripting
- Topic: i have a script request! (Poses)
- Replies: 227
- Views: 133063
Genete and all, One more *very interesting tidbit*. I looked at that PDF as well for scripting the garbage collector, but guess what? That is not the version of Lua that AS is using... the garbage collector was re-written in a later version (5.1.3??) and isn't called that way any longer. So maybe wi...
- Sun Jun 08, 2008 2:01 pm
- Forum: Scripting
- Topic: i have a script request! (Poses)
- Replies: 227
- Views: 133063
Selgin, here is a fixed version of the script - I had the collectgarbage() routine in an area that killed the script. --Embed this script into all the vector layers that want to copy poses from frames 1,2,3,4, ..., maxposes --it must be under a bone type layer and the following ROOT named bones MUST...
- Sun Jun 08, 2008 7:46 am
- Forum: Scripting
- Topic: i have a script request! (Poses)
- Replies: 227
- Views: 133063
- Sat Jun 07, 2008 9:07 pm
- Forum: Scripting
- Topic: i have a script request! (Poses)
- Replies: 227
- Views: 133063
??!
Hmmm - just tried copying/pasting the script from what I posted and all worked well for me.. I'm no Lua scripting guru, but the changes I made should definately not look odd... I simply removed the calculation from happening on each "for" iteration" and added a garbagecollection funct...
- Thu Jun 05, 2008 7:55 am
- Forum: Scripting
- Topic: i have a script request! (Poses)
- Replies: 227
- Views: 133063
Updated Script - no memory leaks
Genete, et al. Thanks for the script! Have no idea when I would need it as I just use anime studio for comic book work (kindof static images, ya know? ;) ) I've only owned the software a bit over a week, but like it better than anything else - very impressive stuff! Anyway, I did modify the script a...