TD Component to download configuration files from ACMS.
- Touchdesigner >= 2025
- Python 3.11
Add this dependency to your requirements.txt:
configuration-manager-td @ git+https://github.com/artcom/configuration-manager-td.git@0.1.0#egg=configuration-manager-tdLoad the tox into your project:
- create a baseCOMP
- Common -> External .tox Path =
mod.configuration_manager_td.ToxFile - Common -> Enable External .tox = ON
- Common -> Reload custom parameters = OFF
Parameters on page "Input":
| Parameter | Description |
|---|---|
ConfigPath |
Path th the local config.json |
Download |
Manual trigger for download |
To download configurations use method call:
op.ConfigurationManager.DownloadConfiguration()Callbacks will inform over status:
| Callback | Description |
|---|---|
onUpdateStart |
Download of configuration started |
onUpdateFinished |
Download of configuration finished |
onUpdateFailure |
Download of configuration failed |