Search found 8148 matches

by synthsin75
Fri Jan 05, 2024 12:49 am
Forum: Scripting
Topic: Lost Scripts' Shapes Window (**New** BETA 3) for Moho 14.1 Pro
Replies: 123
Views: 315770

Re: Lost Scripts' Shapes Window (*New* BETA 2) for Moho 14.1 Pro

Wow, neat idea for hiding tools at will. And really cool that it shows a preview of the selected shape. EDIT: Building on the idea of showing/hiding tools, seems you'd be able to make a single tool (so it's always available in the tool window) that could store tool "profiles"...groups of t...
by synthsin75
Sun Dec 31, 2023 9:48 pm
Forum: Miscellaneous Chit-Chat
Topic: Customizing Tools panel
Replies: 4
Views: 17485

Re: Customizing Tools panel

Remember, you can hit ctrl+shift+alt+L to reload the scripts and see your changes. Will make any trial and error a little easier.
by synthsin75
Sun Dec 31, 2023 11:49 am
Forum: Miscellaneous Chit-Chat
Topic: Customizing Tools panel
Replies: 4
Views: 17485

Re: Customizing Tools panel

Yes, you can add custom tool groups from the _tool_list.txt in your custom content folder. The Other group is the default for tools that have not been added to the list, below an existing group. You can also manage tool groups through the Preferences>Tool Layout. You have to enable automatic tool li...
by synthsin75
Fri Dec 29, 2023 1:21 pm
Forum: How Do I...?
Topic: "Shortcut Field" in the "create new action" window
Replies: 5
Views: 11368

Re: "Shortcut Field" in the "create new action" window

You can insert the action while the timeline is playing by hitting that shortcut.

But it won't update to show your changes until the timeline plays through a second time.
by synthsin75
Thu Dec 28, 2023 5:03 am
Forum: Feature Request Discussions
Topic: Align objects on same layer, too.
Replies: 28
Views: 34987

Re: Align objects on same layer, too.

My merge vectors script has what you need to find the selected layers in the document: local layers = {} local count = 0 repeat local layer = moho.document:LayerByAbsoluteID(count) if layer then count = count + 1 if (layer:SecondarySelection() and layer:LayerType() == MOHO.LT_VECTOR) then table.inse...
by synthsin75
Wed Dec 27, 2023 10:23 pm
Forum: Feature Request Discussions
Topic: Align objects on same layer, too.
Replies: 28
Views: 34987

Re: Align objects on same layer, too.

If the workflow works, I assume AEseeva's Reset Layer Transform could be made to work over a table of the layers produced by Break Apart and combined with the relevant parts of RT:Break Apart and Merge Vectors. I have too much on my scripting plate at ATM, or I'd volunteer. I thought I might take a...
by synthsin75
Wed Dec 27, 2023 10:20 pm
Forum: How Do I...?
Topic: How to "abondon" a layer?
Replies: 11
Views: 26301

Re: How to "abondon" a layer?

Only one problem, so far my expierence with visibility was a horror. I tried turning off and on some of my layers but it had no effect on time line. I was clicking on those eyes next to my layer... Perhaps you mean a more advanced option where I go to settings of a specific layer and play with visi...
by synthsin75
Wed Dec 27, 2023 9:16 pm
Forum: Feature Request Discussions
Topic: Align objects on same layer, too.
Replies: 28
Views: 34987

Re: Align objects on same layer, too.

If the workflow works, I assume AEseeva's Reset Layer Transform could be made to work over a table of the layers produced by Break Apart and combined with the relevant parts of RT:Break Apart and Merge Vectors. I have too much on my scripting plate at ATM, or I'd volunteer.
by synthsin75
Wed Dec 27, 2023 8:41 pm
Forum: Feature Request Discussions
Topic: Align objects on same layer, too.
Replies: 28
Views: 34987

Re: Align objects on same layer, too.

I followed your steps in v14.1, using the second version of my script, and it works as expected. At least in destructive mode, like you're using it. My guess is that something is being done too fast after creating the new layer. The second version merges to the last selected layer, so no new layer i...
by synthsin75
Wed Dec 27, 2023 4:28 pm
Forum: General Moho Discussion
Topic: Fatal error loading Moho - Error code 7089
Replies: 2
Views: 1407

Re: Fatal error loading Moho - Error code 7089

viewtopic.php?p=212577#p212577

You can always move the folder elsewhere, as a backup, instead of deleting it.
by synthsin75
Wed Dec 27, 2023 9:03 am
Forum: Feature Request Discussions
Topic: Align objects on same layer, too.
Replies: 28
Views: 34987

Re: Align objects on same layer, too.

Greenlaw wrote: Wed Dec 27, 2023 2:28 am 3. Use Synthsin75's Merge Vector Layers script from here: viewtopic.php?p=201672#p201672

... Option 3. errors and produces an empty layer, and 4. also errors and doesn't produce anything useful.
Seems to work here, v14.1.
by synthsin75
Sun Dec 24, 2023 1:01 pm
Forum: General Moho Discussion
Topic: Does anyone know what Frame-dependent Warping is for?
Replies: 5
Views: 10920

Re: Does anyone know what Frame-dependent Warping is for?

Oops. Thanks Daxel, I edited the post.