Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text In and socket connection #155

Closed
enzyme69 opened this issue May 8, 2014 · 3 comments
Closed

Text In and socket connection #155

enzyme69 opened this issue May 8, 2014 · 3 comments
Labels

Comments

@enzyme69
Copy link
Collaborator

enzyme69 commented May 8, 2014

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
Copy link
Collaborator

zeffii commented May 8, 2014

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

@ly29
Copy link
Collaborator

ly29 commented May 9, 2014

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
Copy link
Collaborator

ly29 commented May 9, 2014

Issues with text in and text out.

  • Stores data in local cache using self.name as key, not multilayout safe.
  • Disconnect on reload for Text In
  • Diconnect all when switching mode, Text Out.
  • Printing of json etc could be prettier.

@ly29 ly29 added the bug label May 14, 2014
This was referenced May 15, 2014
@ly29 ly29 closed this as completed May 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants