Search found 2628 matches

by hayasidist
Fri Dec 15, 2023 3:25 pm
Forum: General Moho Discussion
Topic: What additional software are you using alongside Moho?
Replies: 41
Views: 140760

Re: What additional software are you using alongside Moho?

Do you know which, if any, free software’s layers are exportable as Moho vector layers? I’ve just started doing a tutorial on Procreate, but I think that’s a raster programme. none directly. the closest is to use a supported import format such as SVG which (e.g.) Inkscape can create. But if you're ...
by hayasidist
Fri Dec 15, 2023 10:04 am
Forum: General Moho Discussion
Topic: What additional software are you using alongside Moho?
Replies: 41
Views: 140760

Re: What additional software are you using alongside Moho?

@panha - thank you. I wasn’t aware of Krita and it looks like you can create vector layers in the software. What elements [for your animation] do you typically draw as vector layers and what elements do you draw as raster layers? just be aware that the Krita vector layers are NOT exportable as Moho...
by hayasidist
Thu Dec 14, 2023 9:48 pm
Forum: General Moho Discussion
Topic: MOHO14 user manual
Replies: 39
Views: 66505

Re: MOHO14 user manual

The web search was fixed already. Searching now finds the words not only in the titles but the text inside too. Comunicating it would have been nice because I guess many people just stopped using that web manual. I'm not so sure about that -- I think it now includes lower-level headings (and maybe ...
by hayasidist
Tue Dec 12, 2023 9:42 pm
Forum: General Moho Discussion
Topic: What additional software are you using alongside Moho?
Replies: 41
Views: 140760

Re: What additional software are you using alongside Moho?

... I’m my mind I have an idea of potentially putting animated characters in front of real life backgrounds, so not behind elements of real life footage. Depending on the scenes and storyline I might also use real life still images as the back drop. I have a lot to learn, but don’t want to make thi...
by hayasidist
Tue Dec 12, 2023 2:31 pm
Forum: General Moho Discussion
Topic: What additional software are you using alongside Moho?
Replies: 41
Views: 140760

Re: What additional software are you using alongside Moho?

this is live action / animation mixed https://youtu.be/JwzmQMD5Q2I the animation (including the "3d" simulation) was all done in Moho (or Anime Studio as it was called back in 2012!!!). Most of the graphic assets were done in PS. The live action was filmed against a greenscreen and composi...
by hayasidist
Mon Dec 11, 2023 9:54 pm
Forum: How Do I...?
Topic: Change background image on timeline
Replies: 3
Views: 6952

Re: Change background image on timeline

is the stuff on each tab animated or just static text /image?

If "static" then I'd put all the separate tab images in a switch group and select as necessary. If not ... just say
by hayasidist
Sat Dec 09, 2023 11:53 am
Forum: General Moho Discussion
Topic: Switch Selection concept for v13.5
Replies: 45
Views: 93572

Re: Switch Selection concept for v13.5

ah! sorry. my misunderstanding
by hayasidist
Sat Dec 09, 2023 11:48 am
Forum: General Moho Discussion
Topic: Switch Selection concept for v13.5
Replies: 45
Views: 93572

Re: Switch Selection concept for v13.5

this (windows) example works without the intermediate file local sOut = io.popen( "dir /B " .. path .. "*.png", "r" ) local sData = sOut:read "*a" IOW the output of cmd>dir ... is delivered in the fcb:read ... call (and in this instance provides a simple list ...
by hayasidist
Thu Dec 07, 2023 11:31 am
Forum: Scripting
Topic: How to actually set the selected item in a TextList?
Replies: 10
Views: 5908

Re: How to actually set the selected item in a TextList?

Rai López wrote: Wed Dec 06, 2023 11:05 pm
EDIT: All done!
:D and thanks for the history links...
by hayasidist
Wed Dec 06, 2023 10:19 pm
Forum: Scripting
Topic: How to actually set the selected item in a TextList?
Replies: 10
Views: 5908

Re: How to actually set the selected item in a TextList?

FYI, there is a known bug for which is not possible to make work SetSelItem() by feeding it with an ID. It's unfortunate there are some issues with LM.GUI.ImageTextList kind of widgets (I'll try to also add a note for this one there) given their usefulness... but (fortunately!) its variant :arrow: ...
by hayasidist
Wed Dec 06, 2023 11:45 am
Forum: Scripting
Topic: How to actually set the selected item in a TextList?
Replies: 10
Views: 5908

Re: How to actually set the selected item in a TextList?

well, like I said, a start would be to see how self.lstSpeedBone is defined - but ideally the whole dialogue

if lstSpeedBone is a dropdown (LM.GUI.Menu) then maybe SetChecked() would be the right answer -- but if it's defined in a way that needs the SetSelItem() ...?
by hayasidist
Wed Dec 06, 2023 10:10 am
Forum: Scripting
Topic: How to actually set the selected item in a TextList?
Replies: 10
Views: 5908

Re: How to actually set the selected item in a TextList?

? LM_TextList:SetSelItem(id, redraw)
or maybe a bit more context (e.g. how is self.lstSpeedBone defined?)
by hayasidist
Tue Dec 05, 2023 11:04 am
Forum: General Moho Discussion
Topic: Problem with inserting images in forum posts
Replies: 9
Views: 5952

Re: Problem with inserting images in forum posts

test https://ibb.co/KGXm1kJ the image link to embed is https://i.ibb.co/cv1xmHj/sodaliao-Mongolian-ethnic-style-Disney-Mulanstyle-multiple-poss-f2cddb4f-75fa-461a-860a-308f2e61b5d5.png BUT that's a HUGE image -- loads of white space that you could trim and/or use their "BBCode embed" for ...
by hayasidist
Tue Dec 05, 2023 8:44 am
Forum: General Moho Discussion
Topic: Problem with inserting images in forum posts
Replies: 9
Views: 5952

Re: Problem with inserting images in forum posts

first find yourself an image hosting service. I'm currently using imgbb.com but there are loads of other free ones. then upload your image there and put the url you get in between the [ img ][ /img ] (minus the spaces) tags you get when you press the "image" icon in the "create post&q...
by hayasidist
Mon Dec 04, 2023 3:11 pm
Forum: Scripting
Topic: How do I create a new moho file and copy a layer to it via script?
Replies: 18
Views: 29147

Re: How do I create a new moho file and copy a layer to it via script?

Issue J305 raised regarding the odd behaviours of FileClose() when the Lua console window is open.