Patrick Winkler 47 Posted March 1, 2016 (edited) This Node makes debugging more comfortable especially inside wrappers. You can select weather if the incoming values will be printed into a text object right under the node or into the python console. Time of the execution and type of the items can be printed optionally. I integradet the object type list from the appendix site to translate the type id into a string ( 5 = Polygon... ). Tell me if you miss some feature. Edited March 1, 2016 by Patrick Winkler Quote Share this post Link to post
DomC 294 Posted March 2, 2016 (edited) Awesome, very, very helpful!!! Edited March 2, 2016 by DomC Quote Share this post Link to post
sbarrett 217 Posted March 2, 2016 Patrick this is awesome! I am very excited about this! Quote Share this post Link to post
AlanW 522 Posted March 2, 2016 Patrick, Sorry for the NOOB question but how do I get to the "Select the console as print target" Thanks Quote Share this post Link to post
Patrick Winkler 47 Posted March 3, 2016 Alan, the print target can be set in the PopUp(Print to:) which you can find in the OIP of the node. Quote Share this post Link to post
Patrick Winkler 47 Posted March 3, 2016 (edited) Update - V3: Ranges of items with the same value will be summarized if this option is enabled: Edited March 3, 2016 by Patrick Winkler Quote Share this post Link to post
mattao 0 Posted March 20, 2016 (edited) Hi I added a function to move the print through the info palette of the Marionette object. So I can have as many prints as I want and see all the "printed" values at once Edited March 20, 2016 by mattao Quote Share this post Link to post
Patrick Winkler 47 Posted March 30, 2016 thanks mattao, I've merged your option into the actual version. The position can be set in the OIP, if the option 'Autom. Position' is checked the TextObject will be put under the node. The other new option is 'Autom. TextSize'. This option sets the Textsize of the TextObject to the biggest Textsize of the Node. Quote Share this post Link to post
Patrick Winkler 47 Posted September 14, 2016 (edited) Update Version 5: - Print the input to a file -Choose the class for the text object print_node_V5.vwx.zip Edited September 14, 2016 by Patrick Winkler typo 1 Quote Share this post Link to post
Patrick Winkler 47 Posted September 28, 2016 Version 6: Now you can define filter conditions as Python statement in the oip of the node. X is replaced by the values. Check out the example in vwx: print_node_V6.vwx Quote Share this post Link to post