Search found 10 matches

by oik976
Wed Sep 27, 2023 5:44 pm
Forum: General Moho Discussion
Topic: Freehand Tool - Trim Start and Trim End
Replies: 11
Views: 9215

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...
by oik976
Sat Jun 03, 2023 9:49 pm
Forum: General Moho Discussion
Topic: glsl (or similar) Shader Filter Support
Replies: 0
Views: 3138

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...
by oik976
Tue May 25, 2021 6:16 pm
Forum: Scripting
Topic: Curve Formatting Script
Replies: 1
Views: 2002

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, ...
by oik976
Tue May 25, 2021 6:05 pm
Forum: General Moho Discussion
Topic: Bugfix for Freehand Tool
Replies: 15
Views: 7409

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...
by oik976
Sun May 09, 2021 9:32 pm
Forum: General Moho Discussion
Topic: Moho 13.5 is here!
Replies: 91
Views: 86585

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.
by oik976
Sat Apr 10, 2021 5:47 pm
Forum: General Moho Discussion
Topic: Bugfix for Freehand Tool
Replies: 15
Views: 7409

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.
by oik976
Sat Apr 10, 2021 5:40 pm
Forum: General Moho Discussion
Topic: Bugfix for Freehand Tool
Replies: 15
Views: 7409

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...
by oik976
Sat Apr 10, 2021 2:33 am
Forum: General Moho Discussion
Topic: Bugfix for Freehand Tool
Replies: 15
Views: 7409

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 ...
by oik976
Fri Apr 09, 2021 8:04 pm
Forum: General Moho Discussion
Topic: Bugfix for Freehand Tool
Replies: 15
Views: 7409

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.
by oik976
Fri Apr 09, 2021 7:40 pm
Forum: General Moho Discussion
Topic: Bugfix for Freehand Tool
Replies: 15
Views: 7409

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...