Page 1 of 1

user scripts issues in anime studio 9

Posted: Mon Sep 10, 2012 10:43 pm
by tatrik
I can not use my scripts that I used in anime studio 8 in the new version. Especially I am missing the fazek tools, rudiger's scripts and lost layer-wiggle-doodle tools. What has been changed in this version? Is it hard to fix or they can be updated with minor changes easily?

Re: user scripts issues in anime studio 9

Posted: Mon Sep 10, 2012 10:51 pm
by funksmaname
firstly, the location for scripts has changed - it's now:
Resources/Support/Scripts

Also, some updates to the scripting interface means that any instance of:

mouseEvent.view:Refresh()

in scripts should be modified to do this instead:

mouseEvent.view:RefreshView()

(you can do this with find/replace on the lua files - this fixed fazeks tools for me, and will work the same on other scripts)

One note about fazeks tools, as shown in my 'AS9 point/timeline tips' video (viewtopic.php?f=9&t=22992) they do not support the new way that points 'stick' to a shape, or move the shape on multiple keyframes at once... there is a new set of point/translate tools available on animatorsforum VIP scripting section if you have access to that... learn more about that there.