Search found 1721 matches

by Rai López
Fri Oct 20, 2023 6:29 pm
Forum: Scripting
Topic: Lost Scripts' Shapes Window (**New** BETA 3) for Moho 14.1 Pro
Replies: 123
Views: 276223

Lost Scripts' Shapes Window (**New** BETA 3) for Moho 14.1 Pro

https://www.dropbox.com/scl/fi/3s4jp652xc3y35j6t2x9k/ls_shapes_window_BETA3_UI_rolling-windows-tiles.gif?rlkey=rber0uuebufjdbipxeawlwl24&raw=1 :arrow: ls_shapes_window_v0.3.0-beta3_20240209-0054.zip (Windows & Moho 14.1+ Pro ONLY ) Release Notes: - New Features: New Modes/Helpers! -> Mainly...
by Rai López
Wed Oct 11, 2023 6:18 pm
Forum: Scripting
Topic: LK_LayerFinder
Replies: 31
Views: 8622

Re: LK_LayerFinder

I'd be happy if it finally helped, Lukas! The key is, even though I don't understand either why it seems to work due to whatever is happening happens internally, for some reason the temporal "bait" dialog somehow gets to cheat Moho just in the right moment, that is to say, when Moho's dial...
by Rai López
Mon Oct 09, 2023 1:38 am
Forum: Scripting
Topic: LK_LayerFinder
Replies: 31
Views: 8622

Re: LK_LayerFinder

You're welcome, Wes! For you (when/if the time allow, of course) and those interested, the EXACT steps (assuming Lukas' script is installed) to reproduce the crash under this kind of modeless window scenario is as follows: In a fresh Moho instance, create a new document and add a Bone layer to it (t...
by Rai López
Fri Oct 06, 2023 5:55 pm
Forum: Scripting
Topic: LK_LayerFinder
Replies: 31
Views: 8622

Re: LK_LayerFinder

But please be aware of this issue SimplSam mentioned in Discord : So far an issue I see is the modeless panels' Event Messages get detached, and the UI effectively fails to respond to its dialog user events & changes. This is not specific to this tool and has been discussed in the forums - wher...
by Rai López
Thu Sep 28, 2023 5:19 am
Forum: Bug Discussions
Topic: Antialiasing/pixelation problem in brushes
Replies: 14
Views: 4858

Re: Antialiasing/pixelation problem in brushes

I agree the way brushes render, even though they do it much better now than it used to do time ago, has always been a little harsh compared to vectors in terms of antialiasing, over all under certain situations (thin lines, i.e.), and I've always thought there should be some room for improvements th...
by Rai López
Tue Sep 26, 2023 9:35 pm
Forum: General Moho Discussion
Topic: Rendered brush strokes lose transparency and detail?
Replies: 10
Views: 1629

Re: Rendered brush strokes lose transparency and detail?

🤔 For me, it simply seems too similar as when you apply the Sketchy shape effect to a brush? To prove a point: https://www.dropbox.com/scl/fi/xmbn4bbyipid6hdv1uik7/M14.0_how-bruhses-look-with-sketchy-effect_20230926-2218_rl.jpg?rlkey=adedahp9ix1m42s193f2jbhsg&raw=1 A very interesting effect from...
by Rai López
Wed Sep 20, 2023 3:31 am
Forum: Scripting
Topic: LK_LayerFinder
Replies: 31
Views: 8622

Re: LK_LayerFinder

You give me too much credit Rai López! A textlist simply didn't cross my mind, I kind of forgot that it existed haha. Now I'm wondering if it would be better, as it can display selection with a color, instead of adding symbol to the button text... I don't think so! But if there were no powerful/per...
by Rai López
Tue Sep 19, 2023 4:25 am
Forum: Scripting
Topic: LK_LayerFinder
Replies: 31
Views: 8622

Re: LK_LayerFinder

Just curious though you think it's possible to do something like this but for shapes in a layer? With the new liquid shapes it could be messy trying to figure out what order all the shapes are in so having a layer like panel display all of them and even rename name them and reorder them through dra...
by Rai López
Mon Sep 18, 2023 2:57 am
Forum: Scripting
Topic: LK_LayerFinder
Replies: 31
Views: 8622

Re: LK_LayerFinder

OK, it wasn't so hard to update the code to its current state after all, and surprisingly it turned to work better than I remembered, as long as there is not too many shapes at least... but I think that's not the norm for most use cases. There are some known issues, e.g., the toolbar not always upda...
by Rai López
Sun Sep 17, 2023 2:26 pm
Forum: Scripting
Topic: LK_LayerFinder
Replies: 31
Views: 8622

Re: LK_LayerFinder

First off, thanks, Lukas! All the work you are doing trying to take the most of modeless dialogs is priceless... I'm following it with a lot of interest because at some point I'd love to go that way for a tool I'm working on for a long time but, as you pointed out, it may still be a kind of a risky ...
by Rai López
Mon Mar 13, 2023 3:12 am
Forum: Scripting
Topic: How would you get the working (active) layer from an embedded script?
Replies: 51
Views: 9147

Re: How would you get the working (active) layer from an embedded script?

I'm sure I only acted as a catalyst at most, but you're welcome and I'm glad something finally helped :D BTW, another unexpected but good (very good, indeed, for me at least) side-effect derived from all this, is that there is now a way for a script to know if Moho is rendering or not. Well turns ou...
by Rai López
Sun Mar 12, 2023 5:50 am
Forum: Scripting
Topic: How would you get the working (active) layer from an embedded script?
Replies: 51
Views: 9147

Re: How would you get the working (active) layer from an embedded script?

Ahhh... Maybe when I start to deal again with all that file/directories matters I'll start to feel more confident with how it works and all... but, for the moment, thanks for the info/advices! Haha, yeah, it would have turned to be too easy if it would have worked, but it had to be tried... I'll be ...
by Rai López
Sun Mar 12, 2023 4:18 am
Forum: Scripting
Topic: How would you get the working (active) layer from an embedded script?
Replies: 51
Views: 9147

Re: How would you get the working (active) layer from an embedded script?

Hmm... And using ScriptData instead? I'd be layer dependent, but taking into account there is always to be at least one layer in every project, maybe the tool function could write/update the value to be always available on e.g. layer 0 and then any other script in any other environment should be abl...
by Rai López
Sun Mar 12, 2023 4:04 am
Forum: Scripting
Topic: How would you get the working (active) layer from an embedded script?
Replies: 51
Views: 9147

Re: How would you get the working (active) layer from an embedded script?

Argh... Nope, it doesn't seem to get passed to the other new environment, as I kinda suspected OTOH, but the way LC prints the results before and after rendering somehow made me think it could work... So, yeah, I'm not sure what would be the best in your case, cause I agree the script reloading work...
by Rai López
Sun Mar 12, 2023 3:39 am
Forum: Scripting
Topic: How would you get the working (active) layer from an embedded script?
Replies: 51
Views: 9147

Re: How would you get the working (active) layer from an embedded script?

I haven't ever needed to get file attributes, but creating/removing directories can be done with os.execute, like I used in my Switch Icons tool. But wasn't os.execute platform dependent or something so? I remember to have read about it but I'm totally not sure about it now... To see if a file exis...