Search found 12 matches
- Thu Feb 12, 2026 11:05 am
- Forum: General Moho Discussion
- Topic: Linux support...
- Replies: 19
- Views: 33160
Re: Linux support...
In my last attempt once I installed that Visual C++ runtime, I didn't run into any errors with the application (aside from the one problem of not being able to get past registering my software). Most of my work is with the vector drawing tools, so your mileage may vary. I strongly recommend using ei...
- Wed Feb 04, 2026 10:17 am
- Forum: General Moho Discussion
- Topic: Linux support...
- Replies: 19
- Views: 33160
Re: Linux support...
I don't have words for how much I miss being able to work with Moho. That being said, I can't get past that same authorizing error (-3513) that everyone else has hit. I've been trying with both Bottles and Lutris. At this point I think I'm going to have to start researching alternative applications ...
- Wed Sep 27, 2023 9:44 am
- Forum: General Moho Discussion
- Topic: Freehand Tool - Trim Start and Trim End
- Replies: 11
- Views: 10388
Freehand Tool - Trim Start and Trim End
Hi There- I upgraded to Moho Pro 14, and the trim start and trim end functionality of the freehand tool was either moved or removed. This feature was a big part of my workflow as I often used it to handle line crossings neatly. Is there any plan to re-implement this feature, or do I just need to bit...
- Sat Jun 03, 2023 1:49 pm
- Forum: General Moho Discussion
- Topic: glsl (or similar) Shader Filter Support
- Replies: 0
- Views: 3387
glsl (or similar) Shader Filter Support
Hi there- Over the last few years I've been playing around with glsl shaders over at ShaderToy.com, and got thinking about how it would be crazy to be able to implement something like that within the render stack of Moho. Essentially all we would need to do is be able to call the shader during the r...
- Tue May 25, 2021 10:16 am
- Forum: Scripting
- Topic: Curve Formatting Script
- Replies: 1
- Views: 2379
Curve Formatting Script
Hi All!- I've jumped into scripting since I didn't feel like I could find a tool that would actually do what I was looking for. My baby over the last little while was a Curve Formatting algorithm that takes in a decimal factor and then formats any selected shape with tapering at the end of strokes, ...
- Tue May 25, 2021 10:05 am
- Forum: General Moho Discussion
- Topic: Bugfix for Freehand Tool
- Replies: 15
- Views: 8981
Re: Bugfix for Freehand Tool
I'm going to add this in the scripting forum, but in case anyone has been watching this thread and using my curve formatting tool, I've updated it with icons, namespacing, compatibility with 13.5, and now the tapering algorithm takes into account hidden segments, giving you a nice taper at the end o...
- Sun May 09, 2021 1:32 pm
- Forum: General Moho Discussion
- Topic: Moho 13.5 is here!
- Replies: 91
- Views: 126362
Re: Moho 13.5 is here!
I'm getting to the party a little late, but a big congratulations to Mike and Victor... seeing the new trailer almost brought a tear to my eye. So thrilled that the product is back in your hands, and hope that I can contribute even a small fraction of the great experience I've gotten over the years.
- Sat Apr 10, 2021 9:47 am
- Forum: General Moho Discussion
- Topic: Bugfix for Freehand Tool
- Replies: 15
- Views: 8981
Re: Bugfix for Freehand Tool
Also, thanks for the tips, Wes and Lukas. To be honest this is my first stab at lua scripting (C# is my lingua franca, with Javascript and Java in a close second and third). Its been kind of a humbling experiment going back to writing scripts without a debugger and the usual IDE tools.
- Sat Apr 10, 2021 9:40 am
- Forum: General Moho Discussion
- Topic: Bugfix for Freehand Tool
- Replies: 15
- Views: 8981
Re: Bugfix for Freehand Tool
I totally get being cautious...a lot of people have been doing sketchy stuff lately. (Also, I have you at a disadvantage....I've been lurking since before the Anime Studio days, so of course I know who you are, but not vice versa.) Is a google drive link okay? They do virus scanning if memory serves...
- Fri Apr 09, 2021 6:33 pm
- Forum: General Moho Discussion
- Topic: Bugfix for Freehand Tool
- Replies: 15
- Views: 8981
Re: Bugfix for Freehand Tool
Here is my most basic version....I've not really altered anything aside from fixing the stroke tapering (it was more of a function of removing some of the code SM added that was disabling tapering too aggressively). You may get some extra tapering in places where you don't quite want it. Anyway, to ...
- Fri Apr 09, 2021 12:04 pm
- Forum: General Moho Discussion
- Topic: Bugfix for Freehand Tool
- Replies: 15
- Views: 8981
Re: Bugfix for Freehand Tool
Awesome! Thanks, Wes. I'll put some polish on what I have and then put it up here since it probably will get better visibility than in the scripting forum.
- Fri Apr 09, 2021 11:40 am
- Forum: General Moho Discussion
- Topic: Bugfix for Freehand Tool
- Replies: 15
- Views: 8981
Bugfix for Freehand Tool
Hi all- I've been frustrated with the freehand tool in Moho 13 for a while now, particularly having problems with the tapering. I know the Moho team is in active development, but I've actually gone through the lua and figured out a fix for how to re-enable tapering on freehand strokes (both via a mo...