MoI discussion forum
MoI discussion forum

Full Version: Parametric design in MoI?

Show messages:  1-4  5-24  25-44  45-64  65-84  85-104  105-124  …  905-912

From: bemfarmer
30 Nov 2015   [#45]
I began an extremely rough initial documentation, which I hesitantly post here. :-)

- Brian

Attachments:
Documentation for NodeEdit program002.pdf


From: BurrMan
30 Nov 2015   [#46] In reply to [#42]
Hey Max,
Just loaded it and am getting a blank white dialogue window... Have you seen this yet?

Using windows 7. Nothing particularly different from a default install of it.

[EDIT] Please disregard.... I installed the files incorrectly. Got it sorted out....[EDIT]
From: bemfarmer
1 Dec 2015   [#47] In reply to [#45]
Did a revision of one paragraph of documentation, post 45.
From: Max Smirnov (SMIRNOV)
1 Dec 2015   [#48]


Frame node rewritten
Added Rotate object node

extract this archive to /ui/nodeeditor/nodes/

bemfarmer
Thank you!! Great!
From: Frenchy Pilou (PILOU)
1 Dec 2015   [#49]
Keep the impetuous work! Excellent!
Very cool video explanation!
From: Max Smirnov (SMIRNOV)
2 Dec 2015   [#50] In reply to [#49]
Hi Pilou,

today I'll add a multilanguage support to this project. Could you make french translation using this form:

"Out" : "Vers",
"Radius" : "Rayon",
"Knob" : "Potar",
"X axis" : "..."
From: bemfarmer
2 Dec 2015   [#51]
Had a very brief peek at the code to see about trying to code catenary, or something.
(This may be within my capability, after the roof leaks are patched:-)

Searched on the litegraph link and saw a demo. (Non Moi)
http://tamats.com/webglstudio/litegraph/demo/

Several dozens or hundreds of Objects, etc, left to program...

- Brian
From: Frenchy Pilou (PILOU)
2 Dec 2015   [#52] In reply to [#50]
@Max
No problem!
Perfect : I will make that in no time this evening! :)

Like this ;)

"Out" : "Vers",
"Radius" : "Rayon",
"Knob" : "Potar",

"In" : "De",
"X axis" : "Axe X",
"Circle" : "Cercle",
"Sphere" : "Sphère",
etc...

In general it can arrive some problems with accents! (UTF / ANSI)
For the moment seems I must convert to ANSI when I edit the file and resave!

You will post a text(s) file(s) ressource with list with some items with empty second part of line like above
or I must collect myself some words in some existing little files ?
(i am not sure in all cases if it's a real word to translate or a variable or other! ;)
From: Max Smirnov (SMIRNOV)
2 Dec 2015   [#53] In reply to [#52]
Frenchy Pilou

>>"In" : "De",
>>"X axis" : "Axe X",
Exactly :)

>>In general it can arrive some problems with accents! (UTF / ANSI)
It's ok. Just convert the file to UFT and send it to me.

>>I must collect some words in some existing little files ?
Yes, but you don't need to dig into the files. Just translate everything you see. Order doesn't matter.
From: Michael T. (MICTU_UTCIM)
2 Dec 2015   [#54] In reply to [#34]
Max,

Does this only work on a Mac? I just get a blank screen pop-up on my PC (of course it could be user error :-)~






Michael T.

Image Attachments:
151202_1352.jpg 


From: Max Smirnov (SMIRNOV)
2 Dec 2015   [#55] In reply to [#54]
Hi Michael,

it should work, check the installation paths.
From: Michael T. (MICTU_UTCIM)
2 Dec 2015   [#56] In reply to [#55]
I think my problem is not being able to download the .htm file. It just opens in another tab.

Michael T.
From: Frenchy Pilou (PILOU)
2 Dec 2015   [#57] In reply to [#53]
>>I must collect some words in some existing little files ?
<<< Yes, but you don't need to dig into the files. Just translate everything you see. Order doesn't matter.

Ok You will have your file in some few moments! ;)

PS Have you a synonym of "Frame" ? Because in your context i am perplex! :)
From: Max Smirnov (SMIRNOV)
2 Dec 2015   [#58]
update

added multilanguage support :)
Pilou, your turn ;)

P.S. Coordinate frame
http://images.tutorvista.com/cms/images/113/cartesian-plane-3d.png
From: BurrMan
2 Dec 2015   [#59] In reply to [#56]
Hi Michael Tuttle,
The entire extracted folder goes into the ui folder. Not the contents. So your moi ui folder will have a new nodeeditor folder with the contents in there.

The htm file will just put an icon on the bottom toolbar area to launch it. Try right clicking the file and download it with a "save target as" or whatever your browser presents in the right click.
From: Frenchy Pilou (PILOU)
2 Dec 2015   [#60]
@Max
So Frame = Repère ! :)

OK : here the French Elephant! :)

http://moiscript.weebly.com/uploads/3/9/3/8/3938813/liste_elephant_fr01.txt updated !

Ps Where i must put this file for test it ? :)

Edit : OK I have seen it! lang.js :)

Psss
From your version I see that I have forgotten some little things even I have more than you! :)

I come back in few times!
From: Frenchy Pilou (PILOU)
2 Dec 2015   [#61]
@Max
error was erased ! Some ":" missing and some "," !
File Updated! http://moiscript.weebly.com/uploads/3/9/3/8/3938813/liste_elephant_fr01.txt

But now I have not the French Elephant on the screen inside Moi! :)
Even I enable Option / French !

No Problem with the English version!

So how enable the French Elephant ?

Edit I have found! : Line 1 of the file lang.js
var lang = { LANGUAGE: "FR" } against var lang = { LANGUAGE: "EN" } You are a genious!

PS Seems "Info" don't accept all translations for the moment , only some ones ?



From: Max Smirnov (SMIRNOV)
3 Dec 2015   [#62] In reply to [#61]
Good morning, Pilou
it translates everything except ID string. It's a technical info and shouln't be translated.
From: Frenchy Pilou (PILOU)
3 Dec 2015   [#63] In reply to [#62]
Thanks!

<<It's a technical info and shouln't be translated.
Ok! So all now is perfect! :)
From: Frenchy Pilou (PILOU)
3 Dec 2015   [#64]
@Max
I was too speed! :)
Little glitch!

Run --> Stop --> Run
gives in French
Lancer --> Stop --> Run !!!
So Translation works only one time for this case!

Ps Have you an example of the Loft node function ?

Show messages:  1-4  5-24  25-44  45-64  65-84  85-104  105-124  …  905-912