diff --git a/docs/nodes/viz/console_node.rst b/docs/nodes/viz/console_node.rst index 4f045fde782fcbdcf9ea039690d04bb744a5a839..986e9a4a54d16bfaeb6ea19153a01968c6a7142c 100644 --- a/docs/nodes/viz/console_node.rst +++ b/docs/nodes/viz/console_node.rst @@ -12,5 +12,7 @@ This node can syntax highlight incoming string data. At the moment it can displa - no syntax highlighting, useful for seeing stuff quickly. It is possible to display only the last n lines, and in ScriptNode mode it will display the -**sctript_str** associated with the ScriptNode lite node directly linked to the node. +**script_str** associated with the ScriptNode lite node directly linked to the node. + +There is a mode that will automatically cut ultra long lines from being displayed. diff --git a/docs/nodes/viz/viz_index.rst b/docs/nodes/viz/viz_index.rst index 6d0c3e9f99a1830f695a818d67e65f11057bf0f3..02308f112ebf3a30b61e308eb084eda55f303961 100644 --- a/docs/nodes/viz/viz_index.rst +++ b/docs/nodes/viz/viz_index.rst @@ -13,4 +13,3 @@ Viz viewer_nurbs_curve viewer_nurbs_surface console_node - diff --git a/nodes/script/console_node.py b/nodes/viz/console_node.py similarity index 100% rename from nodes/script/console_node.py rename to nodes/viz/console_node.py