MoI discussion forum
MoI discussion forum

Full Version: Marco's UI works with the Beta V4?

Show messages:  1-6  7-26  27-30

From: bemfarmer
23 Jun 2019   [#7] In reply to [#3]
Last April, I had installed Marco's UI in MoIBetaV4, with the S_Gallery icon at 80 px, instead of 96 px.

Michaels update to ScriptsGallery.htm now permits Marco's UI to work!

I think that step 5 should be to the AppData command folder(?)
I think that I am missing some Commands and Scripts, accessible from Marco's UI, so may need to copy them to AppData.

For MoI4 in general, Apparently the standard MoI commands need to be located in the MoI install folder?
There is also a copy in Appdata, which I think can be deleted.
Non-standard commands, with _ prefix, are located in Appdata.

For BlendCap of an extruded cylinder, the end circle needs to be deleted, NOT merely hidden, to get the "domeCap" with BlendCap, in both MoI3 and MoI4beta.

In general, I am liking the Marco's UI. Maybe for MoI5 an elaborated version?

- Brian

Edit, copying Marcos "Scripts" directory to MoI Install directory did not enable, for example, Morph between Curves.
Nor did it help to copy Scripts directory to AppData.
No more experimentation tonight :-)
From: Michael Gibson
23 Jun 2019   [#8] In reply to [#7]
Hi Brian,

re:
> I think that step 5 should be to the AppData command folder(?)

Yes, it's generally preferable to put additional commands into the AppData command folder so they don't have to be copied again with new installs which will be needed if you put them into the install folder instead. Probably Marco's UI was created before MoI v4 supported having commands in AppData.


> For MoI4 in general, Apparently the standard MoI commands need to be located in the MoI install folder?

Well they don't have to be, but it is recommended to leave the standard commands in the install folder.


> There is also a copy in Appdata, which I think can be deleted.

By default MoI places nothing in the AppData commands folder, anything that is in there would be copied in there by you at some point previously.

- Michael
From: Michael Gibson
23 Jun 2019   [#9] In reply to [#7]
Hi Brian,

re:
> Edit, copying Marcos "Scripts" directory to MoI Install directory did not enable, for example, Morph between Curves.
> Nor did it help to copy Scripts directory to AppData.

The version of MorphBetweenCurves.js in that .zip file has a typo bug in it, on line 18:

code:
	var curves = curvesF.calculate(),


Change the comma at the end of that line to a semicolon like this:

code:
	var curves = curvesF.calculate();


Then it should work with MoI v4. It's probably fixed in the latest version on Max's file archive at http://moi.maxsm.net/media/files/ , get cMorph.v.1.1.2014.01.19.zip from there.

- Michael
From: Frenchy Pilou (PILOU)
23 Jun 2019   [#10] In reply to [#9]
Yes as the Morphbetween curves falls i had used the _Cmorph :)
From: mkdm
23 Jun 2019   [#11] In reply to [#1]
Hello everyone and Pilou :)

Thank you very much for talking about my old script for V3.

As I've said unfortunately I don't have enough free time to devote to fix all my V3 scripts for updating to V4.

But If you, Pilou, or anyone else, want to update my scripts to work with V4 I will really really appreciate the effort :)

Pilou, if you will do an update version of my scripts for V4 please, pot here the complete package (zipped) so anyone can use it with V4.

Thank you very much.

Clearly many thanks also to Michael for telling us how to correct my actual code to run with V4.
From: bemfarmer
23 Jun 2019   [#12] In reply to [#8]
Michael, thank you for your clarifications. (And fixes)
- Brian
From: bemfarmer
23 Jun 2019   [#13] In reply to [#12]
Idea: Array curves from cMorph, flat along another curve path/rail, kind of like ArrayGem.

Replaced Morph with cMorph and made various edits to text and names, and added _ prefix to command callers...
There are probably still outdated and/or missing commands and scripts...

- Brian
From: Frenchy Pilou (PILOU)
24 Jun 2019   [#14]
@ Marco: I must test first all my functions & Scripts ! :) - if existing (that is the case for some few of them: icons are present but not the scripts) or bugs!
First in French (my start adaptation), then English!

Like MakeHexRod by Martin 3D / Max (bug) https://moi3d.com/forum/index.php?webtag=MOI&msg=7071.17
here Max version who must be the last revision!

EDIT: found the bug! :)

From: Frenchy Pilou (PILOU)
24 Jun 2019   [#15]
I research

- PointToMultiBoundsCenter
- PutUnderGround

EDit : FOUND! : )

and a bug on this one...

EDIT !
Found also the bug! :)


From: Frenchy Pilou (PILOU)
24 Jun 2019   [#16]
So The French Version
http://moiscript.weebly.com/uploads/3/9/3/8/3938813/marco_v4._vf.zip

Make a save of the Files that you want keep in case of...



Now I must make the English version! :)
From: bemfarmer
24 Jun 2019   [#17] In reply to [#16]
Excellent work Pilou!

The Scripts folder can go in the AppData folder (Windows 10, or Mac equivalent). (MoI4 beta)
There can be another Commands subdirectory in the AppData folder, to contain addon MoI commands, such as with, (or without), the underline (_) prefix.
If underline convention is used, such commands would have to have their "calls" altered, in the ScriptsGallery.htm, to contain the (_),
for example: " command="_ArchimedeanSpirals"> (I also altered the call from Morph to cMorph.) (I altered a few dozen.)

PNG text is contained in, for example "EnglishStrings.txt" file. (I altered text label: Morph... to cMorph.)

- Brian
From: Frenchy Pilou (PILOU)
24 Jun 2019   [#18]
Here the English version for the V 4 Beta of the Special UI by Marco! (Cmorph works fine also for me :)
http://moiscript.weebly.com/uploads/3/9/3/8/3938813/marco_v4_eng.zip

If you don't want replace your Folder commands just copy past new files from this one!

Same for EnglishStrings.txt just copy lines 1472 to the end of it!

goto the original (made for the V 3) if you want some more detailed infos! http://moi3d.com/forum/index.php?webtag=MOI&msg=7862.1



Maybe Cmorph & MultiIso have no titles image for any reason but are working! :)
If you "degrade "_cmorph" in "cmorph" you must change it ALSO inside commands FOLDER !

All that is a little headache between French and English versions! :)
From: mkdm
25 Jun 2019   [#19] In reply to [#18]
T-H-A-N-K
Y-O-U
V-E-R-Y-
M-U-C-H

PILOU!!!


I hope to find some spare time soon to try the new revamped scripts with my Moi V4.

A long time ago I've also written another BIG and (imho) very very powerful and useful plug-in for the Mo's UI.
Something that I called "Command Finder".
A tool that can speed up the standard workflow many times.

But it's rather complex the code that I've written, not elegant at all, no...but complex :)

But I don't know where the hell I've stored my original source code.

I I find it and you want to devote some of your precious time to it to make it work with V4, it WOULD BE AWESOME!!!

Thanks again for letting my old script working with V4.
From: Frenchy Pilou (PILOU)
25 Jun 2019   [#20] In reply to [#19]
It's more Michael who makes things possible because I don't want put the nose in the code! :)
From: mkdm
25 Jun 2019   [#21] In reply to [#20]
T-H-A-N-K
Y-O-U
V-E-R-Y-
M-U-C-H


ALSO TO MICHAEL!

of course...
From: wayne hill (WAYNEHILL5202)
12 Oct 2019   [#22] In reply to [#21]
Updated Marco's ScriptGallery for Moi-V4 Beta 10-10-2019. English version.

Note: Added Fatlines.png icon to zip file 10/13/2019
- Updated EnglishStrings.txt to fix cMorph and MultiIso icon text.
- Updated EnglishStrings.txt to fix missing Dims. Third time is a charm!



Wayne
From: Stargazer
13 Oct 2019   [#23]
Awesome! thanks :)

Works perfectly fine. If I'm not mistaken Fatlines icon is missing.

Edit: It's not missing. Just noticed...it's named Epaisseur.png

Image Attachments:
FatLines.png 


From: mkdm
13 Oct 2019   [#24] In reply to [#22]
THANK YOU VERY MUCH FOR THE EFFORT :)

Much much appreciated.
From: Frenchy Pilou (PILOU)
13 Oct 2019   [#25] In reply to [#23]
Maybe because I have mixed with my French version! :)
From: wayne hill (WAYNEHILL5202)
13 Oct 2019   [#26] In reply to [#25]
Updated file with Fatlines.png icon. Yes, I started with Pilou's Eng/French version. ;)

Wayne

Show messages:  1-6  7-26  27-30