Search found 5 matches

by ImpMontezuma
Sat Oct 14, 2023 2:26 am
Forum: Scripting
Topic: Idea for use of ChatGPT-4 to draw on Moho
Replies: 0
Views: 57193

Idea for use of ChatGPT-4 to draw on Moho

While I working in one of my drawings today, I was thinking of the potential to create a tool to automate Moho processes with the help of ChatgPT. As you can imagine the potential is immense. I tested an idea a few days ago to create a plugin to automate the creation of a more complex finger joint (...
by ImpMontezuma
Wed Sep 14, 2022 8:50 pm
Forum: How Do I...?
Topic: Disable Space Bar While Drawing
Replies: 25
Views: 10551

Re: Disable Space Bar While Drawing

For me, the space playing the animation is the most annoying thing about moho. Yes, I know it would be easier to use the right click to move the screen and forget the space bar, but telling that for my photoshop trained brain is not easy. I do it all the time without even noticing. Also, is really t...
by ImpMontezuma
Tue Feb 15, 2022 4:10 pm
Forum: Scripting
Topic: Idea for a new mechanic
Replies: 6
Views: 2277

Re: Idea for a new mechanic

the immediately obvious solution is to use moho's capabilities to reorder the layers using a script (or, of course, manually) -- there's no scripting access _within_ the render engine.. take a look at GroupLayer:GetLayerOrdering() Moho uses Layer UUIDs - unique identifiers - so the layers are order...
by ImpMontezuma
Tue Feb 15, 2022 12:02 pm
Forum: Scripting
Topic: Idea for a new mechanic
Replies: 6
Views: 2277

Re: Idea for a new mechanic

When you render a frame, moho renders each layer based on its order, like a queue, right? Where a layer in the later position sits on top of the earlier ones. If I'm not mistaken, the layer ID is actually the position of it in that queue. But anyway, I'm thinking of finding a way to "force"...
by ImpMontezuma
Tue Feb 15, 2022 6:44 am
Forum: Scripting
Topic: Idea for a new mechanic
Replies: 6
Views: 2277

Idea for a new mechanic

Hello, I'm new to moho scripting. And I have several ideas of things to create. I'm still reading the documentation. But anyway, I wanted to ask the more experienced people if some things are possible and have been tried before. The first one is to try to separate the rendering from the position of ...