Skip to end of banner
Go to start of banner

Blender

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Current »

This page is a work in progress !

Motivation

Blender is quite possibly the most popular 3D modelling appplication available, definitely the most popular free one. Enabling it would give considerably better performance on ARM64 platforms for Windows.

To run it, you need latest version of Adreno GPU driver: https://www.qualcomm.com/products/mobile/snapdragon/pcs-and-tablets/snapdragon-8-series-mobile-compute-platforms/snapdragon-8cx-gen-3-compute-platform#Software

Status

WIP - PR to blender ongoing for full release builds.

Dependencies

All are enabled except OpenPGL, DPCPP, and OIDN2.

A full list can be seen here: https://projects.blender.org/blender/blender/src/branch/main/build_files/build_environment/cmake/versions.cmake

Todo

Engage with upstream for PR.

Known Limitations

Only 8cx Gen3 and above devices work. OIDN does not wor, and must be unchecked for cycles renders to complete successfully.

Compiling notes

This must be done on a WoA machine - cross-compiling is not supported.

Compiling via build script

There is a build script written, which takes care of many of the interim steps required to build and run the semi-release version of Blender, available here: https://gitlab.com/Linaro/windowsonarm/packages/blender/-/tree/master/

It currently pulls our internal fork of blender, which has patches applied that are required to compile/run Blender.

To use:

Contributing changes to internal fork

If you wish to contribute changes to our internal fork, you may do so by making a merge request for your changes here: https://gitlab.com/Linaro/windowsonarm/forks/blender/

The build script automatically clones this repo into a folder named “blender”.

If you have any questions, queries, or concerns, contact Anthony Roberts

Running

This is a reasonably up to date build. For a bleeding-edge build, please contact anthony.roberts@linaro.org

Download the artifacts produced from our nightly build of blender: https://woastorage.blob.core.windows.net/packages/blender/blender_woa.zip

  • No labels