Show messages:
1-11
…
1632-1651
1652-1671
1672-1691
1692-1711
1712-1731
1732-1751
1752-1771
…
1852-1859
Thread Split: Some posts in this thread have been moved here
From: Konni
Hi James,
Your art works are super cool :) Like a lot
Wanted to create some parametric designs and learn Grasshopper3D, but thanks God at right time found YOURS art here ^_^
I'm Moi3D user just love this software. So would be super cool to make/create such random parametric forms in Moi.
Could you ... please...um.... would be super uber cool if you could release some gumroad video on how to use node editor and make such cool forms. Or some step by step screen shots. Would buy these. Mine node editor screen does not work. Im V4 Beta Oct-10-2019 Win10
I know only how to use Voronoi. And its cool :)
Thank you :)
From: Frenchy Pilou (PILOU)
Use the beta of the Beta V4 of 22 january : Node editor works inside without any problem! ;)
And you can take a look at my Elephant repository where there are some examples of uses differents nodes ;)
French / English
https://moiscript.weebly.com/biblio-elephant.html
From: Konni
Thank you Frenchy Pilou :)
From: James (JFH)
Konni,
Thank you for your kind remarks.
I'm not aware of "gumroad", but sometime down the track I may look at making an instructional video, but for now it would be better if you could let me know what result you are trying to achieve and I'll see if I can do a step by step annotated screenshot series to walk you through the process.
If you have a look at my instagram:
https://www.instagram.com/nodeology/
most of the post show the node wiring for generating the geometry of posted image (3D form or 2D pattern). I know that these would be bewildering to a novice but once you get your head around the process they will start to make sense.
Also as Pilou says, look at his "Elephant Repository:
https://moiscript.weebly.com/biblio-elephant.html to see how individual nodes operate.
Anyway, start with something simple & I'll see if I can talk you through it...
& then if you are still keen, we can tackle something more complex.
Post an image of something akin to what you want to do.
James
https://www.instagram.com/nodeology/
From: James (JFH)
Hi All,
Attached is a node circuit containing a macro for generating geodesic spheres
of variable resolution (0 = icosohedron up to 4 subdivisions*) with all vertices at equal distance from origin. Essentially, it subdivides an icosohedron, then spherizes the result.
James
https://www.instagram.com/nodeology/
* If you want to reduce or increase limit on allowable subdivisions, you can go into macro and change MAX.subDivs node shown in RED. Beware that a number higher than 4 however will likely hang your computer.
From: Frenchy Pilou (PILOU)
It's false simplicity! :)
You must click on the middle node for see the entiere Macro! ;)
(no place for put it here! :D
From: James (JFH)
Pilou,
Well yes, I only posted the .nod file because I thought the macro within may be of use to others.
It is easy enough to cut & paste the nodes out of the macro and on to the canvas if you so desire.
I did not think that the result was worth posting, only the macro, but here is an image posted to instagram that uses similar node wiring to that found in the macro, and the subsequent images shows the node circuit for generating geometry.
James
https://www.instagram.com/nodeology/
From: Frenchy Pilou (PILOU)
Seems there is a little glitch somewhere in the geodsic...
As soon as the up Knob is decreased/ increased there is new a sphere who is drawn inside
and that calculate for a moment...etc ...and that blocks all things! ;)
And i believe it's more prudent to put Curseurs because Knobs are very sensible to the direction of rotation
with the mouse so increase can be not wished and too late for take back in the case above!
From: James (JFH)
Pilou,
It is not really a glitch, it is just an artefact of the multiple steps in processing.
The
"new sphere who is drawn inside" is not spherical, but a Catmull–Clark smoothed subdivided icosohedron which persists on the canvas only while the vertices are spherized.
"that calculate for a moment...etc ...and that blocks all things"
To limit the computation time I have restricted the number of subdivisions to 4 despite the numerical "subDivs" input.
Being locked out while calculating occurs generally for tasks that draw heavily on computational resources, and although it can be frustrating it is something that we must live with.
"i believe it's more prudent to put Curseurs because Knobs are very sensible to the direction of rotation"
I've only used a knob, to illustrate that macro will accept a range of numerical inputs (0-4). My purpose of posting the file was solely to distribute the macro within.
James
https://www.instagram.com/nodeology/
From: Frenchy Pilou (PILOU)
Many thanks for the infos and bravo for the creativity!
From: wayne hill (WAYNEHILL5202)
A simple fractal for the Node Editor.
Wayne
From: Frenchy Pilou (PILOU)
the ".js" must be \Moi\nodeeditor\nodes\extensions\
Cool !
+ Fat lines by Max Smirnov & Extrude!
http://moi3d.com/forum/index.php?webtag=MOI&msg=7594.31
From: James (JFH)
Here's a node circuit for the generation of a interlinked woven screen.
Be warned that it may take a minute or so for geometry to generate.
Requires most current extension nodes, found here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=9358.10
James
https://www.instagram.com/nodeology/
Attachments:
TripleHexWeave.nod
Image Attachments:
Screen Shot 2020-07-09 at 7.45.jpg
From: Mik (MIKULAS)
It's unbelieveble what interesting geometry you can create via nodes.
Excellent!
Mik
From: Max Smirnov (SMIRNOV)
Hi :)
New NE core build:
http://moi.maxsm.net/files/nodeeditor/nodeeditor.v.1.1.2020.07.14.zip
Minor interface updates, bugfixes etc.
From: James (JFH)
Welcome back Max,
So good to hear from you.
I've downloaded... can't wait to see the changes
Thank you for your continued support of NE
James
https://www.instagram.com/nodeology/
From: Frenchy Pilou (PILOU)
Evergreen! :)
From: Max Smirnov (SMIRNOV)
v.1.1 (14-07-2020)
Changes since v.1.0.rc3 version (03-10-2018):
index.html
added:
- utf-8 support
--------------
color.js
added:
- io_text_highlight and io_highlight variables
--------------
editor.js
fixed:
- open file dialog error
--------------
init.js
added command line parameters: file, step, run, close
examples:
open C:\NE\test.nod file
moi.ui.createDialog( 'moi://appdata/nodeeditor/index.html?file=C:\\NE\\test.nod', 'resizeable,defaultWidth:1,defaultHeight:1', moi.ui.mainWindow )
open C:\NE\test.nod file and run it
moi.ui.createDialog( 'moi://appdata/nodeeditor/index.html?file=C:\\NE\\test.nod&run=1', 'resizeable,defaultWidth:1,defaultHeight:1', moi.ui.mainWindow )
open C:\NE\test.nod file, run it, close window
moi.ui.createDialog( 'moi://appdata/nodeeditor/index.html?file=C:\\NE\\test.nod&close=1', 'resizeable,defaultWidth:1,defaultHeight:1', moi.ui.mainWindow )
--------------
lang.js
added:
- minor inprovements
--------------
main.js
fixed:
- open macro dialog error
added:
- more node colors
- macro inputs/outputs reorder (hold alt and drag input/output dot)
- select -> same type/color menu
- minor improvements
--------------
added ext.nodelist.js
--------------
nodes/interface.js
added:
- remapper widget
- minor improvements
From: James (JFH)
Max,
Thank you for the info.
I have a few suggestion that may be worthy of your consideration.
1) I think it would be operationally consistent with the menu logic for "Output" to be included in the first tier, just as "Input" "Output" & "Close" are in menu within a macro. See image below
This is a small thing; but I do think "output" is distinct from other nodes & deserving of first tier status.
2) I don't believe "Point" node is fittingly part of the "Basic" grouping, as it is a geometry node. It belongs IMHO within "Points" menu. To removed the inevitable confusion, I think, "points" would more appropriately be renamed as "pointArray".
3) Wayne made a minor but significant change to your curve nodes: "Rectangle", "Circle", "Star" & "Polygon" with the addition of a surface output option. I have attached below.
Although generally connecting to "construct2/Planar" node satisfied the requirement of generating surface shapes, it fails in some instances (with complex patterns), & in these cases, incorporating surfacing within the node has been a real improvement.
Please have a think about these suggestions and let me know.
Thanks again for your support,
James
https://www.instagram.com/nodeology/Attachments:
shapes.zip
Image Attachments:
menu1stTier.gif
pointsMenu.gif
From: Max Smirnov (SMIRNOV)
Hi James
1) OK. Done.
2) You're right. I've moved Point node to Points.js and renamed Points to PointArray. Also I updated compatibility.js file. Old projects should work fine.
3)
it fails in some instances (with complex patterns)
Could you send me an example?
Show messages:
1-11
…
1632-1651
1652-1671
1672-1691
1692-1711
1712-1731
1732-1751
1752-1771
…
1852-1859