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
Member

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.

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.
Thomas Barlow added 1 commit 2023-06-09 00:12:16 +02:00
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.
Bastien Montagne approved these changes 2023-06-09 14:36:23 +02:00
Bastien Montagne merged commit 7e23ad68e9 into blender-v3.6-release 2023-06-09 14:36:33 +02:00
Bastien Montagne deleted branch fbx_byte_type_support_pr 2023-06-09 14:36:35 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#104681
No description provided.