importer asserted in some places (but not the one in the report)
removed all asserts and used pythons 'replace' method mentioned in
https://docs.python.org/3/howto/unicode.html#the-string-type
Details
Details
- Reviewers
Bastien Montagne (mont29)
Diff Detail
Diff Detail
- Repository
- rBA Blender Add-ons
Event Timeline
Comment Actions
Will apply the 'replace' option (even though, as already said, FBX strings should always only be utf-8 encoded), but really do not see why commenting out the asserts? Those should never ever be triggered, else file is really broken (or unsupported new-year fashion of FBX :( ).