MoI discussion forum
MoI discussion forum

Full Version: ping - Max Smirnov

Show messages:  1-13  14-33  34-53  54-73  74-87

From: Rick (ELDRICK)
16 May 2017   [#14] In reply to [#13]
I'm puzzled - I copied the two files into the Package Contents of MOI 3.1, and verified that they are there, but no option shows up in the program. How do I use the plugin?
From: Frenchy Pilou (PILOU)
16 May 2017   [#15] In reply to [#14]
Make a shortcut to it http://moi3d.com/3.0/docs/moi_command_reference11.htm#shortcutkeys
or Press Tab then write the name of the plugin!

So
_RandomCurves
(don't forget the "_" ) "R" & "C" can be "r" & "c"!
From: Michael Gibson
16 May 2017   [#16] In reply to [#14]
Hi Rick, there are some instructions for installing plug-in commands here: http://moi3d.com/faq#Q:_How_do_I_install_a_plug-in_script.3F

You'll need to set up a shortcut key or type in the command name in order to trigger the newly added command.

- Michael
From: Max Smirnov (SMIRNOV)
9 Sep 2017   [#17]
Hi everyone! :)

I know that I left a lot of questions unanswerred. I'm so sorry.
Now I even can't find all those questions you asked to me.
If someone wants to ask me about something, please write your questions to this thread. I'll check this thread from time to time and I'll try to answer every question as fast as possible.

Max
From: BurrMan
9 Sep 2017   [#18] In reply to [#17]
Just 1 question from me.....

How the hell are you?

Take care!
From: Max Smirnov (SMIRNOV)
9 Sep 2017   [#19] In reply to [#18]
Hi BurrMan

>> How the hell are you?
I'm fine :) Everything is as usual. I'm working hard last months (as always) so I haven't time for MoI at all.
From: mkdm
9 Sep 2017   [#20] In reply to [#17]
Hi Max!!

Wow! ...it's a pleasure to see you here again!!

I hope this isn't inappropriate, but...just a simple question.

What's your main job ? What you do for a living ?

I'm a software developer.

Thanks and have a nice day.

Bye.
From: Max Smirnov (SMIRNOV)
9 Sep 2017   [#21] In reply to [#20]
Hi Marco

I'm lead engineer in a company which design and installs fire alarm systems, security systems, building automation etc.
In recent years my team mostly works at Moscow public transport objects (subway stations, depot).
From: mkdm
10 Sep 2017   [#22] In reply to [#21]
Hi Max!

Thanks a lot for sharing!

@You : "...I'm lead engineer..."

Ok. Now all it's clear :)

Now I understand why your scripts are so reliable!

Have a nice day.
From: James (JFH)
10 Sep 2017   [#23] In reply to [#17]
Hi Max,

Great to hear from you, and I am excited that you had already thought along the lines of a physics engine node/s for project elephant.

It is inconceivable what parametric possibilities this will unleash.

I can't wait...
James
From: bemfarmer
21 Nov 2017   [#24]
Hi Max,
I just copied editor.css and editor.js to MoI4betaNov18.

The following script seems to work properly in MoI4beta, but maybe there is a bug in MoI3 version of the script?

In MoI3, the first time it is run, it defaults to UV mode, not U mode.
Repeat runs open in U mode.


_FxGraph3D log(u)/log(10);(v);0;1;10;-0.5;0.5;9;1;0;0;0;U

It is of very minor concern :-)

- Brian
From: mkdm
21 Nov 2017   [#25]
Hi Max!

I've tested some of your nodes with V4.

Here you can find a detailed report : http://moi3d.com/forum/index.php?webtag=MOI&msg=8682.49

Ciao!
From: mkdm
22 Nov 2017   [#26]
Hi Max.

Maybe you could find interesting this conversation started at http://moi3d.com/forum/index.php?webtag=MOI&msg=8667.17

We are talking about your subDiv tools :)

Ciao!
From: Max Smirnov (SMIRNOV)
22 Nov 2017   [#27] In reply to [#24]
Hi Brian

>>In MoI3, the first time it is run, it defaults to UV mode, not U mode. Repeat runs open in U mode.
I tested this script with 3.0(win) and 3.1(mac), and I can't reproduce this UV/U bug. :(
From: Max Smirnov (SMIRNOV)
22 Nov 2017   [#28] In reply to [#25]
Hi Marco

>>ERROR : Cloth.v.0.96.2014.02.23.zip (Mon Nov 3 23:56:24 2014)
Thank you, I know about this script error. I'll check it this weekend.

>>Maybe you could find interesting this conversation..
OK, I'll read it right now
From: bemfarmer
22 Nov 2017   [#29] In reply to [#27]
Hi Max,
Upon further testing: If there is a space following the final U, then the UV mode pops up, the first time only.
(I was picking up a trailing space when highlighting for Ctrl_C, Ctrl_V) (silly error)
:-)
From: Max Smirnov (SMIRNOV)
22 Nov 2017   [#30] In reply to [#29]
:))
I added a command which removes all spaces from script parameters.
You can download new version of the script from my file archive.
http://moi.maxsm.net/files
From: Metin Seven (METINSEVEN)
23 Nov 2017   [#31]
Hi Max,

I just nticed that cMorph doesn't work in the MoI beta. I get this error message:

———————

SyntaxError: Expected an identifier but found 'var' instead

cMorph.js line 47

43: curvesF.setInput( 0, objectpicker.objects );
44: curvesF.setInput( 1, 'Refit' );
45: curvesF.setInput( 2, 0.001 );
46: var curves = curvesF.calculate(),
47: >> var closedCurves = curves.item(0).isClosed && curves.item(1).isClosed;
48:
49: moi.ui.beginUIUpdate();
50: moi.ui.hideUI( 'SelectionPrompt' );
51: moi.ui.showUI( 'MorphOptions' );

———————

Many thanks in advance for updating it.
From: r2d3
23 Nov 2017   [#32] In reply to [#31]
46: var curves = curvesF.calculate(),


there is a , instead a ; at the end of the line
Perhaps it helps if you change it...

Ralf
From: Metin Seven (METINSEVEN)
23 Nov 2017   [#33] In reply to [#32]
Yep, that turned out to be the culprit, thanks!

Here's the corrected version:
http://moi3d.com/forum/index.php?webtag=MOI&msg=8682.79

Show messages:  1-13  14-33  34-53  54-73  74-87