MoI discussion forum
MoI discussion forum

Full Version: Nodebundle for playing with nodes

Show messages:  1-11  …  812-831  832-851  852-871  872-891  892-911  912-931  932-951  …  1852-1859

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

From: Karsten (KMRQUS)
15 Dec 2017   [#872] In reply to [#871]
Sherif: From here until the other side, no water but what we carry. For the camels, no water at all. If the camels die, we die. And in twenty days they will start to die.
Lawrence: There's no time to waste then, is there?
...
Lawrence: Nothing is written;-)
From: James (JFH)
15 Dec 2017   [#873] In reply to [#865]
Hi Ralf

Thanks for Camera2 node. Great stuff
I can't wait to see what other things you do.

>> instead of SuDoKu i play with nodes <<

I have some suggestions that may pique your interest for nodes to play with:


1) ExtrudeDir
Ideally this would be a RMB option to Extrude node, but for now can be stand-alone.
The ability to set set start & end points (thereby denoting direction) will solve problem of multiprocess extrudes of multiple curves flowed over a surface, each with unique normal.

2) IsoCurve2
Karsten's IsoCurve node is supremely useful, but it could be improved by the option of including the perimeter curves as well.

3) Fat Lines
This one is pretty self-explanatory; it is simply Max's "Fat Lines" script wrapped in a node.

These are by no means the most needed nodes missing from the toolkit, far from it... just some thoughts

Keep up the great work
James

Image Attachments:
todo.gif 


From: r2d3
16 Dec 2017   [#874] In reply to [#873]
Thank you James,

yes, this are interesting ideas - thank you!
Perhaps i will dive into... :-)

BTW: the camera2 node doesnt need any in- or output so its ideal for a macro:
Just load the macro in one of your projects and you have also the cam control..

Attachments:
Camera2Macro.nod


From: Max Smirnov (SMIRNOV)
16 Dec 2017   [#875]
Today I wrote my first NE extension node. :) It converts points array to rotation matrices which can be used as an Octane render scatter node data.


From: Karsten (KMRQUS)
16 Dec 2017   [#876] In reply to [#875]
Hello Max,

that's a good idea to write extensions ;-) I don't have access to octane, but I always enjoy to read your code.

So have a nice evening and many thanks
Karsten
From: Frenchy Pilou (PILOU)
16 Dec 2017   [#877]
@Max
Never use that but for the glory! :)


last French lang.js for Node Classic & deviant! ;)
http://moiscript.weebly.com/uploads/3/9/3/8/3938813/lang.zip

and last French nodeeditor :)
last http://moiscript.weebly.com/elephant-systegraveme-nodal.html
From: r2d3
18 Dec 2017   [#878]
Path animation



actually very easy with the existing nodes... but (sorry Karsten ich habs schon wieder gemacht... ;-) the quarz nod needed just a little tweak.. to sync the quarz with the path_array Div i added Min and Max as an input.



Max's new SWITCH got also i nice place in the CameraMacro (which now also follows pathes)

Attachments:
pathanim.3dm
pathanim.nod
r2d3.js

Image Attachments:
animator.gif  pathanim.png 


From: Karsten (KMRQUS)
18 Dec 2017   [#879] In reply to [#878]
Hello Ralf,

Thumbs up!
Looks like you having fun! Every change is allowed here! Hauptsache wir haben Spass!

Have a nice evening
Karsten
From: Barry-H
18 Dec 2017   [#880]
Hi,
can anybody tell me how to run the latest nodeeditor in moi V4 portable. i have tried the usual method and the latest as below.

moi.ui.createDialog( 'moi://appdata/nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow );

Barry
From: Karsten (KMRQUS)
18 Dec 2017   [#881] In reply to [#880]
Hello Barry,

I've placed it in the standard UI folder with >>> moi.ui.createDialog( 'nodeeditor.v.0.99.2017.12.18/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow ); <<<<<
Should work also for you.
Have a nice day
Karsten
From: Barry-H
18 Dec 2017   [#882] In reply to [#881]
Hi Karsten,
did that to start with I am only getting a white window.Installing previous version of node editor same result.
There was some discussion between Max and Michael about the portable version not sure if it's been resolved.
Cheers
Barry
From: r2d3
18 Dec 2017   [#883] In reply to [#879]
Genau!
Lets have some funny nodeling !
From: Karsten (KMRQUS)
18 Dec 2017   [#884] In reply to [#882]
Hello Barry,

please check your path in detail - if there is no fault, try a complete/absolute path e.g. moi.ui.createDialog( 'X:\MoI_V4 beta\ui\nodeeditor.v.0.99.2017.12.18/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow );

Hope it helps
Karsten
From: Barry-H
18 Dec 2017   [#885] In reply to [#884]
Hi Karsten,
still no luck perhaps this discussion http://moi3d.com/forum/index.php?webtag=MOI&msg=8704.48
as something to do with it.
I have looked at the index.html and it references the appdata path, if that means anything.
Thanks
Barry
From: Barry-H
18 Dec 2017   [#886] In reply to [#884]
Hi Karsten,
this is the error from a direct path.

SyntaxError: \u can only be followed by a Unicode character sequence

line 1

1: >> moi.ui. createDialog ('D:\MoI V4 beta\ui\ nodeeditor.v.0.99.2017.12.18/index. html', 'resizeable,defaultWidth:680 , defaultHight:420',moi.ui.mainWindow );

Barry
From: Michael Gibson
18 Dec 2017   [#887] In reply to [#886]
Hi Barry,

re:
> SyntaxError: \u can only be followed by a Unicode character sequence

In a JavaScript string the backslash \ character is used as an "escape" so you can make characters like \t meaning tab, or \uXXXX for a unicode character. If you want to make an actual backslash you need to put in \\ .

But it also looks like you may have some extra spaces in various places causing problems, especially "index. html".

I'd recommend trying 'nodeeditor.v.0.99.2017.12.18/index.html' - that should look for it in your MoI ui folder. Note there should not be any space in the middle of index.html

- Michael
From: Karsten (KMRQUS)
18 Dec 2017   [#888] In reply to [#886]
Hello Barry,

fits the path exactly to your configuration? Please open the file path to the index.html and post a screenshot of the explorer or dolphin or other file manager, depending of your OS. then we can have a look.

Until soon
Karsten
From: Barry-H
18 Dec 2017   [#889] In reply to [#888]
Hi Karsten,
here it is.
Barry



Image Attachments:
Path.png 


From: Barry-H
18 Dec 2017   [#890]
Hi Michael/Karsten,
sorted my typing leaving spaces seems to have been the problem.
Many thanks
Barry
From: Karsten (KMRQUS)
18 Dec 2017   [#891] In reply to [#889]
Hello Barry,

sorry I have placed backslashs as slashs in my path example. But is it possible that there is a space in the relative path as Michael mentioned. I don't know how spaces are handled in js for a absolute path - in windows are used "x x " as I remember. So I don't have a solution:-(

Sorry

Show messages:  1-11  …  812-831  832-851  852-871  872-891  892-911  912-931  932-951  …  1852-1859