Search found 831 matches

by Lukas
Thu Feb 06, 2025 9:57 am
Forum: Tips & Techniques
Topic: Exporting for Game
Replies: 15
Views: 29519

Re: Exporting for Game

This is definitely something you should script. You will need a custom .lua script for your pipeline. It is very doable. Since you're making a game, I assume there's coders involved, so check out: https://mohoscripting.com/ and looking at the code from this script might be useful: https://mohoscript...
by Lukas
Mon Feb 03, 2025 9:48 am
Forum: General Moho Discussion
Topic: Moho Console help
Replies: 2
Views: 4455

Re: Moho Console help

I don't have much time to explain, but you'll probably figure it out. I use this: https://www.lukaskrepel.nl/temp/moho/LK_Debug.zip https://www.lukaskrepel.nl/temp/moho/LK_Debug.png You also need FO_Utilities which is on mohoscripts.com If you then use Debug:Log("Hello world") it will show...
by Lukas
Wed Jan 29, 2025 10:10 am
Forum: General Moho Discussion
Topic: How to 'go viral'?
Replies: 14
Views: 10678

Re: How to 'go viral'?

Maybe the problem is that I want to achieve two things that are in part contradictory: being authentic (free artistic expression) on one hand and being popular (getting as many viewers as possible) on the other hand. :( Go for the first one. Be authentic and express yourself! The second one might f...
by Lukas
Thu Dec 12, 2024 9:36 am
Forum: General Moho Discussion
Topic: Best Starting position for head/bodt turns.
Replies: 20
Views: 13614

Re: Best Starting position for head/bodt turns.

It depends on the style and project, but for Club Baboo the default position for all bodies and heads is 3/4. Mainly because that's the view you see 90% of the time anyway. So that should look as good as possible.
by Lukas
Sun Dec 08, 2024 3:42 pm
Forum: General Moho Discussion
Topic: Reversed trackpad control On Moho 14.2 macOS
Replies: 1
Views: 754

Re: Reversed trackpad control On Moho 14.2 macOS

Yes, this is very annoying and hopefully will be fixed in a future version.

In the meantime, you could give https://karabiner-elements.pqrs.org/ and try and fix it yourself. I haven't tried it myself yet, so I'm not 100% sure it's possible that way.
by Lukas
Fri Sep 27, 2024 3:17 pm
Forum: Feature Request Discussions
Topic: Improved scroll wheel support
Replies: 2
Views: 5025

Re: Improved scroll wheel support

Touchpad on MacOS could also get some love while we're at it. It pans in the wrong direction in Moho.
by Lukas
Fri Sep 27, 2024 1:46 pm
Forum: Share Your Work
Topic: Club Baboo - YouTube channel for young children
Replies: 39
Views: 32632

Re: Club Baboo - YouTube channel for young children

The core team running the channel is me, PatrickS and Breinmeester . A lot of character animation is done by Raymond Schmitz and interns have helped with backgrounds. All voices are done by a single actress. I have no idea how many hours we spend on it, but the whole process definitely took a year. ...
by Lukas
Thu Sep 26, 2024 8:46 am
Forum: Share Your Work
Topic: Club Baboo - YouTube channel for young children
Replies: 39
Views: 32632

Re: Club Baboo - YouTube channel for young children

Here's the first episode of Club Baboo Dino Rangers!



It's longer than the usual Club Baboo episodes, so grab a drink and enjoy the show :)
by Lukas
Mon Sep 16, 2024 8:31 am
Forum: Scripting
Topic: LK_ColorBones Modal Window Script
Replies: 3
Views: 5929

Re: LK_ColorBones Modal Window Script

With dynamic mode enabled it chooses the ‘mode’ from the dropdown for you, based on the current tool and frame. For example, with the SelectBone or AddBone tool on frame 0, the mode switches to changing the color of the selected bones, while with the SelectBone tool outside of frame 0, it SELECTS th...
by Lukas
Fri Sep 13, 2024 10:19 am
Forum: Scripting
Topic: LK_ColorBones Modal Window Script
Replies: 3
Views: 5929

LK_ColorBones Modal Window Script

Image
Get it here: Let me know if you're encountering any bugs. On the download page there's a short explanation if you want to be able to use shortcuts, but they are disabled by default.
by Lukas
Sun Jun 02, 2024 11:05 am
Forum: Scripting
Topic: LK_Storyboard
Replies: 5
Views: 5801

Re: LK_Storyboard

But I would like to ask you something that in my opinion is very similar to what you did here. There is a way to integrate Cacani with Moho, which would be by exporting from Moho to Cacani in SVG (it would be cool here if a script created an artboard to use as a reference when importing again later...
by Lukas
Fri May 31, 2024 9:13 am
Forum: How Do I...?
Topic: How do I roll a square forward?
Replies: 17
Views: 6970

Re: How do I roll a square forward?

I tried the script out briefly, and couldn't get it to work in 14.1. I'm probably using it incorrectly but maybe it's broken for Moho 14.1? My guess is not all files are installed in the correct location, please read the instructions at https://mohoscripts.com/script/LK_Set_Origin :) I will add som...
by Lukas
Fri Mar 29, 2024 9:57 am
Forum: How Do I...?
Topic: A easier way to reveal all the key frames set in a complex character
Replies: 5
Views: 4171

Re: A easier way to reveal all the key frames set in a complex character

Are you currently using LK_ToggleKeysFilter per chance? By adding two lines it would show all filtered layers on timeline: ... layer:SetShownOnTimeline(true) ... layer:SetShownOnTimeline(true) ... Of course with multiple characters this is not a great solution. I've got the code for that too somewhe...
by Lukas
Thu Mar 28, 2024 7:57 pm
Forum: Other Software
Topic: Lukas Sketch Panel for TVPaint
Replies: 2
Views: 11946

Re: Lukas Sketch Panel for TVPaint

I will look into that and try your custom tool panel as soon as I get this project off my plate. When you check it out, make sure you get the latest version of the panel. I made significant improvements in the past days. Be sure to check out the keyboard shortcut suggestions mentioned in the Github...
by Lukas
Sat Mar 23, 2024 4:36 pm
Forum: Other Software
Topic: Lukas Sketch Panel for TVPaint
Replies: 2
Views: 11946

Lukas Sketch Panel for TVPaint

Here's a TVPaint Panel I've been creating and using over the years. We find TVPaint the best and fastest storyboard tool, especially with my custom left/right arrow buttons and export Adobe Premiere XML option. We storyboard everything in TVPaint before we start designing assets and start animating ...