/
python
python
Description
Enables you to run a specified Python command string.
You can call a Python script from HSL in the same way as a native script. Python scripts called from Shogun Post can also be given arguments.
Note that you cannot get a return value back from Python when called in this way, and you cannot step into a Python script in the debugger.
Functional area
System
Command syntax
Syntax
python "command" |
Arguments
Name | Type | Required | Comments |
---|---|---|---|
"command" | string | yes | The python command string to execute |
Flags
None
Return value
void
Examples
python "shogunPost.NewScene()";
, multiple selections available,
Related content
Python / HSL interaction
Python / HSL interaction
More like this
Python / HSL interaction
Python / HSL interaction
More like this
Python / HSL interaction
Python / HSL interaction
More like this
Python / HSL interaction
Python / HSL interaction
More like this
Run Python scripts in Shogun Post
Run Python scripts in Shogun Post
More like this
Run Python scripts in Shogun Post
Run Python scripts in Shogun Post
More like this