You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: