Parametric design in MoI?
 1-20  …  401-420  421-440  441-460  461-480  481-500  …  901-912

Previous
Next
 From:  Karsten (KMRQUS)
7713.441 

PathPoints:-) only integration of the startframe evaluation is missing at the moment!

Have a nice day
Karsten

EDITED: 21 Nov 2016 by KMRQUS

  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.442 In reply to 7713.430 
Hello James,

I had make some tests with the average-mode and found two bugs. If you want, you should correct this two lines:
r.push((e[1]-e[0])); //error corrected was r.push(2*(e[1]-e[0])); !!!
r.push((e[i]-e[i-1])-((r[i-1]*h[i-1])/u[i-1])); // error corrected was r.push((e[i]-e[i-1])-(r[i-1]*h[i-1]/u[i-1]));!!!
in basicFunctions.js -splineMap-function.

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.443 In reply to 7713.442 
Thanks Karsten,

It fixed an anomaly in interpolation with > 3 values in radii input series
as well as crashing bug if U,V or W input centre value < the number
of values values in radii input series.

I can't wait until Max has finalised the foundations of node editor,
to see what you build upon it.

Keep up the great work
James

EDITED: 25 Apr 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.444 In reply to 7713.443 
Hello James,
thanks for the reply. If you want to test another node, please test this one. But first you have to correct pushFrame in litegraph.js as described here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=7713.436
PathArray in Points2.js generates an aligned pointarray along a curve. ShowFrame shows now all Frames in a pointarray - I think useful for test.

Have a nice day
Karsten

EDITED: 6 Mar 2019 by KMRQUS

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:  Max Smirnov (SMIRNOV)
7713.445 
The new version is not ready yet. But today I wrote interpolation node for using with numarrays. At the moment it supports the following interpolation methods:
Linear, Cosine, Cubic, CatmullRom, Hermite, FritschCarlson

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.446 In reply to 7713.445 
What a supense! ;)
---
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:  Karsten (KMRQUS)
7713.447 In reply to 7713.445 
Hello Max,
good news and very interesting - I've never heard before about FritschCarlson. (Something I have to Google now:-)
And, Is this a new node or are there new modes like short and long?

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:  speedy (AL2000)
7713.448 In reply to 7713.440 
wastzzz
it's not like I write, I tried to change the sequence ,
and set long but no result....
can someone explain how to use
this random function ....

James , Karsten .....
much good results,with our script, but
you can enter the script into original nodeditor folder for them
try , without damaging the original files ???
thank you
al

_Sorry for my bad english
Image Attachments:
Size: 246.5 KB, Downloaded: 35 times, Dimensions: 1920x1080px
  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.449 deleted 3 Oct 2016 by KMRQUS

Previous
Next
 From:  speedy (AL2000)
7713.450 In reply to 7713.448 
wastzz
With a bit of logic , I think I found the solution, but can not understand how the input values are interpolated-
I enclose two pictures;
-Input data ( before picture)
- transformed data (after picture)
Can you me better understand the operation?
al
Image Attachments:
Size: 252.8 KB, Downloaded: 34 times, Dimensions: 1920x1080px
Size: 229.3 KB, Downloaded: 27 times, Dimensions: 1920x1080px
  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.451 In reply to 7713.448 
Hello Al,
try something like this:


If you want o test other nodes, You have to copy the nodefiles into the nodes folder an register them in index.html. If you replace core Stuff like litegraph.js you should make a copy of the original first. For the average stuff (better interpolation) I made only little changes in litegraph.js to show the function. To use it You have to make corrections in the basicFunctions.js file I have posted, but Max has created already a special node for that. The patharray is untested an has a performance problem for a sequence of numarray inputs. I have to improve it.

Have a nice day
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:  Frenchy Pilou (PILOU)
7713.452 In reply to 7713.451 
Can we have Knobs or Cursors on the left of the Node math for input A & B and these ones will be randomised?
(for avoid to manually input values)
  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.453 In reply to 7713.452 
Hi Pilou
I think this is one of the node problems
math, does not accept incoming of a b etc. multi values, then
it is always forced to write, greatly reducing the manipulation of the data-
It would also be nice that the single node result could be used
also for other transformations, then with more outputs
al
I Hope in a "wonderfull " solution Max's Problem
  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.454 In reply to 7713.453 
Karsten
thank you....
but for the moment I give up to do so ...
It is too difficult for me as a
ignorant on the Script and another etc. etc.
They will wait the Max's developments
best
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:  Karsten (KMRQUS)
7713.455 In reply to 7713.454 
Hello Al,
no problem. I hope that you can get random now to run.

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.456 In reply to 7713.452 
Hello Pilou,

I think that Maxs new interpolation node will solve the problem. I think that is similar to the reMap node in my last Infonodes (splineinterpolation) that I have written for test purposes (Max have linear, Catmull, ... modes too!). You will choose some values (min 2) and give a number of values you want to interpolate between them. Your output is a spline interpolation between them.

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.457 
In this version I made a huge amount of changes. I need a beta testers because I haven't enough time to test all changes in all ways. I'll be waiting for your bugreports.

v.0.85
Added Length node (click right button on node to change input type)
Added PolygonPts node
Added Random node
Added Range Slider node
Added Interp node
Added TransformPts node
Added compatibility lookup table to fix all nodes incompatibility from version to version. Now all nodes since v.77 will be automatically updated to the latest version while loading (I made significant changes in save/load/clone/add_input/add_output/remove_input/remove_output functions. You need to test them)
Added "Update" menu option for Math and MathPts nodes. It should be useful if you use rnd command. Hint: you can use this command instead of random() command

Fixed Polyline and Curve factory bug, which causes GeomDB objects flood
Fixed Output visual bug when node collapsed
Fixed Output switch style bug before a first run
Fixed inputs/outputs menu highlight bug when extra menu options is shown
Fixed MathPts closed curve continuity bug
ConvertPts node now draws point if curve length equals 0

Removed Frame node. Use Point or RotatePts node instead.

Use Shift+Left click on background to select all nodes.

and many other small fixes and changes..

I played with dynamic file loading from nodes folder. It works but it not good enough for release. Wait until a next version.
Also I tried to implement shortcut support. I can't make it work.

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:  James (JFH)
7713.458 In reply to 7713.457 
Hi Max,

Thank you for your masterful work.
The range slider particularly, is an outstanding piece of UI elegance.

Brilliant stuff!

-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.459 
Labours of Hercules!
New French Version coming soon! ;)
  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.460 In reply to 7713.457 
Hello Max and a big thank you for your endless coding!

> I need a beta testers because I haven't enough time to test all changes in all ways

My mathematics/trigonometry knowledge is very basic but in my free time I will try to test as much as possible this new "Project Elephant".
That is, nodes interaction, UI consistency, UI bugs, speed, simple calculation bugs...

I have only two requests for the moment :

1) It is necessary that you provide us with an updated and complete technical documentation
of all the nodes, or at least of all the inner changes that this new "Project Elephant" has.

2) > Also I tried to implement shortcut support. I can't make it work.

Instead of shortcuts, it would be possible when you have time, to have a control panel with simple buttons in order to have a fast access to all nodes
with one single click ?
The RMB menu is very uncomfortable...

Here's a screenshot of a previous version of Project Elephant that I modified some times ago : http://take.ms/Y5xo9

Have a nice day,

- 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
 

Reply to All Reply to All

 

 
Show messages:  1-20  …  381-400  401-420  421-440  441-460  461-480  481-500  501-520  …  901-912