NodeEditor Plus [Unofficial]
 1-20  21-40  41-60  61-80  81

Previous
Next
 From:  MO (MO_TE)
11614.21 In reply to 11614.20 
Hi Barry
>> Perhaps the option to toggle on and off the time elapse could be added to the node menu?

It is possible, but I think It's not something that we need to access all the time in a menu.
I'll think about it.
  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
11614.22 
After separately copying the 4 shortcut code lines from the Documentation PDF, to Notepad++, and removing the CR and/or LF (Carriage Return, Line Feed), at the ends each code line, by backspacing, I have reached the following conclusion:

The Documentation PDF shortcut code contains several CR and/or LF, which if copied to the shortcut key, cause the shortcut code to fail.
I would suggest changing the PDF to not create CR and/or LF, (if possible), OR add a text file of the shortcut code, to the NodeEditorPlus zip file, and tell the user NOT to copy/paste original PDF code.

- Brian

Edit: CR and/or LF can be removed in Notepad++, (find and replace), per internet searches.

I am now done with this shortcut topic :-)

EDITED: 23 Dec 2024 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:  MO (MO_TE)
11614.23 In reply to 11614.22 
Thanks for mentioning it. I can see it now.
The problem was at the end of the third line. I should have concatenated the 3rd and 4th lines in the pdf.
code:
var theme = 'Default'; /* Theme options: Default,Light,SkyBlue,Autumn,Lavender */
var language = 'EN'; /* Language options: EN,RU,FR */
moi.ui.createDialog( 'moi://appdata/NodeEditorPlus/index.html?'+
'scheme='+theme+'&lang='+language+'', 'resizeable,defaultWidth:870,defaultHeight:480',
moi.ui.mainWindow );

The code in my first post works fine, I'll update the pdf soon.
Sorry for inconvenience.
  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
11614.24 In reply to 11614.23 
Cool MO!
Thank you again

- 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:  Phiro
11614.25 
Hi all,

I will prepare a french version of the documentation.
  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)
11614.26 In reply to 11614.25 
Excellent i will put a link to my French site!
https://moiscript.weebly.com/biblio-elephant.html

EDITED: 25 Dec 2024 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:  wayne hill (WAYNEHILL5202)
11614.27 
Hi MO,

It is great to see a reboot of the Node Editor for MoI!

Thank you!

Wayne
  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:  MO (MO_TE)
11614.28 
Hi

Just uploaded new version
v0.7.01 Updates:
Fixed pdf shortcut code issue
Added CTRL + Double click on canvas to toggle "canvas info" on and off
  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:  MO (MO_TE)
11614.29 In reply to 11614.25 
Hi Phiro
Thanks for your contribution :)
  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:  Phiro
11614.30 
Hi all,

A french version of the documentation.

Have fun !

P.

  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)
11614.31 In reply to 11614.30 
Bonjour Phiro

Thank you for your contributions... which make this software magical and a forum rich with great people.
Merci pour vos contributions ... qui rendent ce logiciel magique et un forum riche de belles personnes.

chri

EDITED: 26 Dec 2024 by CHRI

  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)
11614.32 
Is beautiful that please without concept! My Moi French Site "http://moiscript.weebly.com
  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
11614.33 
Note that old node programs, (assemblages of old nodes), may open and work in NodeEditorPlus, but they may look different, and inherit some differences from the new node.
Example: ConvertPts from an old node program. Mode order is different, but it still functions. Opening the new, Plus version shows different input and output.

I did an update of ConvertPts2, (it had some harmless errors as well, and was not multitype), to do interpcurve curves rather that control point curves, and called it ConvertPts3. It would go in the extension folder. (not uploaded) . Interpcurve could be added to ConvertPts, in the points.js big file.

- Brian

EDITED: 28 Dec 2024 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:  bemfarmer
11614.34 In reply to 11614.33 
Here is a modified points.js file, as points.zip, which adds interpcurve to ConvertPts, as InterpCurve U, and InterpCurve V. (For NodeEditorPlus)
If desirable, this would replace points.js in NEPlus.

I'll leave it up to MO, whether to adopt this modification or not, and will delete this file for room, in a few days, either way.

I had to be extremely careful to spell the new words correctly. Failure for spellings to agree yields strange results, orange lights, etc.

Curve V and InterpCurve V just made a bunch of points in a pile in my test script.

I think that to re-used old node program assemblages, all nodes in them should be replaced with NEPlus version, even if they "look right".
Re-save the upgraded node program. Maybe even close and reload MoI. (not quite sure).

In my yarn knit node, the Curve U version had end tangents which were (slightly) not parallel to the xy plane, (z values differed).
The InterpCurve U version of the knit curve, the end tangents were of constant z, which enables array in the xy plane with smooth end connections.

- Brian

Edit, modified points.js file deleted. (MO says he will use it.)
I have switched to the Curves>curve node, as per MO

EDITED: 29 Dec 2024 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:  MO (MO_TE)
11614.35 In reply to 11614.34 
Hi Brian

Thanks, I'll add it to the next version.
But generally, it's better to use the "Curves/Curve" node to generate curves from point data whenever possible.
"Curves/Curve" node supports both "control Points" and "Through Points" (interpCurve) modes + "Closed" option.
  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
11614.36 In reply to 11614.35 
Thankyou MO.

I will have a look.

- 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:  bemfarmer
11614.37 
I spent some time improving my Yarn node.

There are some new features in NodeEditorPlus that are terrific!
Especially:

1. Node to Macro,
2. Arrange Graph,
3. Notes. (Can be used as a label for the node assemblage, and for information.)

(See Documentation pdf)

Add Group could use some Documentation. How to remove "Group" box? ( > Edit Group > Remove Group.)

The use of the above improvements are for the most part self-evident., and the documentation helps.
Notes could use a documentation write-op. I had to type the same notes 5 times before realizing that (a very rapid) right mouse click adds them to the box. Otherwise the Info box resets.

A second shortcut key can be set up in MoI, to open a second canvas, to assist node program (assemblage) creationg.

- Brian

EDITED: 29 Dec 2024 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:  MO (MO_TE)
11614.38 In reply to 11614.37 
Hi Brian
Here is a shortcut while editing notes:
Press CTRL + ENTER to apply changes.

>> right mouse click adds them to the box.

Also, clicking on the node box and mouse leaving the text area will apply the changes.
I can confirm that when mouse enters or leaves the node box it resets the changes before applying them. I can fix that.

>> A second shortcut key can be set up in MoI, to open a second canvas, to assist node program (assemblage) creation.

ALt + Click on the "New" button to open a new NE window.
  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)
11614.39 
Cool we can Open the 2 node Editors in the same time! ;)

  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)
11614.40 In reply to 11614.38 
@Mo_Te
Have you make something for an easy translating ? (files, tables ... or nothing special like Max Smirnov :)

Edit: found the file lang.js and Compatibility.js but....

Here the ancient Elephant in French! :)

EDITED: 30 Dec 2024 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
 

Reply to All Reply to All

 

 
Show messages:  1-20  21-40  41-60  61-80  81