FIXED: TD Crash when assigning a reference to a parameter with an enableExpr [2019.33840 win 10]

There’s a bug in 2019.33840 which crashes TD when you attempt to assign an expression to a custom parameter that has an enableExpr on it.

Steps:

  1. Create a Base COMP
  2. Add a toggle parameter Enable
  3. Add a float parameter Value
  4. Set the enableExpr of Value to me.par.Enable
  5. Drag a CHOP channel (or other value source) onto the Value parameter and attempt to assign a reference expression

enableExprBug.toe (3.6 KB)

Thanks for the report. This will be fixed in the next build, 2019.35470 or later.

1 Like