17 Apr
2020
17 Apr
'20
6:15 a.m.
Hi Alex!
just make sure you actually have a function enabled for the instantiate call. In other words, make sure that second line is not commented.
mod_instantiate = ${.module} func_instantiate = instantiate Fantastic hint! This works.
I've added a def instantiate(p): pass to my python script and it works! It's a little odd that this wasn't necessary in 3.0.20. Anyhow, it seems to work now. Thanks for your help! Christian