user scripts issues in anime studio 9

Moho allows users to write new tools and plugins. Discuss scripting ideas and problems here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
tatrik
Posts: 28
Joined: Tue Aug 11, 2009 6:38 pm
Location: turkey

user scripts issues in anime studio 9

Post 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?
User avatar
funksmaname
Posts: 3174
Joined: Tue May 29, 2007 11:31 am
Location: New Zealand

Re: user scripts issues in anime studio 9

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