Some errors on import

Issue #284 closed
fratserke Ja Dapijsikouk created an issue

somebody knows whats wrong

Comments (2)

  1. Thomas Larsson repo owner

    Both errors are caused by the json loader. This usually happens when it encounters a non-ascii character somewhere in the dbz file, as discussed at length in issue #253. Even Latin non-ascii letters like ÅÄÖ give errors.

    The reason is probably that you use an older version of the export script (export_to_blender.dsa), which saves labels. The node labels is what you see in the Scene pane, and they can be changed to something non-ascii. Try to update to the development version, and make sure that the export script is updated as well.

    If that does now work, you can decode the dbz file with the Decode File button and inspect the result in a text editor. For Nyao.dbz the problem is located at line 8 column 26 (char 169). What do you see there?

  2. Log in to comment