Library changes for Blender 3.6 #104895
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#104895
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Here is the list of all changes to our libraries for the Blender 3.6 release.
temp branch for the 3.6 lib work
tmp_lib_update_36
Summary
Todo
WIP
Done
openimageio 2.4.15
install_linux_packages
script (N/A)openssl 3.1.2
install_linux_packages
script (N/A)python 3.10.13
install_linux_packages
script (N/A)sndfile 1.2.2
install_linux_packages
script (N/A)webp 1.3.2
install_linux_packages
script (N/A)embree 4.1.0 - no version change, there is an additional patch to resolve a crasher.
fd83fdf4f3
)install_linux_packages
script (N/A, not building it)SYCL Unified Runtime fd711c920acc4434cb52ff18b078c082d9d7f44d
887022257d
)install_linux_packages
script N/Afftw3 float version (we already ship double)
install_linux_packages
script N/A (we use default distributions libs)tiff 4.5.1
install_linux_packages
script (N/A)libxml2 2.10.4
install_linux_packages
script (N/A)Python 3.10.12 (update again after 3.10.11)
install_linux_packages
scriptOpenSSL 3.0.9
install_linux_packages
script (N/A)OpenImageIO v2.4.11.0 + rebuild because of #108487 fix
install_linux_packages
scriptMaterialX (no version change, rebuild with render module enabled)
install_linux_packages
scriptFMT 9.1.0 (buildtime dep for oiio)
install_linux_packages
script (N/A)OpenEXR 3.1.7 - With threadpool shutdown fix for windows
install_linux_packages
scriptFFMpeg 6.0
install_linux_packages
scriptFlac 1.4.2
install_linux_packages
script (N/A)IMath 3.1.7
install_linux_packages
scriptOpenPGL 0.5.0
3298c61d1f
)install_linux_packages
scriptSQLite 3.40.1
install_linux_packages
script (N/A)Freetype 2.13.0
install_linux_packages
scriptdpcpp 2022-12
887022257d
)install_linux_packages
script (N/A)Level Zero v1.8.8
887022257d
)install_linux_packages
scriptvcintrinsics 782fbf7301dc73acaa049a4324c976ad94f587f7
887022257d
)install_linux_packages
script (N/A)ocloc 23.05.25593.18
dpcpp
update also updatedocloc
.install_linux_packages
script (N/A)embree 4.1.0 (was 4.0.1 previously)
9e9baa9085
/66b4e426cc
)install_linux_packages
scriptUSD 23.05 + Enable MaterialX option + Various other patches
install_linux_packages
scriptepoxy - rebuild only with optimized flags
ef60b13c1f
)install_linux_packages
script (N/A)wayland 1.22.0
install_linux_packages
script (N/A)wayland_protocols 1.31
ef60b13c1f
)install_linux_packages
script (N/A)fribidi - rebuild only with optimized flags
ef60b13c1f
)install_linux_packages
script (N/A)harfbuzz - rebuild only with optimized flags
ef60b13c1f
)install_linux_packages
script (N/A)sse2neon 1.6.0
install_linux_packages
script (N/A)TBB and libs using it: embree, openimagedenoise, openpgl, opensubdiv, openvdb, usd
install_linux_packages
script (N/A)List of available updates as of today (automatically gathered, could have mistakes)
The only one that really needs a bump is freetype due to a critical CVE
During the last IO meeting, the USD team confirmed they would like to get USD updated to its latest release (23.02).
@brecht I got a request from the hydra people to enable the materialX module in USD, but for that it needs to build materialX with the render module enabled, i vaguely remember linux having some opengl/x11 related lib issues there? Is this still a problem?
During the last IO meeting (notes are not yet published), the USD team also requested the addition of MaterialX support to the USD library builds.
When graphics libraries we have to be careful to ensure they are compatible with Blender requirements, which means:
For the last point, it seems MaterialXRender uses Glad which uses dlopen, so the last point is fine. From what I can tell, the USD usage of MaterialXRender also does not involve using the actual graphics APIs but is merely using some utility functions. So it seems ok to enable for that purpose.