Design Pattern for Scripting with Nodes and CSV-Input

 From:  Michael Gibson
9709.5 In reply to 9709.4 
Hi moritz,

re:
> But what about the nodeeditor? Is it possible to somehow select the nodes I created "by name" or
> something like that, edit the values and than create a new object by that?

So you mean you want to access the nodeeditor through script to feed it values from the .csv file?

I would think it should be possible but I'm sorry I don't know enough details about the nodeeditor to know how to do that.

You would probably put your .csv reading code into the node editor dialog page (index.html file inside the node editor directory), and then the node editor object will be on there as a global variable and I'd think it would have arrays of nodes inside of it.

- Michael