MoI discussion forum
MoI discussion forum

Full Version: Nodebundle for playing with nodes

Show messages:  1  …  682-701  702-721  722-741  742-761  762-781  782-801  802-821  …  1842-1859

Thread Split: Some posts in this thread have been moved here

From: speedy (AL2000)
22 Nov 2017   [#742]
Hi Karsten,
how's everything okay?
... it's been a while since I did not live alive ..
I wanted to ask you , if it was possible to improve the tools
Fillet and Bridge ....
When you created these Extensions, if i 'm not wrong ,there were not
Extraxt and Extract Edge (James's paternity).
Now, I ask you, using the latter, you can not improve and make it
easier the procedure currently in use, which I personally believe
very laborious and unstable time ...
I wait for your new ones
Have a nice day
alberto
From: James (JFH)
22 Nov 2017   [#743] In reply to [#740]
Hi Alberto,

I was inspired by your node to make simple*
nod file to create pentakis Dodecahedron
derived from solid/polyhedron.nod with Dodecahedron option.

UPDATED:

Super simple method for truncated icosahedron (well almost) included.

James




*It should be simpler. Hopefully we will soon have new info nodes for finding center point of a regular closed curve.

Image Attachments:
pentakisDodeca&TruncIcosa2.jpg 


From: speedy (AL2000)
22 Nov 2017   [#744]
Hi James
I am very happy to be one of your "inspirers" Yeha ...... ,
and , even though I did not open the file, I must tell you that
PentakisPolyhedron is very usefulll for triangular tassellation
of domes or spheres-
For this purpose I send you the Truncated Icosahedron file , to get
a base for classic soccer ball construction
file to this link:
http://www.mediafire.com/file/pc5les5y6cqp4u3/CP-Truncated_Icosahedron.rar
Nb - the files are about a half ago, I think, February,
I do not know if they had been implemented by Max Polyhedron tools
in any case, in the nod. file there is all the classical construction
of the icosahedron

Have a nice day
alberto
From: Frenchy Pilou (PILOU)
23 Nov 2017   [#745]
Hello
For the beta V4
I have downloaded the Pentakis... familly nodes inside the last Max Smirnov
November nodeeditor.v.0.97.2017.10.05.zip + New EditorCss + Editor.js

I have "red nodes"

What is the method for make these nodes efficient ?
Does it possible ?
Or I must load a // Elephant (What is its last version ? And it's working in the beta V4)


Message 7777.746 was deleted


From: Frenchy Pilou (PILOU)
23 Nov 2017   [#747] In reply to [#746]
Thx
So junction between the 2 versions are not yet made!
Must have two Node editors folders specialized under the hood! :)

And that works on the Beta V4 ?
From: Frenchy Pilou (PILOU)
23 Nov 2017   [#748]
Hum it's not very clear to install! :) (Windows 10 OS )

Does not exist a complete folder ziped "ready to use" ?
From: mkdm
23 Nov 2017   [#749] In reply to [#748]
@You : "...Does not exist a complete folder ziped "ready to use" ?..."

....It's the million-dollar question!!

:)
From: James (JFH)
23 Nov 2017   [#750] In reply to [#748]
Hi Pilou

Unzip attachment and replace "nodeeditor/nodes/extension" folder.
I contains "ExtractEdges" node, so you are good ti go.

<<For the beta V4>>

You will likely encounter error messages attempting to run in V4
It seems that v4 is more stringent in parsing js code.
I could not get "pentakisDodeca&TruncIcosa.nod" to execute.

James
From: Frenchy Pilou (PILOU)
23 Nov 2017   [#751] In reply to [#750]
<< Unzip attachment and replace "nodeeditor/nodes/extension" folder.

Perfect for the V3 (for me it's "extentionS" folder ! ;)
So just one folder to name/rename for use the //node editor or return to Max one!
Maybe a day i will translate all English tittles' nodes in French who are not yet made! :)


From: Frenchy Pilou (PILOU)
23 Nov 2017   [#752]
Alas seems not the same for the Truchet.nod above! I keep the James one above:)
Some nodes stay in "red"! i have made some try with objects.js, objects2.js (must they live bother, kill one, rename one ?...)
but without result!
So a new zip "extensions" package (or more) will be profitable for not lose too much times and headaches for old brain! :)
From: James (JFH)
23 Nov 2017   [#753] In reply to [#752]
Hi Pilou

<< Alas seems not the same for the Truchet.nod above!>>

For me "Truchet.nod" works in both v3 & v4 with extensions folder replacements:
http://moi3d.com/forum/index.php?webtag=MOI&msg=7777.750

Don't worry about "objects2.js", it is already included in extensions folder.

Try downloading "Truchet.nod" again. It is possible it has been updated
since the version you originally downloaded.

http://moi3d.com/forum/index.php?webtag=MOI&msg=7777.731



It is curious because I have found that most of my NE experiments
will not run in v4. For example my earlier experiment "spaceFrames2.nod"
give this runtime error message:



http://moi3d.com/forum/index.php?webtag=MOI&msg=7777.739
So, we know that none of the nodes used in "Truchet.nod" cause problems
and at least one or more of the culprit nodes is in the macro of "spaceFrames2.nod".

James

UPDATE: I tried pulling nodes out of macro and rebuilding on main tier, to see if
macros themselves were the issue. But no, I still recieved the same error alert.

Image Attachments:
spaceFrame2.gif 


From: Max Smirnov (SMIRNOV)
23 Nov 2017   [#754] In reply to [#753]
Hi James

could you send me this nod-file and all files from your extensions folder?
From: James (JFH)
23 Nov 2017   [#755] In reply to [#754]
Hi Max,

Please find files attached.
FYI I'm a mac user (10.13.1).

Thanks
James
From: Max Smirnov (SMIRNOV)
23 Nov 2017   [#756] In reply to [#755]
Hi James,

this error caused by Infos/GetBBoxes BoundingBoxes (infonodes.js)
line 477: bbox.pushPoint(input.item(i).getBoundingBox().center);

You need to set boolean parameter for getBoundingBox() function
change this line to: bbox.pushPoint(input.item(i).getBoundingBox(false).center);
From: James (JFH)
23 Nov 2017   [#757] In reply to [#756]
Thanks Max

That has fixed the problem.
I have attached "extension.zip"
with fixed infonodes.js included

Thanks again
James

PS Attempt to run "pentakisDodeca&TruncIcosa.nod" (attached)
gives the error message in red box, however does generate result
albeit with pentakisDodecahedron in default colour rather than red.

Generally, I get the main error alert showing when navigating in
NE interface.

Hope this helps!

Image Attachments:
scriptError.gif 


From: Frenchy Pilou (PILOU)
23 Nov 2017   [#758]
About Truchet above
Seems it's these red nodes who give problem! (Windows 10, NE modified, Moi V 3)


<< Also requires most recent NE mod (Karsten's cleanup menu)
Hum hum ... so need them ? Give me a zip package! :)
If i have not an easy way (for me), how do you want i can help for other French people! :)


From: Michael Gibson
23 Nov 2017   [#759] In reply to [#756]
Hi Max & James,

re:
> You need to set boolean parameter for getBoundingBox() function
> change this line to: bbox.pushPoint(input.item(i).getBoundingBox(false).center);

This is a bug where v4 has that marked as a required argument while v3 had it as optional with a default value of false. I've updated it so it will behave the same as v3 in the next beta.

- Michael

Message 7777.760 was deleted


From: Frenchy Pilou (PILOU)
23 Nov 2017   [#761] In reply to [#760]
hum hum :)

After some reinstalls of all ! (Windows 10 - V3 ) with editor.js & last editor.css

I have that who works fine for the Penta node...but not for the truchet.nod !

Some different authors for differents trees for differents versions goes naturally to some mess! :)

I dont understand why each new node is not posted with its entiere nodeeditor folder ?
That avoid all this mess for simple user! Not ecologic but efficient! :)


Show messages:  1  …  682-701  702-721  722-741  742-761  762-781  782-801  802-821  …  1842-1859