While blender does support building with python 3.10,
numpy doesn't support 3.10 yet so keep python version at 3.9 for now.
Thumbnailer is now a compiled app instead of py script.
Add options for new features and some that didn't get added earlier .
PR: 260308
Sponsored by: Netzkommune GmbH.
Intel oneAPI tbb 2021.1 (onetbb) has been released[1][2] and has deprecated
several interfaces over tbb 2020, breaking most dependent ports.
Old tbb 2020 will be kept for a certain time to allow transition but will be
removed in a near future as it CONFLICTS with devel/onetbb. New ports should
now use devel/onetbb instead of devel/tbb.
We tried to move a maximum number of dependent ports to devel/onetbb (or
disable dependency when not possible), but some of them still remain stuck
to devel/tbb. Remaining ones have not been identified as major dependencies
themselves and will be fixed as soon as updates are available from upstream.
PR: 252648, 252688 [3], 252683 [4], 252651 [5], 252690 [3], 252693 [3],
252695 [3], 252696 [3], 252786 [3], 252649, 252868 [6], 252870 [5],
252684 [7], 252785 [7]
Approved by: yuri [3], jwb [4], thierry [5], FreeBSD@Shaneware.biz [6],
maintainer timeout [7]
[1] https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
[2] https://software.intel.com/content/www/us/en/develop/articles/tbb-revamp.html
- Changes needed for blender to work with OSL 1.10.x
- Switch to using llvm60 and patch included osl scripts.
- Also includes support for opencollada >= 1.6.65
PR: 225942
Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz>
Detailed maintainer log:
- Update graphics/blender to 2.79b
- Add Alembic option to include graphics/alembic for import/export options
- Modernize cmake options
- Add py-numpy as a dependency now that flavours can give us the py35
version. This is expected to be in place by several addons.
- Add USES=compiler:c++14-lang to build using clang50, this fixes the
build on 10.4 and is already a dependency through opengl.
PR: 227644
Submitted by: FreeBSD@ShaneWare.Biz (maintainer)
While here, add patch for blender to fix it's build with this new version of
openimageio.
PR: 216601
Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer)
- Switch to SDL2 as dependency, if the SDL option is set. Blender's
dependency detection favours SDL2 over SDL
- Fix some missing LIB_DEPENDS
- Make boost a default dependency for Blender. Too many optional
features depend on it
- Include the libc++ 3.8.0 fix from PR 209614
Blender 2.77 comes with hundreds of bug fixes and many new features,
such as
* improved subsurface scattering and GPU support for cycles
* improved sculpting workflows
* better antialiasing for OpenGL renderers in the UI
* speedups for the gaussian blur effect in the sequencer
* improved weight-painting behaviour
* and many more
Changelog: https://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.77
Blender 2.76 comes with hundreds of bug fixes and many new features,
such as
* support for Pixar's OpenSubdiv technology
* huge performance improvements for the viewport
* auto-offset support for nodes
* new point density texture support for cycles
* new modeling tools
Changelog: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.76
- Use blender's installation process instead of using our own
This blender release comes with a couple of major improvements, such as
* improved volume rendering and area light shading via cycles
* better fullscreen support for the user interface
* a major upgrade of the grease pencil tool (especially stroke animations)
* improved motion tracking
* and many more
Changelog: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.73
- Add LICENSE
- Switch to new LIB_DEPENDS format
- Enabling staging support
- Simplify OPTION knob handling
- Unbreak the build on 8.x, 10.x and CURRENT after the update of
graphics/opencv and graphics/openshadinglanguage, which require
llvm3.3
Supported by: tijl@, Shane Ambler <FreeBSD@ShaneWare.Biz>
i386 systems without SSE2 to build blender properly
- Add CYCLESOSL option to add support for cycles render shaders
- Clean up some PLIST_SUB leftovers
PR: ports/175490
Submitted by: chris@imagemetrica.com
- Added blender wrapper script for setting up an initial $HOME/.blender
link to point to the blender data directory (for easier script usage).
- Install additional scripts
- Install additional locales on demand
- Install additional docs on demand
- Pass maintainership to submitter
PR: ports/130753
Submitted by: Marcus von Appen <mva@sysfault.org>