To make Dynamo scripts more adaptable to meet your needs, they can be designed to request user input before use.
Before using Dynamo Player to run the script, you can provide input directly in the Dynamo Player interface. By using the Dynamo Player, users do not need to learn and use Dynamo to make project-specific adjustments to the script.
Before you can use Dynamo Player to run a script that needs project-specific input, the script writer must use Dynamo to prepare the script to request the input.
To prepare the script, the script writer must do the following:
Any interactive selection or drop-down user interface (UI) input node in Dynamo works in Dynamo Player. Dynamo Player supports input for certain types of nodes in a Dynamo script.
In Dynamo, Watch nodes report information rather than supply inputs. To expose a Watch node in Dynamo Player so users can see the results, give the node a custom name.
In a Dynamo script, some types of nodes do not support input from Dynamo Player. In Dynamo Player, these inputs are marked with the text Unsupported Input Type.
When running a script, Dynamo Player ignores unsupported input types.