Skip to content

Commit

Permalink
Update ufbx to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bqqbarbhg committed May 7, 2024
1 parent 03e6fbb commit 5cd7ae1
Show file tree
Hide file tree
Showing 4 changed files with 1,556 additions and 890 deletions.
2 changes: 1 addition & 1 deletion modules/fbx/fbx_document.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2029,7 +2029,7 @@ Error FBXDocument::_parse(Ref<FBXState> p_state, String p_path, Ref<FileAccess>
opts.space_conversion = UFBX_SPACE_CONVERSION_MODIFY_GEOMETRY;
if (!p_state->get_allow_geometry_helper_nodes()) {
opts.geometry_transform_handling = UFBX_GEOMETRY_TRANSFORM_HANDLING_MODIFY_GEOMETRY_NO_FALLBACK;
opts.inherit_mode_handling = UFBX_INHERIT_MODE_HANDLING_IGNORE;
opts.inherit_mode_handling = UFBX_INHERIT_MODE_HANDLING_COMPENSATE_NO_FALLBACK;
} else {
opts.geometry_transform_handling = UFBX_GEOMETRY_TRANSFORM_HANDLING_HELPER_NODES;
opts.inherit_mode_handling = UFBX_INHERIT_MODE_HANDLING_COMPENSATE;
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ number and run the script.
## ufbx

- Upstream: https://github.com/ufbx/ufbx
- Version: git (v0.11.1, 2024)
- Version: 0.14.0 (80ff790ab36507b99ec7e4ef55b9cfb076ce821b, 2024)
- License: MIT

Files extracted from upstream source:
Expand Down

0 comments on commit 5cd7ae1

Please sign in to comment.