/TouchDesigner-CustomParamPreset

Simple implementation Preset System for TouchDesigner

MIT LicenseMIT

TouchDesigner-CustomParamPreset

More Simple implementation than Palette browser's one (Derivative > Techniques > Preset)

ss

Presetable parameter

  • Number Type (Int, Float, RGB, RGBA, UV, UVW, WH, XY, XYZ)
  • String Type (Str)
  • Menu Type (Menu, StrMenu)

other parameter type is ignored.

How to use

  1. Create your Comp with custom parameters on your project
  2. Drag&Drop "Preset.tox" on your project
  3. Fill in the blank "Comp" and "page" in Preset.tox
  4. Hit "Init" pulse button in Preset.tox
  5. Tweak your custom parameter which you've created at 1
  6. Set "Name" and "Duraion"
  7. Hit "ADD"
  8. Select Preset on Bank and hit "APPLY"

Technical Details

  • Presets are saved/loaded as json.

ss