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 f841691
Show file tree
Hide file tree
Showing 3 changed files with 1,555 additions and 889 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

0 comments on commit f841691

Please sign in to comment.