nortikin / sverchok

Sverchok
http://nortikin.github.io/sverchok/
GNU General Public License v3.0
2.26k stars 233 forks source link

Text In and socket connection #155

Closed enzyme69 closed 10 years ago

enzyme69 commented 10 years ago

prtscr capture_9

I am using "Text In" to do visualization. Let say I have 3 socket out and I connected them alright.

Save BLEND. Reopen the BLEND.

Now appears that the Data out from "Text In" still have socket line connection, however data is not flowing so we need to reload the data from text. When I do that, seems like the line connection is gone and I need to connect each line again.

https://dl.dropboxusercontent.com/u/3654459/BLENDERSYDNEY/sverchok_visualization_005.blend

zeffii commented 10 years ago

jimmy, yep. looks like the initialization bug that several other nodes have had fixes for.

ly29 commented 10 years ago

It is a true bug. The work process of text in ( & out) is somewhat conceptually flawed. The nodes need to be restructured a bit. I haven't because until recently it wasn't clear to me how it should work. Of course the loss of connection makes less than useful for non trivial work... Now I envision a workflow more like script node with an uninitialized state where you load the file and work state were you can reset and reload data but not change settings

ly29 commented 10 years ago

Issues with text in and text out.