Releases: f3d-app/f3d
v2.5.0-RC1
v2.5.0-RC1
v2.4.0
π£ Join our community:
F3D Community is welcoming to users and developers alike!
Ask questions, gets involved and starts contributing in a beginner-friendly environment.
β€οΈ Sponsor F3D:
F3D is looking for sponsors!
We have some expanses mainly related to github and web hosting bills, any help to cover the cost would be highly appreciated.
To thank you, we'll offer preferential support and vote on next feature and bugfix as soon as you start sponsoring.
Much love to our sponsors for this release @parkerstafford @kidharb @Ramalama2 @ssddanbrown and a secret sponsor β€οΈ
πΌοΈ 3D Gaussian Splatting support
Have you heard of 3D gaussian splatting ?
F3D now support opening and rendering .splat files natively, and with great performances!
π Colormap preset
F3D comes with a default hot colormap, but it now ships a few different colormaps,
you can even use any colormap you want if you provide an image file!
Read all about it in the decicated documentation.
π Reload file when changed
One of the features that was most requested by the community when the possibility to reload
a file whenever it is changed on disk. Well, it is now possible, using the new --watch option.
π Complete changelog
For F3D users:
- Added a new option
--point-typeused to specify how to display points sprites - Add support for 3D Gaussians Splatting in binary
.splatformat - Added ability to cycle through available animations by pressing
Whotkey (thanks @kathleenhang!) - Added display of current animation name within cheatsheet (thanks @kathleenhang!)
- Added orthographic camera projection option (
--camera-orthographic) and binding (5) (thanks @kidharb!) - Added proper continuous integration for MacOS ARM64
- Added support for glTF Draco encoded file
- Added support for dark title bar on Windows (thanks @chirag-droid!)
- Added support for colormap presets, using
--colormap-fileoption - Added a option to reload file automatically when changed on disk (
--watch) - Added support for streaming output images to stdout, using
-filename - Added animation support to Alembic plugin
- Improved OCCT plugin (STEP and IGES files) performance drastically (thanks @snoyer!)
- Improved config file parsing so that it is parsed in file order (thanks @snoyer!)
- Fixed an issue with blur circle of confusion (thanks @snoyer!)
- Fixed an issue with the grid being clipped (thanks @snoyer!)
- Fixed an issue with STEP file coloring (thanks @snoyer!)
- Fixed an issue when time range was not starting at zero (thanks @z-shaffer!)
- Fixed an issue when record file does not exist (thanks @chirag-droid!)
- Fixed an issue when using
--no-renderand--hdri - Fixed an issue with the Windows thumbnailer with process never properly killed (thanks @chirag-droid!)
- Fixed an issue where OCCT would output to terminal
- Fixed an issue with FISH completion
For libf3d users:
- Added a new option
model.point-sprites.typeused to specify how to display points (only ifmodel.point-sprites.enableis true) - Added a
image::toTerminalTextmethod to print image to terminal text (thanks @snoyer!) - Added an
imagemetadata API (thanks @snoyer!) - Added a
vtkextmodule for plugin developer, see the documentation - Added a new f3d component to find_package of,
pluginsdk, require to build plugins against F3D
For F3D packagers:
- Added a CMake report at the end of configuration
- Added a new cmake installation component,
plugin_sdk, needed to compile external plugin against F3D - Added a new cmake installation component,
colormaps, needed for the colormap feature - Fixed multiple issue with static (
BUILD_SHARED_LIBS=OFF) build - Fixed a compilation issue with gcc14 (thanks @topazus!)
- Fixed a compilation issue with OCCT 7.8.0 (thanks @thierry-FreeBSD!)
Thanks to all our packagers that help F3D reach a wider audience: AndnoVember @kylosus @kevinsmia1939 @yurivict @bcdarwin @svenstaro @mzf-guest @papoteur-mga @berolinux @topazus @thierry-FreeBSD
Thanks to all our contributors for this release: @kidharb @kathleenhang @chirag-droid @topazus @thierry-FreeBSD @z-shaffer @snoyer @Meakk @mwestphal
Credits:
Bonsai and Counter point cloud from mip-NeRF 360 and generated using gaussian splatting.
v2.4.0-RC2
v2.4.0-RC2
v2.4.0-RC1
v2.4.0-RC1
v2.3.1
A patch release to fix issues with LFS data, see https://github.com/f3d-app/f3d/releases/tag/v2.3.0 for more info about the content of the 2.3 release.
v2.3.0
π£ Join our community:
F3D Community is welcoming to users and developers alike!
Ask questions, gets involved and starts contributing in a beginner-friendly environment.
β€οΈ Sponsor F3D:
F3D is looking for sponsors!
We have some expanses mainly related to github and web hosting bills, any help to cover the cost would be highly appreciated.
To thank you, we'll offer preferential support and vote on next feature and bugfix as soon as you start sponsoring.
Much love to our unique π’ sponsor for this release @Ramalama2 β€οΈ
π‘ USD format support
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!
π¨οΈ 3MF format support
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.
πͺοΈ VDB format experimental support
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.
π Complete changelog
For F3D users:
- Added
--animation-autoplayoption (libf3d:scene.animation.autoplay) to automatically start animation on file load (Thanks @technologeli !) - Added an experimental
vdbplugin in order to read .vdb files using OpenVDB - Added an
usdplugin in order to read .usd files using OpenUSD - Added .3mf and .x files support in the
assimpplugin - Added a small margin between the model and the grid to avoid potential z-fighting
- Added VTK output to the log when using
--verbose=debugfor easier debug - Reworked the
alembicplugin to read Texture Coordinates and Normals for .abc files - Improved the reading of EXR files using multi-threading for better performance when loading HDRIs
- Improved the documentation on https://f3d.app (thanks @Ramalama2 @jspanchu @felixonmars @zhiyuang !)
- Improved general logging in order to make it easier to understand issues with file and options
- Fixed potential crashes when reading
assimpplugin file formats - Fixed
--grid-absolutefor off-center models (thanks @snoyer !) - Fixed an issue with thumbnail generation showing the log window
- Fixed many interaction issues on non-Qwerty keyboard layout
- Fixed handling of filenames containing commas (thanks @snoyer !)
- Fixed an issue on Windows where the log window would appear on top of F3D window (thanks @jiangsheng !)
- Fixed crashes with specific .obj file
- Fixed an issue with incorrect return code when using headless mode or incorrect options
- Fixed dependency issue with the headless .deb binary release
- Fixed a crash when using a file with more than 254 bones (Requires OpenGL 4.3)
- Fixed an issue with Unicode filenames on the title bar on Windows
- Fixed an issue where focal point picking would generate error messages (thanks @snoyer !)
- Changed
--verboseinto a string based option, eg:--verbose=quietor--verbose=debug.--verboseis still supported. - Changed
--no-renderbehavior so that it doesn't impact verbosity anymore - Changed the default configuration file so that translucency support is enabled by default
- Deprecated
--quiet, use--verbose=quietinstead - Deprecated
--input, use positional argument instead
For libf3d users:
- Added
scene.animation.autoplayoption - Added a
f3d::image::saveBufferAPI to save an image as a file format in memory - Fixed the default name of the window (thanks @shaikan !)
For F3D packagers:
- Added a new optional dependency, OpenUSD. Enable with
F3D_PLUGIN_BUILD_USDCMake option - Added a new optional dependency through VTK, OpenVDB. Enable with
F3D_PLUGIN_BUILD_VDBCMake option - Added a new CMake option to control the link against libatomic. Control with
F3D_LINUX_LIBRARY_LINK_ATOMIC(Thanks @mzf-guest !) - Added two new packages to the list, OpenMandriva and Mageia, thanks @papoteur-mga @berolinux
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
v2.3.0-RC5
v2.3.0-RC5
v2.3.0-RC4
v2.3.0-RC4
v2.3.0-RC3
v2.3.0-RC3
v2.3.0-RC2
v2.3.0-RC2








