Parametric design in MoI?
 1-3  …  524-543  544-563  564-583  584-603  604-623  …  904-912

Previous
Next
 From:  Karsten (KMRQUS)
7713.564 In reply to 7713.562 
Hello Max,

that's really good news. I will try to get a better systematic in the additional nodes then.
But next I will share a draft for vectors. I have used the data[3-5] for storing a location for the display. When I try to set scale to zero, it dosen't work!? The idea was to distinguish points from vectors. Anyway - With -1 it works.

Have a nice evening
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.565 
Keep the good work and see you soon the next year for the new opus! :)

EDITED: 11 Dec 2016 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:  mkdm
7713.566 In reply to 7713.563 
Hi Max !!

I'm very glad to hear you again!!

> "Forgot to say, that I don't like idea about logical variables type. I think it will be much better to use numarray type for logical operations. X>0 = True, X<=0 False."

I agree with you. I think is useless add a new variable typ for this kind of data. Int num is more than enough.> "Yes, I know it. The current geometry engine is not fast enough. Let's hope it will be faster in the next version of MoI."

Hmmm...I fear that the bottle neck not lies on the strength of the geometry engine but on the Javascript engine and its execution environment.
I suppose that Grasshopper for Rhino is so fast because it's closely linked to the internal command pipeline of Rhino.
Let's hope that Michael in the next V4 will improve the overall performances of the script engine.

> "It's great, I'll try to not break it in the next versions of this project.
I can help to optimize the new nodes, and include them to the main package as external nodes."

Wow! This is really a great news!!

Max don't forget that a very important aspect of your Project Elephant should be also its documentation.
We (the community) are putting a big effort to find a good way to keep things organized and well documented,
for example with the new Wiki page, but I think that a direct involvement of you might be of great help.

Lastly, I have a question...just out of curiosity...

In all these years I didn't see on this forum, any 3D model created by you, but only (super excellent) javascript code.
So...I just tried to guess what's your job.
Are you a software developer specialized in mathematics ?

Thanks for all and see you.

Ciao!

- Marco (mkdm)
  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.567 deleted 12 May 2019 by JFH

Previous
Next
 From:  Frenchy Pilou (PILOU)
7713.568 In reply to 7713.566 
<< in all these years I didn't see on this forum, any 3D model created by you

Max made some 3D models with each of its scripts! :)

These are my favorites
By Max Smirnov







etc...

EDITED: 11 Dec 2016 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:  mkdm
7713.569 In reply to 7713.568 
Hi Pilou and good morning.

> "Max made some 3D models with each of its scripts! :)"

Yes, of course this is true, but I meant not "matematichal" models derived from his scripts but 3D Nurbs models in general
(concept design, charachter, and so on...)

Ciao.

- Marco (mkdm)
  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.570 In reply to 7713.569 
It's very difficult to be on each sides! :)
The few that I know are Ofer Alon for ZBrush(even this one seems have now no many time for the artistic side
and Taron for Verve! :)
After some exotic like Curvy 3D, Neobarok...are more made for their conceptors! :)
  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.571 In reply to 7713.562 
Hello Max,

>>>>>Upd: Forgot to say, that I don't like idea about logical variables type. I think it will be much better to use numarray type for logical operations. X>0 = True, X<=0 False.
Anyway it's not a final decision. We can discuss it :)

I choosed boolean type, because your nodeeditor supports it and you have a clear separation between the datatypes (colors and connection behavior). But I think we can switch to numarray. Numarray is already available as additional output in the compare node, so the changes are not complex. I don't know how much performace and memory is lost by using booleans, but I think thats your minds behind your objection.

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:  Max Smirnov (SMIRNOV)
7713.572 
Hi guys!

Today I added autoload functions to this project.
index.htm - almost completely rewritten
now it uses loadScripts function to load all .js scripts
all functions from the old index.htm has been moved to core/init.js

Syntax: loadScripts(subdirectory, scriptlist)
Subdirectory is a string parameter which points to subdirectory where scripts are stored.
As scriptlist you can use a comma separated string or a string array. In this list you can specify a names of the scripts which you want to load.
You can use a mask instead of full name. Each script will be loaded only once.
Example:
we have the following scripts in the nodes subdirectory:
basic.js
points.js
curves.js
solids.js
construct.js
transform.js
objects.js
interface.js
myscript1.js
myscript2.js
... etc

if we call loadScripts('nodes', 'interface, myscript1, c*, *s, *'); the scrips will be loaded with the following order:
(interface)
interface.js

(myscript1)
myscript1.js

(c*)
construct.js
curves.js

(*s)
objects.js
points.js
solids.js

(*)
all the rest scripts

backup the old index.htm file and unzip this archive to existing nodeeditor directory. There are only two files in the archive (index.htm and core/init.js)
Waiting for a bugreports. :)

P.S. I'll read all questions you asked me above and write an answers today or tomorrow.

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:  Frenchy Pilou (PILOU)
7713.573 
Max new year the return! :)

I will wait some few times before new French translation ...time to users to find rare bugs are existing! ;)

But seems there is nothing to do as it's just some replace files! :)

I have replace the 2 files above

In fact you must put the file "init.js" inside the existing old Folder Core and not "Replace" the Folder Core!
and replace the index.html
(am i right ? :)
Seems all works fine !

Here the French version :)

EDITED: 15 Jan 2017 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:  Max Smirnov (SMIRNOV)
7713.574 
Today I wrote Slider2D interface node ;)

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.575 In reply to 7713.574 
Hello Max,

thank you very much - now I know, what Brian was talking about:-)

Have a nice evening
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:  mkdm
7713.576 In reply to 7713.574 
Hi Max!

Wonderful implementation! Thank you very much!

Are you thinking about which of the many nodes written by community you want to integrate into the core of Project Elephant ?

See you.

- Marco (mkdm)
  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.577 
Cool!
Not yet Translated the "Slider"! ;)

Do you think of a Slider 3D ?
  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:  Mindset (IGNITER)
7713.578 
Wow!
  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:  bemfarmer
7713.579 
Very Cool!
Thank you Max.
- Brian
  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:  speedy (AL2000)
7713.580 
Welcome back Max
really... really performing the
your new Slider2D ;
we need your "knowledge"
to advance the Elephant-
Again thanks for everything
Have a nice day
al
  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:  Ced (FRACTIONALIST)
7713.581 
Uh... yeah. What goes where, please?
Image Attachments:
Size: 217.2 KB, Downloaded: 83 times, Dimensions: 1009x607px
  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.582 In reply to 7713.581 
Hello Ced,

the short version: moi\ui\nodeeditor

more infos here: http://moi3d.com/wiki/Nodeeditor

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:  Karsten (KMRQUS)
7713.583 In reply to 7713.582 
p.s.: First install the main package;-)
  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-3  …  504-523  524-543  544-563  564-583  584-603  604-623  624-643  …  904-912