Parametric design in MoI?
 1-13  …  74-93  94-113  114-133  134-153  154-173  …  894-912

Previous
Next
 From:  Karsten (KMRQUS)
7713.114 In reply to 7713.113 
WTF!!!

Thank You for your note!!! Now I understand! It is already implemented! I have fail to see!

Now I can study how Max has solved the Problem:-)
Have a nice day

Karsten
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  James (JFH)
7713.115 In reply to 7713.114 
Hi Karsten

I am unable to switch off caps on your "revolve" node.
I have tried inputting a false result from a logic operator
but caps remain. Is this a bug?

Regards
James
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  James (JFH)
7713.116 In reply to 7713.115 
To better explain my issue I have attached screen shot and .nod file
By my reckoning the A>B operator should switch off caps on the hyperboloid.

It is a brilliant node regardless.

James

EDITED: 16 Feb 2019 by JFH

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Karsten (KMRQUS)
7713.117 In reply to 7713.116 
Hello James,

the function was not fully implemented. My problem is that I don't know, if this is the right way. Maybe it is possible to build in controlelements inside the nodes. Maybe it is a better way to make special nodes for different behaviors of the same base function. Nevertheless here is a file:-)

Kind regards
Karsten
Attachments:

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  James (JFH)
7713.118 In reply to 7713.117 
Thanks Karsten

That did the trick :)

Cheers
James
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Message 7713.119 deleted 12 May 2019 by JFH

Previous
Next
 From:  Frenchy Pilou (PILOU)
7713.120 
Flower power! ;) With the Astra above! :)



Seems format of number is not yet managed ?


Does a zoom is existing for Elephant ?

EDITED: 12 Dec 2015 by PILOU

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Message 7713.121 deleted 14 May 2019 by JFH

Previous
Next
 From:  Frenchy Pilou (PILOU)
7713.122 In reply to 7713.121 
>> Has this been done parametrically?
No, that was some normal Circular Array after your Astra nodes result! :)

But of course you can as shown with your last post! ;)
And you can make some fractal "LinePoly" of "LinePoly" of "LinePoly" of .......... :)

LinePoly Works fine for me!

Now Make the same with a selected object! ;)

PS Zoom is not existing in the edit window of Elephant ?

And yes now the problem is the tumultuous new nodes functions to integrate in the core of Elephant! :)
(4 th generation of factories.js file! :)

PSS Better if you can put the entiere drawing image of the Nodes! ;)
Sorry here in French/English

EDITED: 12 Dec 2015 by PILOU

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  James (JFH)
7713.123 In reply to 7713.122 
Pilou

I have been aware of you for many years, going back at least to the old Silo days.
It is weird to be communicating with your directly. It could be even further back
than that: did you post on EIAS (Electric Image) forum?

Anyway it is good to make you acquaintance.

RE: "Better if you can put the entiere drawing image of the Nodes! ;)"

I understand, but the node graphs are growing in such complexity that
they often do not fit within the limits of my screen and hence can't be screen-grabbed.

Is it not enough to just include the .nod file?

James
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
7713.124 In reply to 7713.123 
:)
<< than that: did you post on EIAS (Electric Image) forum?
No Sorry I have not this program

<< Is it not enough to just include the .nod file?
Yes it's sufficient !
I reload it and make an image of it! :)
So you don't lost time for that and you can concentrate you on the code!
My old brain is a little slow for this sort of sport (Nodes creation) and unlucky i begin in the same time a return to another languages! :)
(Processing world... :)

But wish that Max make a zoom because make some images of a big Nodes will be maybe a little painful! :)

EDITED: 12 Dec 2015 by PILOU

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  James (JFH)
7713.125 In reply to 7713.124 
Pilou / Karsten

RE: "My old brain is a little slow for this sort of sport (Nodes creation)"

Yeah me too. My meagre contribution to the node set has exhausted my coding limits.
Not surprising, considering how limited they are.

I have been trying without success to create a extrude node. Perhaps Karsten, you
could turn your mind to this.

It would be greatly appreciated.
James
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  BurrMan
7713.126 In reply to 7713.125 
Was wondering if it was possible for Max to make an additional feature of this. Basically an addition for "external factories"..

At this point, modifying one of the fundamental cores of the plug, will get out of hand pretty quick... The regular factories file could be kept for agreed upon, fully implemented additions, where the "external factories" would be a place to load whatever is coded for the day.....

Just a thought.....
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Max Smirnov (SMIRNOV)
7713.127 
Hi guys
I didn't have enough free time last week.
Finally today I continued to write the program. I made significant changes in nodeeditor core.
Point and Frame data types is obsolete now. I replaced them with unified pointarray type. Most of the nodes should be rewritten.
Also I added droplists properties, and Math/Function node. This node based on my FxGraph script and supports any math expressions.

Please remember that nodeedior is currently at alpha stage. This means that I can change everything in the main core. And every change may cause that every node must be rewritten from the beginning. Be ready to do it again and again. Or wait until a beta version will be released.

Pilou
>> But wish that Max make a zoom because make some images of a big Nodes will be maybe a little painful
Zooming will be enabled in the next alpha-release.

EDITED: 7 Mar 2022 by SMIRNOV

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Karsten (KMRQUS)
7713.128 In reply to 7713.127 
Hello Max,

that's really good news - especially the flexible Math-Node - it will reduce the wiring a lot. For me it was clear that most of the nodes has to be rewritten or will some day obsolete. I saw and I see it, as an exercise in JavaScript and the moi-api and I have a lot of fun with it. My intention is to clarify what can to be done with such a system, check limitations and what is most needed. So see me as one of elephants alpha-test-users:-).
In the last hours I fail about the problem to make the link of "Selected" persitent/permanent. The idea was to evaluate the name of the selected object, if it has no name, give it one (simple UUID-routine - example from stackoverflow.com) put it in the label. After store and reload evaluate from label (it seems the informations are in the node file.) But I fail - My limitations:-( - any ideas?

Nevertheless I will show another approach for using such a node-editor:-)


It can also be expanded for clash detection:-)

Thank You very much Max, Pilou, James, Michael, .....

Kind regards
Karsten
Attachments:

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  christian (CHRI)
7713.129 In reply to 7713.128 
Hi Karsten

Your new approach with nodes and dynamic assembly is incredible .
What a surprise for me to see that in Moment Of Inspiration .

With Max, Pilou, James, Michael , YOU and others brilliant people , we can talk about DREAM TEAM

Many thanks for your job
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
7713.130 
Brilliant ideas!
And cool zoom, maths projects!
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Karsten (KMRQUS)
7713.131 In reply to 7713.128 
Hi Max,

I found a solution for my problem!

Kind regards
Karsten
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
7713.132 
All actual nodes of the animation above! ;)
---
Pilou
Is beautiful that please without concept!
My Gallery
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Sharif (SR13765)
7713.133 
Hi;

First I want to thank Max for creating such amazing program and others that are contributing to expand beyond. I am trying to create a math conversion node for converting Degree to radian and radian to degree. I created these two nodes by coping other example and modify them.My knowledge of Javascript very limited and I can not figureout why is not converting.

// *************** Math Conversion Degree to radian ****************************

function convertDegtoRad()
{
this.addInput("Deg","number");
this.addOutput("Rad","number");
this.properties = {Deg:0};
}

convertDegtoRad.title = "DegreeToRad";
convertDegtoRad.desc = "Degree to Radian";

convertDegtoRad.prototype.onExecute = function()
{

this.properties.Deg = this.getInputData(0, this.properties.Deg);
var outValue = (this.properties.Deg * 2 * Math.Pi) / 360;
this.setOutputData(0, outValue);
}

LiteGraph.registerNodeType("MathBasic/DegreeToRad", convertDegtoRad);

// *************** Math Conversion Radian to degree ****************************

function convertRadToDegree()
{
this.addInput("Rad","number");
this.addOutput("Deg","number");
this.properties = {Rad:0};
}

convertRadToDegree.title = "RadToDegree";
convertRadToDegree.desc = "Radian To Degree";

convertRadToDegree.prototype.onExecute = function()

{

this.properties.Rad = this.getInputData(0, this.properties.Rad);
var outValue = (this.properties.Rad * 180) / Math.pi;
this.setOutputData(0, outValue);
}

LiteGraph.registerNodeType("MathBasic/RadToDegree", convertRadToDegree);

// *************** ***************************


thanks
-sharif
Image Attachments:
Size: 19.1 KB, Downloaded: 69 times, Dimensions: 771x572px
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
Show messages:  1-13  …  54-73  74-93  94-113  114-133  134-153  154-173  174-193  …  894-912