Blender Git Commits

Blender Git commits from all branches.

Page: 532 / 2888

February 16, 2021, 08:46 (GMT)
Cleanup: Remove unused constants.
February 16, 2021, 08:46 (GMT)
Added poll function to only select multilayer OpenEXRs.
February 16, 2021, 05:42 (GMT)
Add error message in attribute randomize node
February 16, 2021, 05:42 (GMT)
Fix crash with undo
February 16, 2021, 03:49 (GMT)
Rewrite error message API for generality as general "UI storage"
February 15, 2021, 19:28 (GMT)
Merge branch 'draw_node_to_cpp' into temp-node-error-messages
February 15, 2021, 19:27 (GMT)
Compile draw_node.c with C++
February 15, 2021, 19:03 (GMT)
Cycles: refactor intrinsic functions implementation

* Add processor independent fallbacks
* Use uint32_t and uint64_t types
* Remove unused functions
* Better comments and less indentation

Ref D8237, T78710
February 15, 2021, 19:03 (GMT)
Cycles: add support for Arm Neon instructions using sse2neon

Based on patch contributed by Apple and Stefan Werner.

Ref D8237, T78710
February 15, 2021, 18:41 (GMT)
Sculpt Expand: rename texture options to distortion
February 15, 2021, 18:11 (GMT)
Sculpt: Move geodesic distances code to its own file
February 15, 2021, 18:09 (GMT)
Merge branch 'master' into temp-node-error-messages
February 15, 2021, 18:07 (GMT)
Sculpt Expand: Fix face set snapping with Multires
February 15, 2021, 18:05 (GMT)
macOS: add Embree, OpenImageDenoise and sse2neon libraries for ARM

This required using a fork of Embree, newer LLVM version, unreleased ISPC
version and sse2neon directly from Git. Hopefully over time all the required
changes end up in official releases. For now we deviate from other platforms.

Patch based on contributions by Apple and Stefan Werner.

Ref D9527, D8237, T78710
February 15, 2021, 18:05 (GMT)
BLI: add BLI_simd.h header to wrap SSE includes

In preparation of adding Neon support.

Ref T78710
February 15, 2021, 18:05 (GMT)
macOS: use sse2neon to emulate SSE instructions with Arm Neon

* WITH_CPU_SSE was renamed to WITH_CPU_SIMD, and now covers both SSE and Neon.
* For macOS sse2neon.h is included as part of the precompiled libraries.
* Adding Linux support should be possible too, but the best way to handle this
library without official releases or availability in distributions is to be
decided still.

Ref T78710
February 15, 2021, 18:05 (GMT)
Cycles: refactor intrinsic functions implementation

* Add processor independent fallbacks
* Use uint32_t and uint64_t types
* Remove unused functions
* Better comments and less indentation

Ref D8237, T78710
February 15, 2021, 18:05 (GMT)
Cycles: add support for Arm Neon instructions using sse2neon

Based on patch contributed by Apple and Stefan Werner.

Ref D8237, T78710
February 15, 2021, 17:57 (GMT)
Initial broken implementation
February 15, 2021, 17:56 (GMT)
Sculpt Expand: Fix crash when editing an existing face set with Multires
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021