FIXED: 2025.30960 Python - creating custom pars + panels

Hi!
2025.30960 Win 10

Python:
When creating new custom parameter and new container to uses it - corresponding OPs are not updating unless user go inside created container.

compParsNoPrivacy.toe (5.0 KB)

Here is a project to reproduce

  1. Click Addpar pulse parameter → new float parameter (P3) and new panel (P3) inside testCOMP will be created
  2. Adjust P3 parameter → P3 panel is not changing
  3. Go inside test/P3
  4. Go back to project1
  5. Adjust P3 parameter → P3 panel is changing now

Best,
Alex

Hello @letsius

Thanks for report. I’m looking into the deeper problem.

For now the workaround is adding this line to the end of your script:

nOp.cook(force=True, recurse=True)

1 Like

Thanks for the bug report. This will be fixed in the next posted build.

1 Like