Search found 5 matches

by _Trip
Sun Jun 08, 2008 10:05 pm
Forum: Scripting
Topic: i have a script request! (Poses)
Replies: 227
Views: 122833

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...
by _Trip
Sun Jun 08, 2008 10:01 pm
Forum: Scripting
Topic: i have a script request! (Poses)
Replies: 227
Views: 122833

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...
by _Trip
Sun Jun 08, 2008 3:46 pm
Forum: Scripting
Topic: i have a script request! (Poses)
Replies: 227
Views: 122833

Thanks all! Glad to be of help. Have no idea how to script for AS, but my forte is in code review/c# and performance tuning and certain things tend to work well in all languages. ;) It will be awhile before I could script something "new"; however, send me scripts to test and I can usually ...
by _Trip
Sun Jun 08, 2008 5:07 am
Forum: Scripting
Topic: i have a script request! (Poses)
Replies: 227
Views: 122833

??!

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...
by _Trip
Thu Jun 05, 2008 3:55 pm
Forum: Scripting
Topic: i have a script request! (Poses)
Replies: 227
Views: 122833

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...