Search found 114 matches

by MehdiZangenehBar
Tue Apr 29, 2025 10:54 am
Forum: Scripting
Topic: Adding Lua modules
Replies: 0
Views: 197

Adding Lua modules

How we can set Moho custom paths to search and include Lua files and dlls?
by MehdiZangenehBar
Fri Apr 25, 2025 11:28 am
Forum: Scripting
Topic: LuaSocket
Replies: 4
Views: 1706

Re: LuaSocket

package.path = package.path .. ";" .. moho:UserAppDir() .. "/scripts/scriptresources/?.lua;" package.cpath = package.cpath .. ";" .. moho:UserAppDir() .. "/scripts/scriptresources/?.dll;" Sam, would you please tell me where (in which file) , I can set those p...
by MehdiZangenehBar
Thu Aug 29, 2024 8:19 pm
Forum: Share Your Work
Topic: Rigging 3D look eye
Replies: 0
Views: 1937

Rigging 3D look eye

Please watch my new tutorial: RIgging 3D look eye
This is a new method that I invented myself.
by MehdiZangenehBar
Fri Aug 23, 2024 6:03 pm
Forum: Scripting
Topic: Clear Console
Replies: 3
Views: 6556

Re: Clear Console

The problem is if you print too much, you are not able to scroll to the begining
by MehdiZangenehBar
Fri Aug 23, 2024 1:20 pm
Forum: Scripting
Topic: Points Order
Replies: 5
Views: 7617

Re: Points Order

Any idea?
by MehdiZangenehBar
Thu Aug 22, 2024 2:50 pm
Forum: Scripting
Topic: Clear Console
Replies: 3
Views: 6556

Clear Console

Is it possible to clear the console? (output, listhener or any other name that it may have)
by MehdiZangenehBar
Tue Aug 20, 2024 12:37 pm
Forum: Share Your Work
Topic: 3D Look Eye
Replies: 4
Views: 2649

Re: 3D Look Eye

Hoptoad wrote: Tue Aug 20, 2024 12:12 pm
Nice! Thanks for posting.

By the way, your video is embedded.
Thanks! Yea, I can see that now, maybe it was a browser cache problem.
by MehdiZangenehBar
Tue Aug 20, 2024 11:24 am
Forum: Share Your Work
Topic: 3D Look Eye
Replies: 4
Views: 2649

Re: 3D Look Eye

Thank You!
I don't know why my video is not embeded in the forum?!
by MehdiZangenehBar
Mon Aug 19, 2024 11:55 pm
Forum: Share Your Work
Topic: 3D Look Eye
Replies: 4
Views: 2649

3D Look Eye

Hello friends, I just created a video tutorial about Eye drawing using vector in clean and simple way, please have a look (and share):
by MehdiZangenehBar
Fri Aug 16, 2024 2:40 pm
Forum: Scripting
Topic: Points Order
Replies: 5
Views: 7617

Re: Points Order

I undrstand moho don't give us a correct sequence of points, how we can rebuild it from scratch?
by MehdiZangenehBar
Fri Aug 16, 2024 2:30 pm
Forum: Scripting
Topic: Points Order
Replies: 5
Views: 7617

Re: Points Order

it looks as though you're using the wrong point reference number to draw. take a look at https://mohoscripting.com/methods/782 for an explanation of "point sequence in curve" vs "point number in mesh" I undrstand there is difference between mesh,curve and shape points. Drawing i...
by MehdiZangenehBar
Thu Aug 15, 2024 10:37 pm
Forum: Scripting
Topic: Points Order
Replies: 5
Views: 7617

Re: Points Order

Please! someone help me!
by MehdiZangenehBar
Wed Aug 14, 2024 5:00 pm
Forum: Scripting
Topic: Points Order
Replies: 5
Views: 7617

Points Order

I'm really confused about this,how we can get shape points in correct order? If we recreate new shape based on those points, result would be very different. Please take a look at the picture and sample file: https://drive.google.com/file/d/1G8EkqwQB6vpDTTCg0-9XjlczyoNZ8be6/view?usp=sharing https://d...
by MehdiZangenehBar
Tue Aug 13, 2024 4:34 pm
Forum: Scripting
Topic: Get Shape Points
Replies: 5
Views: 7318

Re: Get Shape Points

This file is imported from old Moho version 9.5 to 14, it seems it has so many internal problem, please someone approve this:
two points are in the same curve, but point:Curve(0) return different curve:
https://drive.google.com/file/d/17490I3 ... drive_link
by MehdiZangenehBar
Tue Aug 13, 2024 3:32 pm
Forum: Scripting
Topic: Points of Segment
Replies: 10
Views: 9477

Re: Points of Segment

Sorry, you didn't get it at all!