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

node_Text.py #168

Closed
sanmasani opened this issue May 14, 2014 · 2 comments
Closed

node_Text.py #168

sanmasani opened this issue May 14, 2014 · 2 comments

Comments

@sanmasani
Copy link

Under https://github.com/sanmasani/blender_nodes
I upload some file: init.py, node_String.py, node_Text.py, node_s.py
I use the String node with Text Output, when I want save more than one line with different descriptions.

Lines changes in init.py: 99, 191, 282, 397
Lines changes in node_s.py: 157
Lines changes in node_Text.py: 56-60, 75-81, 317-349, 477-478, 526-529, 544

In the node_Text.py changes from 56 rebuild the exist links, if the Text Input node is selected.
This function help me change the source file, without too much after-work.

In the node_Text.py changes from 477 I made an Append function, which help me write out multiple different lines.

@ly29
Copy link
Collaborator

ly29 commented May 15, 2014

Thank you @sanmasani
It sounds like this resolves #155
It also introduces some new workflows like append line which is nice.
However I would like some time to test before we merge, I think I will have time tonight for that.

@ly29 ly29 mentioned this issue May 19, 2014
18 tasks
@ly29
Copy link
Collaborator

ly29 commented May 19, 2014

Committed update that gives append mode and doesn't loose connection.
Since we don't have any string support (but it works sometimes anyway) I don't want add string node yet to master.
One can use Formula Node for that but gives less pretty formatting or Script Node for that purpose. For now.

@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
Projects
None yet
Development

No branches or pull requests

3 participants