From 54879b804f6ebf542151fade3d397949e736541b Mon Sep 17 00:00:00 2001 From: Matthew Ragan Date: Thu, 24 Apr 2025 15:16:32 -0700 Subject: [PATCH] corrects missing doc --- docs/docs/v2/plugins/TouchDesigner/030-TDPluginAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/v2/plugins/TouchDesigner/030-TDPluginAPI.md b/docs/docs/v2/plugins/TouchDesigner/030-TDPluginAPI.md index 96adf14..60933ec 100644 --- a/docs/docs/v2/plugins/TouchDesigner/030-TDPluginAPI.md +++ b/docs/docs/v2/plugins/TouchDesigner/030-TDPluginAPI.md @@ -23,7 +23,7 @@ op.SudoSignals While you can generate logs by changing the contents of a log table, you may also find that it's easier to create log events by accessing Python extension for the sudoSignals TOX. The log method can be accessed by using `Send_log()` on the Signals TOX. ```python -op.SudoSignals(logLevel:str, message:str) +op.SudoSignals.Send_log(logLevel:str, message:str) ``` Log Level | Descriptor |