Backup Script
home
Setup

Run Script

Description

The run script node can be used to run internal blender scripts which you can create under the “Scripting” tab and external scripts using a file path. The script will be included into the main file on export.
This node detects the register and unregister functions in your script and runs them accordingly.
After you change your script code you will need to press the reload button on the node.

Inputs

There is a dynamic variable input which you can use to transport values into your script. If you copy the name of the socket and put it in your script you can use the value of the socket.

Outputs

To get values out of your script you can use the variable output. Just use the sockets name inside your script like a python variable and the socket will take the value you set it to.

Settings

Source: With the source set to “Blender” you can choose one of the text that you can create in your text editor. If you set your source to “External” you can choose the filepath to your external script.
TOP