Search found 596 matches

by dkwroot
Fri Jul 20, 2018 2:35 am
Forum: General Moho Discussion
Topic: macOS is deprecating openGL/OpenCL
Replies: 8
Views: 2321

Re: macOS is deprecating openGL/OpenCL

It sounds like Apple is trying to kill cross-platform support of apps and programs. They'll likely spin this as another brave move on their part. Seriously, what are they thinking? Do they expect every company to support apps specific to every platform? I don't think the Moho team has the resources ...
by dkwroot
Sun Jun 10, 2018 5:36 am
Forum: Share Your Work
Topic: Anime Style Short - Please Critique
Replies: 2
Views: 1434

Re: Anime Style Short - Please Critique

The inbetweens for the head turns are jumpy. Try to either remove frames between them or add in more inbetweens to smooth things out. I would recommend easing out of each turn. Also, when doing a head turn you almost always want your character to close their eyes and tilt their head slightly down du...
by dkwroot
Fri Jun 08, 2018 4:25 pm
Forum: Scripting
Topic: Scale Normalization
Replies: 6
Views: 2951

Re: Scale Normalization

good detective work there! so if I've understood properly - layer:SetScaleNormalization(f) just writes the number into the file and f=layer:ScaleNormalization() actually applies it. Yes, this appears to be how it works. In your example you've set CLayer:SetScaleNormalization( 1/( ((5+5)/2)*((2+2)/2...
by dkwroot
Thu Jun 07, 2018 6:54 pm
Forum: Scripting
Topic: Scale Normalization
Replies: 6
Views: 2951

Re: Scale Normalization

Thank you, I didn't think about checking the Json, but after some investigation I figured out how it works. For future references, it works like this: You use the SetScaleNormalization(f) to set the normalize amount for a layer. This doesn't do anything but prep the layer for the amount that it's go...
by dkwroot
Thu Jun 07, 2018 10:09 am
Forum: Scripting
Topic: Scale Normalization
Replies: 6
Views: 2951

Scale Normalization

When using the layer function "SetScaleNormalization(f)", we're required to pass a parameter f. Does anyone know what this is? What value should we use for f if we want the scalenormalization() function to give the same result as edit>Normalize Layer Scale? Any help would be appreciated.
by dkwroot
Tue May 29, 2018 3:47 am
Forum: Scripting
Topic: AnimColor Alpha
Replies: 4
Views: 2452

Re: AnimColor Alpha

This worked, thanks Wes. I wonder if this is a bug or if the colorvector operators are supposed to work like this.
by dkwroot
Sun May 27, 2018 9:14 am
Forum: Scripting
Topic: AnimColor Alpha
Replies: 4
Views: 2452

AnimColor Alpha

I'm having a problem with the AnimColor class. When I use the GetValue function and perform vector operations with other AnimColor objects and then use the SetValue function, the alpha value doesn't transfer. Is this a bug or am I doing something wrong? I checked and both AnimColor objects have an a...
by dkwroot
Sat May 26, 2018 4:24 am
Forum: Scripting
Topic: Style Stroke Width problem
Replies: 3
Views: 2049

Re: Style Stroke Width problem

Perfect! When setting the fLineWidth, I just need to take the new input and divide it by the document height. Thanks, Wes.
by dkwroot
Sat May 26, 2018 4:10 am
Forum: Scripting
Topic: Style Stroke Width problem
Replies: 3
Views: 2049

Style Stroke Width problem

When looking at the 'M_Style' class, I noticed that the property 'fLineWidth' doesn't match the width in the UI. For example, when I give a shape a width of 4 in the UI and then print 'fLineWidth' for the style, I get 0.005555... What I'm trying to do, is set the style stroke style width using a scr...
by dkwroot
Thu May 24, 2018 1:31 am
Forum: General Moho Discussion
Topic: Something New?
Replies: 5
Views: 1766

Re: Something New?

Looks like new filter settings or something like that. They made a similar post earlier with more examples: https://twitter.com/SMSIGraphics/status ... 0542262272
by dkwroot
Thu May 17, 2018 7:25 am
Forum: Scripting
Topic: New Tools - Round Edge, Custom Keys, Fade in/out, more...
Replies: 10
Views: 5931

New Tools - Round Edge, Custom Keys, Fade in/out, more...

OeTjt4kDmtw DOWNLOAD : n/a General Information : This script was partially funded by mynd.com. They were kind enough to allow me to share this code with the rest of the moho community. :D Within the zip file, you will find the following scripts: 1. Round Edge Tool (used to round out edges of sharp ...
by dkwroot
Mon May 14, 2018 1:39 am
Forum: Scripting
Topic: Button runs twice
Replies: 2
Views: 1853

Re: Button runs twice

Yeah, I think it's a mouse driver issue. Thanks Wes.
by dkwroot
Sun May 13, 2018 8:24 pm
Forum: Scripting
Topic: Button runs twice
Replies: 2
Views: 1853

Button runs twice

I created a menu script as a button and I noticed that it runs twice when it's pressed. The button exports text to a file, but every time I press it, it exports twice. Does anyone know of a way to prevent this from happening? I've tried flagging it on the first run, but it ignores it. In fact, it se...
by dkwroot
Thu May 10, 2018 6:04 pm
Forum: General Moho Discussion
Topic: Newbie Question about how many support in unity?
Replies: 4
Views: 1137

Re: Newbie Question about how many support in unity?

Smart bones and image warping aren't supported by Moho's fbx exporter. The exporter is very basic and mainly supports layer transforms, bone transforms and opacity.