Custom Parameters
One of TouchDesigner’s most powerful features is the ability to add your own parameters to any Component.
How to Create
- Right-click on a Component (like a Base COMP).
- Select Customize Component.
- Type a name and click Add Parameter.
- Choose the type (Float, Int, Toggle, Menu, etc.).
Why use them?
- Create clean “Master Control” panels for your project.
- Expose only the settings you need without digging into deep networks.
- Use Python expressions like
parent().par.MyCustomParameterinside your child nodes.
(y) Return to Scripting & Architecture | (y) Return to TouchDesigner | (y) Return to Home