Fix #104672: FBX Byte type unsupported #104681

Merged
Bastien Montagne merged 1 commits from Mysteryem/blender-addons:fbx_byte_type_support_pr into blender-v3.6-release 2023-06-09 14:36:33 +02:00

1 Commits

Author SHA1 Message Date
394d0b3c7f Fix #104672: FBX Byte type unsupported
The Byte type "Z" was missing from the supported FBX types, which
would result in an error attempting to parse an FBX containing Byte
properties during import or conversion with fbx2json.

The new variables for the Byte type refer to it as "int8", to reduce the
chance of mixing it up with the existing "bytes" attributes and
functions.

The importer and exporter neither read nor write any Byte properties, so
no changes are made to import or export.
2023-06-08 22:50:24 +01:00