Parametric design in MoI?
 1-6  …  567-586  587-606  607-626  627-646  647-666  …  907-912

Previous
Next
 From:  bemfarmer
7713.607 In reply to 7713.606 
Thank you Michael.
- 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:  Max Smirnov (SMIRNOV)
7713.608 
Nodeeditor v.0.94

- Added initial suport of color schemes. Edit colors.js file to create your own color scheme. You don't need to replace all colors in a custom color scheme, just colors you want to override.
Use custom color scheme name as parameter when you start nodeeditor.
Example: moi.ui.createDialog( 'nodeeditor/index.html?Light', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow );

- Added Quartz node (now it works exactly as I planned)
I've not tested it well, so there can be bugs. Waiting for a bugreport.

- Added Edges switch in Output node

- Added mouse wheel support for Knob and Slider nodes (I like it!)

- Added JSON.prettify funcion which affects on nod-files internal structure.

- UI tweaks

- And one more thing..
will be announced later :)) v.0.95 in progress ;)

P.S. Page added http://moi.maxsm.net/item/56/category/3

P.P.S. 18.09.2017 Bug fixed in nodes/basic.js (Edge switcher)

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:  mkdm
7713.609 In reply to 7713.608 
Thank you very much Max for this long-awaited update.

A triple Hip, hip hurrah!

Max is back.

- 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:  mkdm
7713.610 In reply to 7713.608 
Hi Max.

I was playing for about two minutes with the new node editor and I probably don't know how it should work,
but I'm pretty sure there's a bug regarding the "Edge switch on-off" of the "Output" node.

For what I've tested, when you switch to off and then to on the edges never appears.

Please watch this brief video : http://take.ms/w3kGK

Bye.

- 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.611 
Max the return
---
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

Message 7713.612 deleted 19 Sep 2017 by JFH

Previous
Next
 From:  Max Smirnov (SMIRNOV)
7713.613 
:))

Marco, thank you. Bug fixed. Nodeeditor reuploaded. (nodeeditor.v.0.94.2017.09.17.zip -> nodeeditor.v.0.94.2017.09.18.zip)
  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.614 In reply to 7713.613 
Thanks!

Bye.

- 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:  Mike (MGG942)
7713.615 In reply to 7713.608 
Hi, Max.

Love the mouse support for the slider and knob.
On my system on click of the mouse wheel gives a change of 5% of the maximum value.
Is there a way to change this to give a much smaller change, say 1%?

BTW I've checked in Control Panel and my mouse wheel is set for the minimum change of 1 line.

Mike.
  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.616 
Nice "light blue" cursor.

The quartz node, with high frequency input, really moves the motor rapidly.

Changed the nodebox for motor rod from green to blue. (trivial)

Three+ ways to start nodeeditor94, for "Light" color version. (Somewhat relevant to default "dark" version and perhaps custom colors, and Mod version.)

1. By Shortcut key: (My example keys shown here: Ctrl+Alt+M for Dark, and Ctrl+Alt+N for Light.)
Light version: Ctrl+Alt+N moi.ui.createDialog( 'nodeeditor/index.html?Light', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow );
Dark version: Ctrl+Alt+M moi.ui.createDialog( 'nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow )


2. By using MoI command window: Highlight one of the lines above beginning with moi.ui.createDialog. In MoI press keyboard Tab, Ctrl+v, enter.

3. By CustomUI, (Involves editing, so this is for knowledgeable/experienced users, and are vague, as the difficulty level could vary.):
a. Under ui/customui, copy item 99 to say new item 97 and edit/modify for Light parameters.
or b. Under ui/customui, copy item 99 to say new item 98, edit/modify, and add subfolder link for 3rd party Mod nodes.

- Brian

EDITED: 18 Sep 2017 by BEMFARMER

  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.617 In reply to 7713.608 
Hello Max,

thanks for the update!

>>>And one more thing..
will be announced later

I am curious:-)

Have a nice day
Karsten

p.s.: An older and small Problem: While running in Progress and Switching Basic\Extract by RMB to Numbers the node crahes - it seem that the open Input won't be catched.
  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:  blindfoldjump
7713.618 
Fantastic job Max!
  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.619 In reply to 7713.617 
Hi Karsten,

basic.js line 449 should be: inp = this.getInputData(0, [0]);

Fixed. Thank you.
  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.620 In reply to 7713.615 
Hi Mike,

>>On my system on click of the mouse wheel gives a change of 5% of the maximum value.
Each step = range/20

>>Is there a way to change this to give a much smaller change, say 1%?
interface.js line 134 and 254
change v += delta/20; to v += delta/100;


UPD:
Added dynamic delta adjusting

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.621 
French Version of the update release ;)
http://moiscript.weebly.com/elephant-systegraveme-nodal.html
  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.622 In reply to 7713.620 
Hi Max.

Only a simple question about update of Project Elephant, in general.

Will you release every further update, big or small, using your moi.maxsm.net web site (Nodeeditor AddOns) ?

I hope so, because in this way everyone can easily get the latest official version,
without the need, as happened so far, to search here and there single files to update our local version of Elephant.

For example, in your last message you have attached the file "interface.js".

if I instead pick the "nodeeditor.v.0.94.2017.09.18.zip" file currently stored into your web site, will I get the latest update of Elephant including this new "interface.js" file ?

In order to make our life easier :) I kindly ask you to publish every updates in your web site or in one single zip file placed everywhere, containing the whole Project Elephant folder.

In this way we can simply unpack the folder and overwrite every old local file with one simple operation.

Thanks again and 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

Previous
Next
 From:  Mike (MGG942)
7713.623 In reply to 7713.620 
Thanks, Max.

Mike.
  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.624 In reply to 7713.622 
Hi Marco,

>>Will you release every further update, big or small, using your moi.maxsm.net web site (Nodeeditor AddOns) ?

Yes. I will upload every new version to my site. Use this links to download: http://moi.maxsm.net/nodeeditor or http://moi.maxsm.net/files

>>if I instead pick the "nodeeditor.v.0.94.2017.09.18.zip" file currently stored into your web site, will I get the latest update of Elephant including this new "interface.js" file ?

No, the file will be same. Updated interface.js (and all other updated files) will be added to a next release.

>>I kindly ask you to publish every updates in your web site or in one single zip file placed everywhere, containing the whole Project Elephant folder.
>>In this way we can simply unpack the folder and overwrite every old local file with one simple operation.

Every nodeeditor release (nodeeditor.v.0.xx.xxxx.xx.xx.zip) always contains all project files. In some cases I can upload some changed files separately, before the next release. In that case you need to copy files over the existing ones.
  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.625 In reply to 7713.624 
Hi Max.

@You : "...Yes. I will upload every new version to my site...
Every nodeeditor release (nodeeditor.v.0.xx.xxxx.xx.xx.zip) always contains all project files. In some cases I can upload some changed files separately, before the next release. In that case you need to copy files over the existing ones..."

This is Perfect. Thanks Max.

I've been waiting a long time to see the end of the never-ending-story of mixed version of P. Elephant and : "why this .nod file doesn't work? Where is the missing .js file or node ? Where is the download link ?"

:)

I'm a software developer and one of the things I hate most is the versioning mess.

Thanks again!

Bye.

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:  speedy (AL2000)
7713.626 
Hi Max
I was wondering if you could improve Math and Math Point nodes
increasing the opportunity to place input-
Now we get to the letter d- , but
in the case of complex formulas there is need for more inputs
thank you-
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
 

Reply to All Reply to All

 

 
Show messages:  1-6  …  547-566  567-586  587-606  607-626  627-646  647-666  667-686  …  907-912