2023.12230 Mac/Win
for i in families:
for k in families[i]:
c = k.__name__
with open('log.txt','w') as f:
f.write(c)
cOp = parent().create(c)
cOp.destroy()
Running this will crash TD.
Another test with another caused crash OPType in a project:
bug.toe (6.9 KB)
→ Run ‘testA’ DAT and wait 10 sec.
That did not happen before 2023.12230.
Best,
Alex