Hi! I’ve encountered an issue with
reproSequence.toe (50.1 KB)
Sequence custom parameters in TouchDesigner version 2023.12000. It seems that when we load Sequence custom parameters from a JSON file, only the first parameter is applied.
The issue appears if the base parameter already has an existing parameter set. Here’s a project to reproduce the issue:
reproSequence.toe (49.2 KB)
- Open the project.
- Select the
moduleSave
component and change/add Sequence parameters. - Click on the “Save” button to save the
moduleSave
custom parameters to thejsonParameter
DAT. - Click on “Load Module” to apply what’s in
jsonParameter
to themoduleLoad
component. - It should work correctly (Check the
moduleLoad
component). - Go back to
moduleSave
, change all your Sequence parameters, and repeat steps 3 and 4. - Only the first Sequence parameter gets updated.
Thank you