Javascript Node
Updated: 4 Dec 2023
Add a custom JS script to manipulate parameters in the scene.Updated: 4 Dec 2023
Add a custom JS script to manipulate parameters in the scene.This node allows a custom JS script to manipulate parameters in the scene, evaluate complex logic systems, and other functions.
For a full breakdown see the JavaScript Section.
These properties control the core behaviours of the node.
Parameter | Details |
---|---|
Create Javascript File.. | Creates a new javascript file and automatically adds it as a resource. |
Javascript File | A script resource |
Add Global Input (float) | Add a float parameter that can be sent to the js script as global variables every frame. |
Add Global Input (string) | Add a string parameter that can be sent to the js script as global variables every frame. |
Add Global Output | Add a parameter that can be received from the js script as global variables every frame. you can use these values in other nodes by using the Channel Extractor node. |
These are defined by the Input Parameters.