mirror of https://github.com/H-uru/korman.git
Browse Source
Recall that PFMs are added as modules to the global modules dict. Therefore, module names must be valid Python 2.x identifiers. This is handled well for age names, but we've been neglecting to handle it for PFM names. So, when Blender adds ".001" as a suffix to a duplicated object, any attached PFMs will go down in a firey dust explosion. Generally, with the unhelpful error message: "NULL result without error in PyObject_Call".pull/152/head
Adam Johnson
6 years ago
1 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue