Commit Graph

542 Commits

Author SHA1 Message Date
Alejandro González
b60d28572c Assorted dependency updates
These updates fix building the project on my up to date Linux box due to
missing cstdint headers on the older Draco versions it was pinned to,
and bumps Conan 1.x to the latest semver-compatible release, which also
introduces support for newer GCC compilers.

While at it, I've also bumped the GitHub Actions checkout version tag to
v4, from v3, and the runner image versions. The Ubuntu runner version
was purposefully not updated to avoid the risk of making binaries less
portable than before due to a bump in the `glibc` version that the
compiler will link to.
2024-03-22 23:10:52 +01:00
K. S. Ernest (iFire) Lee
c4168ca4da Merge pull request #51 from valentinegb/fix-installing-conan
Fix installing conan in build workflow
2023-12-15 10:00:54 -08:00
Valentine Briese
ac1435d0f3 Use Python 3.11 in macOS build workflow 2023-12-14 13:20:53 -08:00
Valentine Briese
4a58b35c5d Require Cython version < 3 2023-12-13 08:42:29 -08:00
Rémi Verschelde
bc05f0f8a6 Version 0.13.1 v0.13.1 2023-06-13 12:58:56 +02:00
K. S. Ernest (iFire) Lee
6304faddf9 Merge pull request #41 from lyuma/preserve_skeletons
Preserve skeletons which do not contain a mesh
2023-06-10 16:10:06 -07:00
Lyuma
2c895169f6 Preserve skeletons which do not contain a mesh 2023-06-07 23:00:02 -07:00
K. S. Ernest (iFire) Lee
cd17ab9b6e Merge pull request #40 from Calinou/add-issue-templates
Add issue templates
2023-05-24 07:21:05 -07:00
Hugo Locurcio
d36d41e80a Add issue templates
These are based on godotengine/godot's issue templates.
2023-05-22 18:50:25 +02:00
K. S. Ernest (iFire) Lee
87731e979a Merge pull request #38 from V-Sekai/8-bone-weights-note
Update README.md
2023-04-30 12:49:25 -07:00
K. S. Ernest (iFire) Lee
81320775f3 Update README.md 2023-04-22 21:09:24 -07:00
K. S. Ernest (iFire) Lee
5f95a40646 Merge pull request #35 from dvanderleij/master
Fix build by locking conan version to most recent 1.x to resolve incompatibilities with conan 2.x
2023-04-14 11:31:06 -07:00
David
3c7090e98c Lock conan version to 1.58 to resolve incompatibilities with conan 2.x 2023-04-10 12:57:18 +02:00
K. S. Ernest (iFire) Lee
4971fe9d5b Merge pull request #28 from fire/update-readme-anim
Mention the command for changing weights and animation time in the readme.
2022-12-20 18:35:23 -08:00
K. S. Ernest (iFire) Lee
ec4e90eb95 Mention command for changing weights and animation time in the readme.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2022-12-18 07:27:34 -08:00
Rémi Verschelde
65550bf660 Merge pull request #27 from akien-mga/ci-streamline-packages
CI: Streamline names and contents of releases and artifacts
v0.13.0-p1
2022-12-18 09:37:24 +01:00
Rémi Verschelde
05ff763a82 Update README with more license and download details
Takes into account the artifact/release changes from the previous commit.
2022-12-18 00:42:18 +01:00
Rémi Verschelde
b24e56c41a CI: Streamline names and contents of releases and artifacts
Packaging:

- Use `FBX2glTF-<platform>-<arch>` format consistently for binaries.
- Zip binary + licenses for the GitHub Releases.
- Rename licenses to `FBX-SDK-License.{rtf,txt}` and `FBX2glTF-License.txt`.
- Include licenses together with the artifacts for each platform.
- Don't upload the licenses as a separate artifact, it gets zipped so it's not
  convenient. We still upload them as files to GH Releases though which we can
  link directly.

CI setup:

- Rename jobs for consistency.
- Bump to actions/checkout@v3 and setup-python@v4.
2022-12-18 00:42:18 +01:00
K. S. Ernest (iFire) Lee
b64998ee02 Merge pull request #24 from V-Sekai/animation-fixes
Revert animation changes to fix bug.
v0.13.0
2022-11-17 06:40:23 -08:00
K. S. Ernest (iFire) Lee
69126183b6 Remove very small values. 2022-11-12 16:35:31 -08:00
K. S. Ernest (iFire) Lee
79154b9a4a Revert to fix animation issues.
Change version to 0.13.0.
2022-11-12 10:07:45 -08:00
K. S. Ernest (iFire) Lee
869ac2e810 Merge pull request #14 from V-Sekai/write-png
Always write png instead of jpg.
2022-05-23 16:38:10 -07:00
K. S. Ernest (iFire) Lee
3d8bd0ef29 Always write png instead of jpg. 2022-05-23 16:22:30 -07:00
K. S. Ernest (iFire) Lee
815c19e893 Merge pull request #8 from V-Sekai/update-readme
Update README.md
2022-04-07 13:38:00 -07:00
K. S. Ernest (iFire) Lee
2180fec392 Update README.md 2022-04-07 13:22:15 -07:00
K. S. Ernest (iFire) Lee
a289ca9b23 Merge pull request #6 from V-Sekai/stb-update
Update stb single header libraries.
2022-04-07 13:07:46 -07:00
K. S. Ernest (iFire) Lee
d7d8f4a396 Update stb single header libraries. 2022-04-07 12:56:21 -07:00
K. S. Ernest (iFire) Lee
eb1ab7581d Update build.yaml 2022-04-07 12:18:20 -07:00
K. S. Ernest (iFire) Lee
1b3ccd25cc Remove npm because the lack of maintainers. 2022-04-07 10:14:17 -07:00
K. S. Ernest (iFire) Lee
e1a572dc5b Update README.md 2022-04-07 09:24:19 -07:00
K. S. Ernest (iFire) Lee
5fb127283f Update build.yaml v0.12.9-p2 2022-04-07 09:19:57 -07:00
K. S. Ernest (iFire) Lee
0ef651f899 Rename CICD try 3. v0.12.9-p1 2022-04-07 07:50:13 -07:00
K. S. Ernest (iFire) Lee
2cab56ec9f Update to 0.12.9. v0.12.9 2022-04-07 07:13:40 -07:00
K. S. Ernest (iFire) Lee
9f75c4e5fd Update CICD try 2. 2022-04-07 07:11:40 -07:00
K. S. Ernest (iFire) Lee
666f1c6cec Update cicd. 2022-04-07 07:10:23 -07:00
K. S. Ernest (iFire) Lee
f185cf0e05 Increase version. v0.12.8 2022-04-04 09:54:50 -07:00
K. S. Ernest (iFire) Lee
395dbe2b4f Apply the rotation pivots. 2022-04-04 09:11:31 -07:00
K. S. Ernest (iFire) Lee
16d214497a Upload artifact action is unused. Remove. 2022-04-04 08:24:11 -07:00
K. S. Ernest (iFire) Lee
1ea8be3782 Remove unused variables. v0.12.7 2022-04-04 08:17:43 -07:00
K. S. Ernest (iFire) Lee
a7634008d6 Update version. Pivots! 2022-04-04 08:16:24 -07:00
K. S. Ernest (iFire) Lee
6e649b4c62 Remove unused code. Add pivots! 2022-04-04 08:14:06 -07:00
K. S. Ernest (iFire) Lee
89fa380bc7 Don't use dots in the mac naming. 2022-04-04 04:56:37 -07:00
K. S. Ernest (iFire) Lee
cfc23ba6f4 Merge remote-tracking branch 'origin/master' v0.12.6 2022-04-04 04:54:57 -07:00
K. S. Ernest (iFire) Lee
5f0e3645c8 Update version. 2022-04-04 04:54:49 -07:00
K. S. Ernest (iFire) Lee
42c921c091 Unify naming. 2022-04-04 04:54:08 -07:00
K. S. Ernest (iFire) Lee
1badb3ecb0 Update README.md 2022-04-04 04:47:45 -07:00
K. S. Ernest (iFire) Lee
057ea2228f Typo in the macos build. 2022-04-04 04:42:51 -07:00
K. S. Ernest (iFire) Lee
b96db50fd6 Update readme about msvc. 2022-04-03 20:27:00 -07:00
K. S. Ernest (iFire) Lee
657536d595 Use the proper tracking in cicd. v0.12.5-pre1 2022-04-03 20:10:35 -07:00
K. S. Ernest (iFire) Lee
9f9f6e7291 Consolidate build. 2022-04-03 20:07:17 -07:00