Show messages:
1-3
…
824-843
844-863
864-883
884-903
904-912
From: wayne hill (WAYNEHILL5202)
Thank you Michael. I thought it was a Node Editor error and was attempting to fix it on my own with no luck. Was also looking into having the Node Editor prompt a save before exiting.
-w
From: redraw (MAYSKY)
When I select the “Export” command there is no dialog or options to export as shown in your post.
From: Frenchy Pilou (PILOU)
It's maybe for a MAC user ?
I have not also this...but my Macro is well exported... ;)
From: redraw (MAYSKY)
I unzipped the Extensions.zip file into the [C:\...\AppData\Roaming\Moi\nodeeditor\nodes\extensions\]
It created another Extensions folder.
But how do I access these?
From: Tim (TGILMORE)
Could someone suggest where I might start as a beginner with the Node Editor.
Website?
Forum Page?
Thanks
Tim
From: bemfarmer
Hi Tim
http://moi3d.com/wiki/Nodeeditor
- Brian
Some of the information is not up to date...So recent forum posts may be helpful for install.
Max's site has the latest version.
An it runs just fine on MoI4Beta.
From: Tim (TGILMORE)
This looks like what I needed, Thanks so much.
Tim
From: Frenchy Pilou (PILOU)
https://moiscript.weebly.com/biblio-elephant.html ;)
From: Psygorn (DRILLBIT)
Hi PILOU,
What is the difference between your Elephant & Max's Node editor?
Are they the same?
Your website provides the latest version of it?
Or we should go to Max's webpage?
I get kind of confused what is VF what is VO? and which version works best on MOI V 4.0?
I am using Windows.
From: Frenchy Pilou (PILOU)
Yes Elephant is the name of the Node Editor for Moi by Max Smirnov
It's it that i have on my site!
VO = Original English Version
VF = French Version of the Native Nodes of Elephant (but has also no native nodes but these no native are not translated)
All versions works fine with Moi.4.0
<< Or we should go to Max's webpage?
No Lastest version of Elephant is the Version modifyed by creators of nodes so many more nodes than original Elephant
and managed by James
http://moi3d.com/forum/index.php?webtag=MOI&msg=9358.10
there you can download a zip NodeEditor !
But maybe Max will made soon a new version after the release of the who knows! :)
From: Psygorn (DRILLBIT)
I ended up with an error!
I have downloaded "nodeeditor.zip" from:
http://moi3d.com/forum/index.php?webtag=MOI&msg=9949.12 (Post number = 9949.12)
then I extracted the zip file into ...AppData\Roaming\Moi
and then I made a shortcut for it "Alt+N" and added : moi.ui.createDialog( 'moi://appdata/nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow );
but I ended up with an error!
What should I do?
From: Michael Gibson
Hi Psygorn, that error means you've got some unusual text characters inserted into the shortcut key text. Maybe if you're preparing the text in a word processor that has styles and such applied to it that is carrying along some extra stuff. Try using a plain text editor or set the document type to be plain text.
- Michael
From: Michael Gibson
Did you get that text by selecting and copying from a web page? If so which page, maybe I can fix the page to not have fancy unicode control characters in what is supposed to be plain text for code.
Try this:
code:
script:moi.ui.createDialog("moi://appdata/nodeeditor/index.html","resizeable,defaultWidth:680,defaultHeight:420",moi.ui.mainWindow);
- Michael
From: Psygorn (DRILLBIT)
Is that it:
I used this piece of code for a short key:
script: if ( moi.majorVersionNumber == 3 ) { moi.ui.createDialog( 'nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow ); } else if ( moi.majorVersionNumber == 4 ) { moi.ui.createDialog( 'moi://appdata/nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow ); }
Does the above code works by omitting the term "script:" ?
I think it does work with or without it!
From: Psygorn (DRILLBIT)
I took it from Pilou's page here:
https://moiscript.weebly.com/install-elephant.html
From: Psygorn (DRILLBIT)
Is there a place in which people share their nodes? Or tutorials?
From: Michael Gibson
Hi Psygorn,
re:
> Is that it:
Yup, that is what it looks like when it's running. You can right click in there to start adding nodes.
- Michael
From: Frenchy Pilou (PILOU)
<< Is there a place in which people share their nodes? Or tutorials?
You can find tones here! ;)
https://moi3d.com/forum/index.php?webtag=MOI&msg=7777.1
From: Psygorn (DRILLBIT)
Tanx PILOU :)
From: Psygorn (DRILLBIT)
Hello all,
Do we have Floor and ceiling functions in Math Node?
I mean this function:
https://en.wikipedia.org/wiki/Floor_and_ceiling_functions
Show messages:
1-3
…
824-843
844-863
864-883
884-903
904-912