Method
This node allows a custom JS script to manipulate parameters in the scene and other functions.
For a full breakdown see the Javascript Section.
Nodegraph
Example of extracting output values from the Javascript Node.
Attributes
Name | Description |
---|---|
Javascript File | A script resource |
Add Global Input | Add a parameter that can be sent to the JS script as global variables every frame. |
Add Global Output | Add a parameters that can be received from the JS script as global variables every frame. You can use these values in other nodes by using the Extractor Node on the Javascript Node. |
Inputs
These are defined by the Input Parameters.
Outputs
These are defined by the Output Parameters.