Skip to content

Conversation

@devekaam
Copy link
Contributor

Describe your changes

This PR fixes the version check in Bundle3D.

The current code only checks:

  • "0.1"
  • "0.2"
  • "0.3"
  • "0.4"
  • "0.5"
  • "0.6"

However, the latest fbx-conv tool generates version "0.7",
and this version is not recognized due to hard-coded version checks.

This PR updates the version check to include "0.7".

Issue ticket number and link

#2901
#2901

Checklist before requesting a review

For each PR

  • Add Copyright if it missed:
    - "Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md)."

  • I have performed a self-review of my code.

    Optional:

    • I have checked readme and add important infos to this PR.
    • I have added/adapted some tests too.

For core/new feature PR

  • I have checked readme and add important infos to this PR.
  • I have added thorough tests.

Axmol 3.x ------------------------------------------------------------

For each 3.x PR

  • Check the '#include "axmol.h"' and replace it with the needed headers.

@halx99 halx99 added this to the 3.0.0 milestone Nov 28, 2025
@halx99 halx99 merged commit e5a8abc into axmolengine:dev Nov 28, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

/3d/Bundle3D.cpp should be modified, because the latest fbx-conv version is 0.7

2 participants