MoI discussion forum
MoI discussion forum

Full Version: ping - Max Smirnov

Show messages:  1-18  19-38  39-58  59-78  79-87

From: Max Smirnov (SMIRNOV)
15 Dec 2017   [#59]
Sorry, I was extremely busy last week.

Brian
>>Then the external scripts screen only shows when the left (or right) mouse button is held down.
I can't reproduce it. Anyway I use MoI's built-in functions to show the window, so I can't fix this issue by myself.

James
>>I would like to get your thoughts on the idea of making a small alteration to Widget/Knob
I need to significantly change all widget nodes to implement this feature. Sorry, I can't make it in the nearest future.

>>Also sometime ago we discussed the inclusion of button & switch, that you had planned to repurpose code that you have already developed for a different application.
I rewrote this node for using with NE.
You can download an updated interface.js from my site: http://moi.maxsm.net/nodeeditor/

>>Of course a "zoom to extents" function would be better but also more involved (I imagine)
I'll add this feature in the next NE release.
From: James (JFH)
15 Dec 2017   [#60] In reply to [#59]
Max

Thanks for switch node, it is masterfully resolved & will be very useful.

>> need to significantly change all widget nodes to implement this feature. <<
Is this also true if feature is a RMB second state option of knob only?

Thanks again for your continued development of NE
James
From: Barry-H
16 Dec 2017   [#61]
Hi Max,
is it possible to have a feedback node similar to Hoopsnake as discussed in the nodebundle thread.
Ref this video https://www.youtube.com/watch?v=QefqhzIz_ak
Cheers
Barry
From: r2d3
16 Dec 2017   [#62] In reply to [#59]
Wow thats a nice switch/button..
Thanks a lot Max!
From: James (JFH)
31 Jan 2018   [#63] In reply to [#60]
Hi Max,

RE: NE interfacing via trackpad issues

Problem appears to be fixed...
see http://moi3d.com/forum/index.php?webtag=MOI&msg=7713.783

Regards
James
From: Max Smirnov (SMIRNOV)
31 Jan 2018   [#64] In reply to [#63]
Hi James,

I'm glad that problem is solved. I'll add this fix to the next NE release.
From: mkdm
13 Feb 2018   [#65]
Hello Max.

With the latest V4 and the latest version of your _sSplit.htm command I get this error after selected one face of the box and fired the command :



Ciao!

Marco (mkdm)
From: Max Smirnov (SMIRNOV)
13 Feb 2018   [#66] In reply to [#65]
Hi Marco,

I can't reproduce this error. It seems you have an old version of the script.
Update it from my site: http://moi.maxsm.net/item/45
From: mkdm
13 Feb 2018   [#67] In reply to [#66]
Ok. ASAP I will do. Thanks.
From: mkdm
13 Feb 2018   [#68] In reply to [#66]
Done!
Now all is ok both in V3 and V4.

Thanks a lot!
From: mkdm
15 Feb 2018   [#69]
Hello Max.

While surfing the web searching a tool that I need actually for my daily software developing,
I accidentally found this : https://pressurejs.com/

And it occurred to me the topic you were talking about some days ago : "touchpad gestures"


I don't know that product (https://pressurejs.com/) but it may help you for what you want to do.

If you want, give it a chance. It's free.

Ciao!

Marco (mkdm)
From: Max Smirnov (SMIRNOV)
15 Feb 2018   [#70] In reply to [#69]
Hi Marco,
thank you for this link, I'll check this library and maybe I'll find something interesting.
However, I have no plans to use this library in my projects. In the cases when I can write a code by myself, I prefer to not use external libraries and frameworks.
From: mkdm
15 Feb 2018   [#71] In reply to [#70]
Hello Max!

@You : "...thank you for this link, I'll check this library and maybe I'll find something interesting...."

You're welcome.

Ciao!
From: Finema
23 Feb 2018   [#72] In reply to [#71]
Hi max,
Have you update Heightmap for V4 ?
Thanks a lot.
From: Max Smirnov (SMIRNOV)
23 Feb 2018   [#73] In reply to [#72]
Hi Finema,

I didn't update it yet.
Wait a couple of days, I'll try to fix it.
From: Finema
23 Feb 2018   [#74] In reply to [#73]
OK Max
Thanks a lot.
From: Max Smirnov (SMIRNOV)
23 Feb 2018   [#75] In reply to [#74]
Hi Finema,

http://moi.maxsm.net/media/files/Heightmap.v.0.7.2018.02.23(MoI.v4).zip

P.S. I don't know why but this script doesn't work without an alert dialog. I'll check it later (or maybe Michael will help us)
From: Michael Gibson
23 Feb 2018   [#76] In reply to [#75]
Hi Max,

re:
> P.S. I don't know why but this script doesn't work without an alert dialog. I'll check it
> later (or maybe Michael will help us)

It's because setting img.src is asynchronous. When you set img.src it just initiates the image loading process - things are set up in HTML in this asynchronous way often times because it's designed for downloading stuff from remote servers which can take a while.

When you show the alert dialog, that runs a message loop and the timers for image loading are able to get triggered and finish the load.

You could remove the alert dialog though if you split the rest of your image processing functionality into a separate function and then get that set up on the image.onload event, img.onload should be called when the image is all ready.

- Michael
From: Finema
24 Feb 2018   [#77] In reply to [#76]
Thanks Max !
I like the image in the control panel of heightmap
bravo !
From: Finema
24 Feb 2018   [#78]
Hi Max,
Do you think it is possible to create a MoI plugin like the Rhino Panneling Tools ?
https://wiki.mcneel.com/labs/panelingexamples
Thanks

Show messages:  1-18  19-38  39-58  59-78  79-87