Search found 57 matches

by MehdiZangenehBar
Sat Apr 27, 2024 8:44 pm
Forum: Scripting
Topic: Update UI
Replies: 8
Views: 414

Re: Update UI

Are you sure changing frame to zero will trigger DoLayout? -- ************************************************** -- General information about this script -- ************************************************** ScriptName = "Test_Script" Test_Script = {} function Test_Script:Name() return 'Te...
by MehdiZangenehBar
Sat Apr 27, 2024 2:56 pm
Forum: Scripting
Topic: Update UI
Replies: 8
Views: 414

Update UI

is it possible to add item to the toolbar, outside DoLayout event? on UpdateWidget?
by MehdiZangenehBar
Sat Apr 27, 2024 2:45 pm
Forum: Scripting
Topic: Timer
Replies: 1
Views: 236

Timer

is it possible to add a timer control to run a function (without freezing the Moho)?
by MehdiZangenehBar
Sat Apr 27, 2024 2:43 pm
Forum: Scripting
Topic: LuaSocket
Replies: 3
Views: 379

LuaSocket

Is it possible to add LuaSocket module to the Moho?
by MehdiZangenehBar
Sat Apr 27, 2024 2:37 pm
Forum: Scripting
Topic: DoLayout event
Replies: 17
Views: 709

Re: DoLayout event

So only event we can use to realize the layer change is WidgetUpdate? any other trigger?
by MehdiZangenehBar
Sat Apr 27, 2024 11:56 am
Forum: Scripting
Topic: RemoveChild
Replies: 1
Views: 215

RemoveChild

LM_LayoutView has AddChild method, but dosn't have RemoveChild method?! how we can remove a widget?
by MehdiZangenehBar
Sat Apr 27, 2024 7:45 am
Forum: Scripting
Topic: DoLayout event
Replies: 17
Views: 709

DoLayout event

Changing selected layer should fire DoLayout event in the tool script, right? But sometimes this is not happening, anyone knows why?
by MehdiZangenehBar
Sat Apr 27, 2024 7:41 am
Forum: Scripting
Topic: Resizable Dialog
Replies: 0
Views: 388

Resizable Dialog

Is it possible to create a dialog which is resizable using script? any example?
by MehdiZangenehBar
Mon Mar 18, 2024 11:35 pm
Forum: General Moho Discussion
Topic: Bake pose
Replies: 4
Views: 1394

Re: Bake pose

hayasidist wrote: Sun Mar 17, 2024 11:54 am this script was developed for just that purpose. Unchanged since AS12, but has been in use in later versions. viewtopic.php?p=180070#p180070 Let me know if it works for you.
Do you think it does the job? I just installed, but how I could use that? any tutorial?
by MehdiZangenehBar
Sat Mar 16, 2024 11:28 pm
Forum: General Moho Discussion
Topic: Bake pose
Replies: 4
Views: 1394

Bake pose

Let say I have a modified (keyframed) shape at frame 90. is it possible to apply this modification to the frame zero?
In other word, I want to capture new shapes from different frames of an animated shape.
by MehdiZangenehBar
Wed Mar 06, 2024 5:00 pm
Forum: Feature Request Discussions
Topic: position-scale driver
Replies: 11
Views: 3131

Re: position-scale driver

OK guys, I should explain my goal again, I know we may be able to find a workaround for this using some hacks, tips and tricks, But I posted in the Feature Request forum, because this need a lower level of development. it should be done in the core programming. I need someone from Moho development s...
by MehdiZangenehBar
Tue Mar 05, 2024 11:21 am
Forum: Feature Request Discussions
Topic: position-scale driver
Replies: 11
Views: 3131

Re: position-scale driver

DK wrote: Sat Mar 02, 2024 10:41 pm I actually got a bit of a surprise to find this out when I tried just tried using scale instead of rotate to operate as a smartbone action after all these years. Thanks for the heads up.

Cheers
D.K
Is it possible to use scale? how?
by MehdiZangenehBar
Sat Mar 02, 2024 1:35 am
Forum: Feature Request Discussions
Topic: position-scale driver
Replies: 11
Views: 3131

position-scale driver

smart actions can be use only with bone rotation right?, I'm pretty sure it should be easy for developers to create more advanced expression system that user be able to use position or even scale to drive the actions.
by MehdiZangenehBar
Sat Feb 17, 2024 12:27 pm
Forum: General Moho Discussion
Topic: Smart Bone base on position
Replies: 2
Views: 901

Smart Bone base on position

It seems smart bone works only with rotation. Is possible to create expression based on source bone Position or Scale?
by MehdiZangenehBar
Mon Feb 12, 2024 11:06 am
Forum: Feature Request Discussions
Topic: Shape Selector
Replies: 4
Views: 1496

Re: Shape Selector

The tool is great! Well deserved to be part of the built-in UI. I'm new to Moho, never opened before, But I developed several tools (plugins) for 3dsMax, Blender, Photoshop,... and in general I could say Moho UI is not bad (compare to Daz Studio for instance), But every product needs a UX designer. ...