Search found 2620 matches

by hayasidist
Mon Mar 14, 2016 12:26 am
Forum: Other Software
Topic: Special Effects software
Replies: 11
Views: 5015

Re: Special Effects software

I'll add frame-by-frame to that list for "pop" / "wham" / "fizz" / "transform" / ... splashes.

If you can say or sketch out the concept of what you want in more detail I'm sure there'll be loads of help
by hayasidist
Sun Mar 13, 2016 5:42 pm
Forum: How Do I...?
Topic: how do i get my character to breathe?
Replies: 34
Views: 3256

Re: how do i get my character to breathe?

well, your question is a bit too general, somewhat akin to "how do I make bits of my character move" - that'll generally be met with responses along the lines of "RTFM" (or, as dueyftw observes, the kiss of death that is silence); and you did kinda answer your own question - and ...
by hayasidist
Fri Mar 11, 2016 12:40 pm
Forum: General Moho Discussion
Topic: Drawing straight lines.
Replies: 3
Views: 1170

Re: Drawing straight lines.

or you may find the higher values of freehand "smoothing" will help. But AS has a really powerful set of tools. Start with "add point" to create your shape - if you're used to freehand, it's initially harder to be efficient with it, but it really does become easier with time. Tha...
by hayasidist
Wed Mar 09, 2016 3:42 pm
Forum: How Do I...?
Topic: Character Shading
Replies: 8
Views: 1420

Re: Character Shading

Ah! so just strokes not fill for the shade / highlight? And do those layers have blend mode "normal"?
by hayasidist
Tue Mar 08, 2016 8:48 pm
Forum: Scripting
Topic: Create new layercomp from toolscript
Replies: 8
Views: 3380

Re: Create new layercomp from toolscript

ha! beat me to it... I'd just done the same - duplicate the last -- and *crash* with all the layer comps named the same as the one I'd just created .. I'd been looking for a bug in my code... kinda glad to see it wasn't me... Wes, If you're logging a bug - could you ask for a :new() and :new_local()...
by hayasidist
Mon Mar 07, 2016 12:16 am
Forum: Scripting
Topic: Two scripts for you: "Maintain pose" and "Toggle visibility"
Replies: 24
Views: 8056

Re: Two scripts for you: "Maintain pose" and "Toggle visibil

yeah - you're right! sorry. key id is in order chronologically. (I'll edit to my post to correct that.)
by hayasidist
Sun Mar 06, 2016 10:56 pm
Forum: Scripting
Topic: Two scripts for you: "Maintain pose" and "Toggle visibility"
Replies: 24
Views: 8056

Re: Two scripts for you: "Maintain pose" and "Toggle visibil

Channel:GetClosestKeyID(frame) returns ID -- the keyframe's ***ID*** and Channel:GetKeyWhen(ID) takes ID as its paramerter (http://aslua.com/index.php?show=method&name=GetKeyWhen&id=430) so Channel:GetKeyWhen( Channel:GetClosestKeyID(frame) -1) is the same as Channel:GetKeyWhen( ID -1) ... I...
by hayasidist
Sun Mar 06, 2016 9:04 pm
Forum: Scripting
Topic: Two scripts for you: "Maintain pose" and "Toggle visibility"
Replies: 24
Views: 8056

Re: Two scripts for you: "Maintain pose" and "Toggle visibil

I'm pretty sure getClosest ONLY searches backwards from (including) the frame you give it?!! so getClosest(10) won't find a key at 11; it will find a key at 10 if there is one; but if all you have is a key at 11, it will come back with frame 1 (best to check that you never give it <1 ) === another w...
by hayasidist
Sun Mar 06, 2016 7:45 pm
Forum: General Moho Discussion
Topic: ASP 11 Tutorial 2.4: Varying Line Widths - can't do it
Replies: 5
Views: 858

Re: ASP 11 Tutorial 2.4: Varying Line Widths - can't do it

from the beginning: with the "add point" tool draw a Path (a line) with three points with the "select point" tool, click on the line you've just drawn (all 3 points should now be selected -- i.e. with red squares showing) in the style window choose a stroke colour and line width ...
by hayasidist
Sun Mar 06, 2016 7:22 pm
Forum: Scripting
Topic: Two scripts for you: "Maintain pose" and "Toggle visibility"
Replies: 24
Views: 8056

Re: Two scripts for you: "Maintain pose" and "Toggle visibil

Hi and welcome to world of scripting!! one question: why ignore shy bones in "maintain pose"? If anything I'd have though they're the ones that really need this sort of "automagic" keying especially if they're hidden?? and -- hope you don't mind a couple of observations: you've u...
by hayasidist
Sat Mar 05, 2016 10:31 pm
Forum: Miscellaneous Chit-Chat
Topic: ASP is Worst Animation Software Ever
Replies: 22
Views: 17436

Re: ASP is Worst Animation Software Ever

to help you with submitting bug reports: you can get your serial number from:

Help / About Anime Studio

then look at the bottom of the splash screen to the right of "Version xx Build nnnnn ..."
by hayasidist
Sat Mar 05, 2016 11:26 am
Forum: General Moho Discussion
Topic: Using a older Wacom causing crash in Windows 10
Replies: 3
Views: 847

Re: Using a older Wacom causing crash in Windows 10

is this what you're getting? viewtopic.php?f=5&t=28875&p=162928 If so, you might like to consider sending crash info to SM.