uioptions Command
From Wiki077
uioptions -d [-l dat_node] [-o optionname value]
If no arguments are given, the current list of TouchDesigner user interface options are printed.
Font size: uioptions can adjust parameter dialog and textport size via the font.relative.size option. uioptions -o font.relative.size 0 will set the fonts to its default size. uioptions -o font.relative.size 3 will set the fonts to 3 points larger. fonts are clamped to 5 points larger and 3 points smaller than normal.
Options
-d |
if specified, TouchDesigner will reload default options. |
-l dat_node |
if specified, TouchDesigner will override default options with those specified in the dat_node.
|
-o optionname value |
if specified, the option specified is replaced with the specified value. |
Examples
uioptions -o tile.resizeborder.size 8
uioptions -l /dat_options
