ping - Max Smirnov
 1-20  21-40  41-60  61-80  81-87

Previous
Next
 From:  Barry-H
6837.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
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  r2d3
6837.62 In reply to 6837.59 
Wow thats a nice switch/button..
Thanks a lot Max!


Ralf:)
looking for moments of inspiration...
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  James (JFH)
6837.63 In reply to 6837.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

EDITED: 31 Jan 2018 by JFH

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Max Smirnov (SMIRNOV)
6837.64 In reply to 6837.63 
Hi James,

I'm glad that problem is solved. I'll add this fix to the next NE release.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  mkdm
6837.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)

- Marco (mkdm)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Max Smirnov (SMIRNOV)
6837.66 In reply to 6837.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
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  mkdm
6837.67 In reply to 6837.66 
Ok. ASAP I will do. Thanks.

- Marco (mkdm)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  mkdm
6837.68 In reply to 6837.66 
Done!
Now all is ok both in V3 and V4.

Thanks a lot!

- Marco (mkdm)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  mkdm
6837.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)

EDITED: 15 Feb 2018 by MKDM

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Max Smirnov (SMIRNOV)
6837.70 In reply to 6837.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.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  mkdm
6837.71 In reply to 6837.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!

- Marco (mkdm)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Finema
6837.72 In reply to 6837.71 
Hi max,
Have you update Heightmap for V4 ?
Thanks a lot.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Max Smirnov (SMIRNOV)
6837.73 In reply to 6837.72 
Hi Finema,

I didn't update it yet.
Wait a couple of days, I'll try to fix it.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Finema
6837.74 In reply to 6837.73 
OK Max
Thanks a lot.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Max Smirnov (SMIRNOV)
6837.75 In reply to 6837.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)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
6837.76 In reply to 6837.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
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Finema
6837.77 In reply to 6837.76 
Thanks Max !
I like the image in the control panel of heightmap
bravo !
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Finema
6837.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
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Rainydaylover (DIMITRI)
6837.79 
Hi Max! I am meeting a problem with the 'scale array' plugin too. And I am meeting it in v.3 (I am working in Windows seven). It appears, heavily flickering, only as far as I do keep the attached keyboard button pressed, when I leave the button it disappears. So it is not possible to use it. What may be going on? Any idea, help?
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Max Smirnov (SMIRNOV)
6837.80 In reply to 6837.79 
Hi Dimitri,
I never used this script. Could you send me it?
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
Show messages:  1-20  21-40  41-60  61-80  81-87