Search found 1252 matches

by mkelley
Mon Dec 26, 2016 5:42 am
Forum: General Moho Discussion
Topic: Surface Pro 4
Replies: 46
Views: 21337

Surface Pro 4

Anyone here using a Surface Pro 4 with Moho 12?

I'm thinking about getting one, in particular because I like the new bezier handles and freehand and think they would be great in combination with a pen like operation. Would love to hear anyone's thoughts on this.
by mkelley
Wed Sep 16, 2015 3:04 pm
Forum: Scripting
Topic: Getting all the styles in a document?
Replies: 1
Views: 1525

Getting all the styles in a document?

Perhaps it's a change in 10/11 or maybe it never worked this way, but I can't get a style to get called. I see by the docs it *ought* to be: moho.document:Style(id) or moho.document:Style(name) but trying to cycle through the styles I am getting nowhere with: for i = 0, moho.document:CountStyles() -...
by mkelley
Wed Sep 16, 2015 10:14 am
Forum: Scripting
Topic: Identify a layer as a master reference
Replies: 2
Views: 1816

Re: Identify a layer as a master reference

Hmmm, that looks like a pretty good guess, Wes. I may try it out but I was able to work around most of my issues by ignoring the references that were switch layers -- it's a kludge (and really only for my own workflow) but in my case the switches set width by using styles, so I can just adjust that ...
by mkelley
Wed Sep 16, 2015 2:28 am
Forum: Scripting
Topic: Identify a layer as a master reference
Replies: 2
Views: 1816

Identify a layer as a master reference

Because references aren't *quite* there yet (I have uncovered a bug that keeps a script I have from working properly in adjusting the master, and if I adjust both the child and the master the reference gets broken with no way to restore it -- it's a switch layer and you can't reestablish such switch...
by mkelley
Fri Sep 04, 2015 4:12 pm
Forum: Scripting
Topic: GetLayerOrdering broken?
Replies: 1
Views: 1465

GetLayerOrdering broken?

It used to be you could script layer ordering, but my past routines don't work anymore and even using GetLayerOrdering on a manually created animated ordering returns gibberish (in the past it would return nice, clear numeric values that corresponded to layer IDs). It's kind of hard to use something...
by mkelley
Wed Aug 26, 2015 12:46 pm
Forum: Scripting
Topic: Arguments for BlendActions
Replies: 1
Views: 1648

Re: Arguments for BlendActions

Ah, nevermind. With the help of Wes and Paul on our own forum, I got it figured out: local stringHolder = LM.String:new_local() stringHolder:Set('Expression') local percentMorph = {} local names = {} names[1] = stringHolder percentMorph[1] = ((holder - 50) * 2)/100 layer:BlendActions(moho.frame,true...
by mkelley
Wed Aug 26, 2015 1:15 am
Forum: Scripting
Topic: Arguments for BlendActions
Replies: 1
Views: 1648

Arguments for BlendActions

While I was able to use BlendActions just fine in AS 9 obviously a lot has changed and this now does NOT work (in 11 but I'm guessing it also won't work in 10): local percentMorph = ((holder - 50) * 2)/100 local stringHolder = LM.String:new_local() stringHolder:Set('Expression') layer:BlendActions(m...
by mkelley
Mon Jul 27, 2015 8:32 pm
Forum: Scripting
Topic: Any Mac guys know why this call isn't working?
Replies: 0
Views: 2013

Any Mac guys know why this call isn't working?

Dear folk, I've written a script and while it works fine for me and many others in Windows, and works fine for me on my MacBook Air (running, if not the very latest OS, at least the one right before the newest) it doesn't work at all for one of my testers. What doesn't work is this: local path = LM....
by mkelley
Sun Jul 19, 2015 10:52 am
Forum: General Moho Discussion
Topic: Help Shape the Future of Anime Studio
Replies: 828
Views: 1511328

Re: Help Shape the Future of Anime Studio

I've mentioned this one before and it's SUCH a tiny thing to have happen I'm not sure why it hasn't already, but there really ought to be an option to reopen the file at the frame you were last at. All that would have to be saved in the file format is the current frame (when saving). Can't tell you ...
by mkelley
Wed Jul 15, 2015 10:40 pm
Forum: How Do I...?
Topic: Referenced Switch Layers
Replies: 3
Views: 674

Re: Referenced Switch Layers

Ah, but the ability to sync the animation is *exactly* what is needed (again, that's the point of references). Having to click on the channel to update it each time is not acceptable. There needs to be a setting to always keep it in sync. Again, this is unlike any other animation program I have ever...
by mkelley
Wed Jul 15, 2015 9:24 pm
Forum: How Do I...?
Topic: Referenced Switch Layers
Replies: 3
Views: 674

Referenced Switch Layers

Okay, so obviously I don't understand how references work in AS but am I wrong in assuming they don't work like any other program I've ever used references in? In any other program, if you change what is being referenced inside of that program (forget outside for a minute -- that seems to work) the ...
by mkelley
Thu Jul 09, 2015 4:56 pm
Forum: Scripting
Topic: Target Bone keying
Replies: 2
Views: 1682

Re: Target Bone keying

Thanks. I assume I can SetValue the same way, although using both frame and the value:

bone.fTargetBone.setValue(frame, value)
by mkelley
Wed Jul 08, 2015 1:33 pm
Forum: Scripting
Topic: Target Bone keying
Replies: 2
Views: 1682

Target Bone keying

Either I'm once again blind or it isn't available anywhere, but I can't find any information on how to set and retrieve keys for bone targets (scripting, naturally). If there was a tool that did this I could just examine it, but apparently it's only done via the constraints menu. Anyone have the syn...
by mkelley
Mon Jul 06, 2015 12:37 pm
Forum: Scripting
Topic: Parenting changes?
Replies: 3
Views: 1628

Re: Parenting changes?

Yep, that was it. Thanks!

(I spent hours trying to figure out what was going on -- forgot all about animating parents).
by mkelley
Mon Jul 06, 2015 12:30 pm
Forum: Scripting
Topic: FileImport Syntax changed?
Replies: 2
Views: 1671

Re: FileImport Syntax changed?

Yeah, I'll put in that request (but I'm sorry I missed this -- my own fault it's not in there now).