Search found 944 matches

by SimplSam
Sat May 11, 2024 12:00 am
Forum: General Moho Discussion
Topic: How to : rig rubber hose arms
Replies: 3
Views: 185

Re: How to : rig rubber hose arms

There were also recent discussions here about arm techniques: viewtopic.php?t=36899
by SimplSam
Wed May 08, 2024 12:41 pm
Forum: Scripting
Topic: MOHO.UpdateTable
Replies: 7
Views: 248

Re: MOHO.UpdateTable

A practical example is presented below in the SS Point Info Panel, which presents information on selected points and updates the dialog when that selection/info changes. It has some built-in updates defense - as it is set ignore frequent update calls - and calls other than for Doc,Layer, Point Selec...
by SimplSam
Tue May 07, 2024 4:07 pm
Forum: Scripting
Topic: MOHO.UpdateTable
Replies: 7
Views: 248

Re: MOHO.UpdateTable

I would say prior to Moho 14 it was pretty useless. But now that we have access to ScriptInterfaceHelper/MohoObject() - you can access practically anything. So if you are running Modeless Dialogs, then you can effectively set up a callback to refresh the dialogs etc automatically on Frame, Layer, Do...
by SimplSam
Sun Apr 28, 2024 9:39 pm
Forum: Scripting
Topic: LuaSocket
Replies: 3
Views: 172

Re: LuaSocket

This is from a previous discussions: I did find an out-of-the-box Windows binary 5.4 LuaSocket implementation that worked: https://github.com/alain-riedinger/luasocket. Release: https://github.com/alain-riedinger/luasocket/releases/tag/3.0-5.4.3 This just requires updates to path and cpath to point ...
by SimplSam
Sat Apr 20, 2024 6:53 am
Forum: General Moho Discussion
Topic: Create cycles without the keyframing box popping up?
Replies: 11
Views: 831

Re: Create cycles without the keyframing box popping up?

One alternative is to use the Cycle Keys addon tool: https://mohoscripts.com/script/ss_cycle_keys

It has a slightly different approach to adding Cycles, but equally has no pop-up.

You can add a shortcut via Keyboard Shortcuts.
by SimplSam
Fri Apr 19, 2024 5:28 am
Forum: Share Your Work
Topic: CodMW Ultimate Gun Pack - (Version 1.0.0)
Replies: 4
Views: 571

Re: CodMW Ultimate Gun Pack - (Version 1.0.0)

Your first post is still here: viewtopic.php?t=36937
by SimplSam
Sat Apr 13, 2024 9:55 pm
Forum: Feature Request Discussions
Topic: Identifying which style colors a shape
Replies: 13
Views: 585

Re: Identifying which style colors a shape

Checkmark is also there on macOS version (just checked).
by SimplSam
Thu Apr 11, 2024 12:39 am
Forum: How Do I...?
Topic: Move to frame 0
Replies: 10
Views: 550

Re: Move to frame 0

You could potentially put everything is a group and then set the Sequence of that group layer such that it is advanced X frames into the timeline future.
by SimplSam
Sun Apr 07, 2024 5:29 am
Forum: Share Your Work
Topic: Codmw2 AK-74M Reload Ported (Free Download In Moho)
Replies: 2
Views: 392

Re: Codmw2 AK-74M Reload Ported (Free Download In Moho)

Interesting project & process. Kinda OK once loaded into Moho, but took ages to load and I would imagine would take even more ages to render. Given the fact that this ends up as Frame-by-Frame, I can't see any advantage over a PNG sequence - but I am sure you will tell me that that wasn't the po...
by SimplSam
Thu Apr 04, 2024 6:56 pm
Forum: General Moho Discussion
Topic: tiled image vectors do not like image layers in 3d mode.
Replies: 28
Views: 911

Re: tiled image vectors do not like image layers in 3d mode.

jeremiahbabers wrote: Thu Apr 04, 2024 3:17 pm ... sadly tile texture is something i really need when i make a textured background. for instance like snow.
I know it is a bit of a pain, but you could pre-create the tiled image on a big vector, then render that to PNG, then use that large pre-tiled image in the main project.
by SimplSam
Thu Apr 04, 2024 9:43 am
Forum: General Moho Discussion
Topic: tiled image vectors do not like image layers in 3d mode.
Replies: 28
Views: 911

Re: tiled image vectors do not like image layers in 3d mode.

... I'll point the devs to this thread when I submit the ticket. The issue is already reported: M14B-302. I have added the 3D space rotation to the documented issues. The core components of all issue references that I have seen is the: Tiled Texture + Layer Select ( or Alt-RMB ). If you change that...
by SimplSam
Sun Mar 31, 2024 5:29 pm
Forum: General Moho Discussion
Topic: Is there anyone here use Affinity Designer to draw vector and import to Moho?
Replies: 5
Views: 502

Re: Is there anyone here use Affinity Designer to draw vector and import to Moho?

You can consolidate selected vector layers within Affinity by using Layer > Geometry > Merge Curves. But it will make them all one shape / style / color. The SVG importer will consolidate the SVGs vector elements onto a single Moho layer based on its ability to do so. Normally it will do this at the...
by SimplSam
Thu Mar 21, 2024 12:51 pm
Forum: Bug Discussions
Topic: Failed to parse JSON document
Replies: 11
Views: 1459

Re: Failed to parse JSON document

Yeah - Just a file full of nulls.

Image
by SimplSam
Thu Mar 21, 2024 5:40 am
Forum: Bug Discussions
Topic: Failed to parse JSON document
Replies: 11
Views: 1459

Re: Failed to parse JSON document

That link says "You need access"
by SimplSam
Mon Mar 18, 2024 11:22 am
Forum: Scripting
Topic: Realtime SMPTE Timecode Overlay v2 (Graphical Text Overlay)
Replies: 2
Views: 3122

Re: Realtime SMPTE Timecode Overlay v2 (Graphical Text Overlay)

Probably not Moho 14 ready as it is almost 6 years old.

But I do have a new unpublished version which works with Moho 14 - now called SS OverLayer.

https://mohoscripts.com/script/ss_overlayer

I will do some docs and a short intro video in the coming weeks...