MoI discussion forum
MoI discussion forum

Full Version: Nodebundle for playing with nodes

Show messages:  1-6  …  167-186  187-206  207-226  227-246  247-266  267-286  287-306  …  1847-1859

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

From: speedy (AL2000)
29 Nov 2016   [#227]
Hi Pilou
if you download my CP-Fold.node file ,
at the send link (mediafire ). and carefully examine
you'll understand the links, trigonometric which bind geometry
and allow the movement
I hope I was clear....
in any case, at your disposal for further clarifications
have a nice day
al
From: Frenchy Pilou (PILOU)
29 Nov 2016   [#228] In reply to [#227]
OK if you say that is possible and that node is versatile that is perfect!
I just must study your example of node in detail!
(When i have some free times!)

Many thanks for your efforts!
It's a very useful tool for make architectural structures!
From: James (JFH)
30 Nov 2016   [#229] In reply to [#219]
Hello Karsten,

I know I am constantly bugging you with requests, but would it be possible to have the "num" input of your "isoCrvs" node accept a series, as well as an integer. (in much the same way as with "mPathArray")

Only if you can see the utility, and when you have time available.

Thanks
-James



PS selEdge?
From: Karsten (KMRQUS)
1 Dec 2016   [#230] In reply to [#229]
Hello James,

I have collected some things I want to do next:
- Documentation for the core, already started -Even the longest way starts with a first step... (One of these old cool chinese guys)
- Sweep with 1 and 2 rails and multiple profiles - I started with, but it's a little bit difficult to solve it, without meta informations - ( I want to use the ratio of profiles and rails)
- intersect node quiet easy, but if you want e.g. ordered points or curves as the result, you have to do it step by step - to check it, I have to pimp
- idxSelect for objectlists
- separate, finished, but untested - no time
- multiIso , also for the whole numarray
- Polyloft - updating to a more general useability
- camera node - my favorite, qiuck animations (preview)- maybe later someone can port Max genue Cycles script;-)
- import/export 3DM files - I don't know if that works, but interesting - batch inside and instancing
....
- Buying a birthday present for my wife - the most difficult task!!!

Have a nice day
Karsten
From: speedy (AL2000)
5 Dec 2016   [#231]
Hi Pilou and Friends
taking advantage of my illness
that forced me to bed for a few days
I tried to play with your example of fold...
With Gh, using the" Vectors", without resorting to Kangaroo
everything is quite simple ...
Elephant with the result is not quite satisfactory
perhaps my limit.......
I suggested a new model on which I added a fold
that surely and better
Have a nice day
al
Files Stored Here
http://www.mediafire.com/view/8nukon55js9q3p1/Fold_Pilou-Gh.jpg
http://www.mediafire.com/file/x5mxc46x71m8p69/CP-OneFold1.nod
http://www.mediafire.com/view/yaiteb61al27k7h/CP-OneFold1-1.jpg
http://www.mediafire.com/view/jgv1zijg7l948iv/CP-OneFold1.jpg
http://www.mediafire.com/file/cow42cbta2prnsb/CP-OneFold.nod
From: Karsten (KMRQUS)
5 Dec 2016   [#232] In reply to [#231]
Hello Al,

a lot of nodes - nevertheless it works and a cool result. I made a little video to show it. We have to think about how we can make such things easier!

Have a nice day
Karsten

Attachments:
al-fold.avi


From: speedy (AL2000)
5 Dec 2016   [#233]
Hi Karsten
I can not open your avi files ...patience.......-
Is true that there are a lot of Node,
it is true that some mathematical expressions
they could be more synthetic and that some outputs, could be eliminated
but I have deliberately left them reads as for better
understanding the functioning....
On the other hand being able to use only functions
trigonometric, I could not do better ,moreover dominate the whole movement with a single slider
it's not easy -
However, I believe that the introduction of Nodes
focused on " Vectors " can greatly improve
these operations...
Or a system that providing for the imposition
"Constraints "can be edited between geometric elements
(see Catia Kinematics, Grasshopper Kangaroo and Other ....)
best
al

Ps-Always at your disposal
From: Frenchy Pilou (PILOU)
5 Dec 2016   [#234]
@ Kasten :
Yep excellent animation : like with origami paper in reality!

@Speedy
use http://www.videolan.org/vlc/ ;)

I will try your nodes as soon as possible!
From: Karsten (KMRQUS)
5 Dec 2016   [#235] In reply to [#234]
Hello Pilou,

>>>>Yep excellent animation : like with origami paper in reality!
The animation is made with MoI and the nodeeditor:-) The camera node makes single pictures with MoI's render function for each quartz node step. After that, you have e.g. 500 pngs. Then ffmpeg or mencoder and the video is finished. Unfinished: automatic start of ffmpeg and choosing the output directory for the single pictures. But for a quick animation it's okay. When I solved this problems, I will post it. (Maybe it is better to post the problem;-)

Hello Al,

please explain, which vector math functions we need - add, substract, cross_product, scale, scalar product, coordinate transformation, rotate by axis and how would they be used to solve that problem?
Great Job!

A nice day to all
Karsten

p.s.: Sorry that the video is not working for you - I use Linux for scripting (here it works), but as Pilou mentioned, VLC should do it.
From: speedy (AL2000)
5 Dec 2016   [#236]
Hello Karsten
If possible all the functions of Vectors :
1- Create Vector ,from Coord (xyz) ,connected to the actual node point
2-Decompose Vectot retur value of (xyz)
3-Unit Vector for x , y , z for simple placement
4-Amplitude of Vector
5-Vector between two point
6-Angle between two Vector
7-Rotate Vector on plane or on axis
8-Dot procuct
9-Cross Product
10-Line , start point , direction, Vector , and Amplitude , length
11-Measure Vector length
12-Unitize Vector
13-Reverse Vector value
14 - link with extrusion , profile along a Vector
No ask that all implements,
But the important thing it is start ...
Line, and Extrude example would be useful-

(I hope the list does not discourage you)..........

The facilitation is the ability to create oriented lines,( crease)
and subsequently to lean them to create the Movements ,
rotating or translating through simple input values
Have a nice day
al
From: Karsten (KMRQUS)
5 Dec 2016   [#237] In reply to [#236]
Hello Al,

most of the functions are already implemented. Have a look in basicfunctions.js or in the litegraph.js (Max has thought of everything!). Only missing: wrap it in nodes. We can use pointarray as the base. Set scale to 0 it's a displacement vector:-). Scale to 1 it's a local vector ->arraypoint (Homogeneous coordinates). You've done the vector math stuff manually with the splitPts, (chapeau - a lot of work ) but yes we should make nodes for that. It will take a while and I have to think about some details, but it's possible.
Thanks for the impressive example!

Have a nice evening
Karsten
From: Frenchy Pilou (PILOU)
5 Dec 2016   [#238]
@Karsten
Does the resolve of the concept (not the animation) can be replicated to any start number drawing of "flat" Valley (s) / Mountain(s)
Supposed that each little surface resulting are plane for the moment! :)
Difficuly will surely to take any start form of drawing!

@Al : works like a charm! Bravo for the effort!





Nodes'Image of the "white" folding example! :)

From: speedy (AL2000)
6 Dec 2016   [#239]
Hello My Friends
another exercise, move on and invert
which brings me back a lot through the years
..... to my childhood
a Wind-Whell
Have a nice day to all
al
Ps -File stored here
http://www.mediafire.com/view/a71br9aqlvvgm06/CP_Wind_Whell.jpg
http://www.mediafire.com/file/lb0fqdq333xam8y/CP_Wind-Whell.nod

Message 7777.240 was deleted


From: speedy (AL2000)
12 Dec 2016   [#241]
Hi Friends
another test on Move elements,
in this case , Hoberman Varaible Structure
best
al
Ps- for watch the files this is the link
http://www.mediafire.com/file/glgnjdinry32l56/CP-Hoberman_Polygon.nod
http://www.mediafire.com/file/2khwrl8d29el3yj/CP_Hoberman_Circle.nod
http://www.mediafire.com/view/gkiv14e8ai8leb3/Hoberman-1.jpg
http://www.mediafire.com/view/8ia2bp2cc34gi9p/Hoberman-2.jpg
http://www.mediafire.com/view/5y5vfl1jwl67rt5/Hoberman-3.jpg
From: speedy (AL2000)
13 Dec 2016   [#242]
Hello Karsten and Friends
Great Work with the new Vectors Nodes.......amazing
I'm starting to use them to test them ,
then , surely , you will need clarification ,
for now thank you for your commitment.
Take this opportunity to send a new test
on Fold / Unfold
Have a nice day to all
best
al
Ps- to see the file access links

http://www.mediafire.com/file/szbi4h4hh6ks0ox/CP_Exag%2CPattern_Fold.nod
http://www.mediafire.com/view/xtta4y59047j8kw/CP_Exag%2CPattern.Fold.jpg
http://www.mediafire.com/view/zxwad9yxqw7lwoq/CP_Exag.Pattern.Fold1.jpg
http://www.mediafire.com/view/56jzouzor588w84/CP_Exag.Pattern.Fold2.jpg
From: Karsten (KMRQUS)
13 Dec 2016   [#243] In reply to [#242]
Hello Al,

thanks for sharing! I can't test it at the moment -I hope in the evening, but the pictures a very promising:-)

Have a nice day
Karsten

p.s.: Please, tell me more details about uncertainties with the vector nodes.
From: Frenchy Pilou (PILOU)
13 Dec 2016   [#244]
Cool continuation!


From: speedy (AL2000)
14 Dec 2016   [#245]
Hello Karsten and Friends

Doing an experiment of manipulation coordinate point
inserting a point attractor, I found out that Point Ex Node
It does not return the sorted values in order to create curves in U
or V-
Wanting to act with idx select point, I can not utomatizzare
the insertion indices
to be able to sort and group the points and have them ready for
create curves ...
I have to do it one by one?
I believe that this problem must be solved ...
We should get out put what we get
using Poin or Point Math
ie, through ConvertPoint-(set of curves)
separate curves ..
I can not add attachments
then the file is available at the link
http://www.mediafire.com/file/hvcfo6htw69jh16/CP-Know_Sine_Attractor_Point.nod
http://www.mediafire.com/view/4f5mkvd5qdmrocb/CP-Know_Sine_Attractor_Point-1.jpg
best to all
al

Ps - would not hurt to add a node
Point to Point Distance .....
I hope so
From: Karsten (KMRQUS)
14 Dec 2016   [#246] In reply to [#245]
Hello Al,

the problem is that I made the node for other things and so some meta informations (xlength,ylength and zlength) are lost between split and ext. But you don't need it. Maxs math points can do the job already.
Nevertheless I can add the meta informations also.

Have a look in the file.

Have a nice evening
Karsten

Show messages:  1-6  …  167-186  187-206  207-226  227-246  247-266  267-286  287-306  …  1847-1859