Nodeeditor extensions

 From:  Karsten (KMRQUS)
8628.1 
Hello,

I want to post a cleaned up version of the nodeeditor extensions. I have changed some positions inside the menues and erased some obsolete files and nodes.
That causes that old node files prior created won't work with this version. To fix that you can open the node file with an editor and replace the old node references with the new ones ( find and replace). An overview of this references is given by the Deviations.xls file. Or you can use "sed". For the windows user I've made a simple batch file. First check if the path in the batch file points to the correct installation of sed. Place replaceNodes.bat in the folder where your node file is. Open cmd, go to the directory (cd command) and type:
>updateNodes.bat "what ever the name is.nod"<.
The "" is only necessary when there are Spaces in your file name. Best way type updateNodes.bat - Space - first letters of the file name and then the TAB-Key of the keyboard - then windows will complete the filename correctly.
It is also possible to do it inside the nodeeditor, but delete and place new node - including rewire - isn't a good idea - or what do you think Al, James, ...? ;-)

I think Mac user can get also sed. The linux users should have sed already. You can rename the replaceNodes.bat to replaceNodes.sh and make it executable. Cnange>c:\"Program Files (x86)"\GnuWin32\bin\sed.exe to sed. Maybe there are some ' ' necessary for the parameters s/BasicExt\/PointExt/Points2\/PointExt/g will get to 's/BasicExt\/PointExt/Points2\/PointExt/g'. I didn't tested it already.

link to sed:
http://gnuwin32.sourceforge.net/packages/sed.htm

Maybe there are some other tools that can do the job. As mentioned a simple editor with a replace function.

Have a nice day
Karsten