Closed mwestphal closed 9 months ago
https://github.com/f3d-app/f3d/assets/3129530/4325704f-b5b5-4977-8d80-cd5d5a64ad3a
F3D now support USD format! Thanks to a new usd
plugin using OpenUSD, you can now open all .usd files.
Many USD features are supported, give it a go!
F3D now support 3MF format! Thanks to our now expanded assimp
plugin, your 3D printing data will be visible in F3D!
We also added support for .x files as well.
F3D now support VDB format! Thanks to a new experimental vdb
plugin relying on VTK and OpenVDB, you can now open all .vdb files, with some limitations.
Thanks to all our packagers that help F3D reach a wider audience: AndnoVember @kylosus @kevinsmia1939 @yurivict @bcdarwin @svenstaro @mzf-guest @papoteur-mga @berolinux Thanks to all our contributors for this release: @technologeli @Ramalama2 @jspanchu @felixonmars @zhiyuang @jiangsheng @snoyer @Meakk @mwestphal
Credits:
Bunny Samurai Skateboarder model from maxpanysh and Mad Kobra Shangai Bund hdri from Greg Zall armadillo.vdb: openvdb.org and stanford 3D scanning repository McUsd_10cm.usdz: CC-NC-BY-SA jasonjgardner and Eric Haines heartgears.3mf: BSD-2-Clause: Copyright (c) 2018, 3MF Consortium
Couple typos:
* Improved the reading of EXR files using multi-threading for better perfomance when loading HDRIs
"performance"
* Fixed an issue with comma in filenames make file uinreadable (thanks @snoyer !)
"Fixed an issue with commas in filenames making files unreadable" Could also be simplified to "Fixed handling of commas in filenames" / "Fixed handling of filenames containing commas"
Updated, thanks!
Fixed a crash when using a file with more then 254 bones
Fixed a crash when using a file with more than 254 bones (Requires OpenGL 4.3)
Also, missing:
Fixed an issue with Unicode filenames on the title bar on Windows.
Updated, thanks!
And we need a nice picture (preferably an animated gif) as usual :)
I'd say a good candidate is an USD file?
I'd say a good candidate is an USD file?
Sounds good to me. Lets try to find good ones!
Found an issue with usd package on macos: #1162
Issue found with macOS python wheel: #1163
added @snoyer recent fix
Found a few issues with USD #1167 #1168 #1170
macOS issues confirmed fixed in RC2
@Meakk Updated the release notes with focus points.
Planned communication:
Linux/Opensource:
USD/VDB:
3mf:
Companion app:
F3D 2.3.0 just released! We added support for USD, VDB and 3MF format! F3D is a fast and minimalist 3D viewer that supports thumbnails and come with many options.
Complete release note and binaries download: https://github.com/f3d-app/f3d/releases/tag/v2.3.0
Bunny Samurai Skateboarder model from maxpanysh and Mad Kobra Shangai Bund hdri from Greg Zall
We just added support to USD and VDB to our small and minimalist 3D viewer, F3D. F3D is a great companion tool for your pipeline, generating thumbnails and quickly let you look at your data. You can even use it to script image generation, as we did for the gif above.
https://github.com/f3d-app/f3d/releases/tag/v2.3.0
Please try it and let us know what you think.
Also its free, open source and cross-platform :)
Bunny Samurai Skateboarder model from maxpanysh and Mad Kobra Shangai Bund hdri from Greg Zall
Release done!
Before release:
git fetch origin --tags --force
Release Split :
master
branch intorelease
: https://github.com/f3d-app/f3d/compare/release...masterRelease Candidates :
v2.3.0-RC5
version change in https://github.com/f3d-app/f3dCMakeLists.txt
andpyproject.toml
in therelease
branchgit tag v2.3.0-RC5 -m v2.3.0-RC5
v2.3.0-RC5
F3D version, superbuildmain
branch and prerelease publishtrue
pip install f3d
release
branch, copy this paragraph and incrementN
Release :
v2.3.0
version change in https://github.com/f3d-app/f3dCMakeLists.txt
andpyproject.toml
in therelease
branchv2.3.0
and push it to https://github.com/f3d-app/f3d:git tag v2.3.0 -m v2.3.0
X.Y.Z
in https://github.com/f3d-app/f3d-superbuildversions.cmake
in themain
branchv2.3.0
and push it to https://github.com/f3d-app/f3d-superbuild:git tag v2.3.0 -m v2.3.0
v2.3.0
F3D version,v2.3.0
sb version and prerelease publish truedoc
.github/ISSUE_TEMPLATE/new_release.md
in https://github.com/f3d-app/f3d if needed