Blender Git Commit Log

All Blender Git commits.

Page: 1854 / 8462

February 18, 2020, 15:38 (GMT)
Cleanup: clang-format.
February 18, 2020, 15:28 (GMT)
Modifiers: Laplacian Smooth modifier add invert vgroup option

Adds the invert vgroup option to the Laplacian Smooth modifier.

Differential Revision: https://developer.blender.org/D6842
February 18, 2020, 14:49 (GMT)
Remove usercount handling from ui stuff in reafile as well.
February 18, 2020, 14:39 (GMT)
Fix bad placement of ID refcount recomputation in readfile.
February 18, 2020, 14:38 (GMT)
Fix Embree failing on objects with a very high number of motion steps

Set the limit to 129 to match Embree. This applies to all devices for
consistent render results.

Ref T73778
February 18, 2020, 14:25 (GMT)
Merge branch 'master' into greasepencil-object
Revision 003a97e by Ray Molenkamp (master)
February 18, 2020, 13:42 (GMT)
Cycles: Fix failing avxf cross test on AVX2

cycles_util_avxf_avx2_test failed on the cross test, since
it wasn't immediately clear why, the test was disabled.

After looking into it, this test when build for AVX2 is
generating FMA instructions where the intermediate results
have "infinite" precision [1] leading to slightly different
results.

This diff re-enables the cross test and allows for a small error
in the results.

[1] https://www.felixcloutier.com/x86/vfmadd132ps:vfmadd213ps:vfmadd231ps

Differential Revision: https://developer.blender.org/D6873

Reviewers: brecht
February 18, 2020, 13:39 (GMT)
Merge branch 'master' into readfile-rework-refcount-handling
February 18, 2020, 13:38 (GMT)
Cleanup: protect parameters of `FOREACH_MAIN_ID` & co macros.
February 18, 2020, 13:38 (GMT)
Fix (unreported) wrong handling of usercount in `BKE_workspace_add()`.

This does not seem to be an actual issue in current master code (as
creating a new ID will assign 1 user to it by default), but is breaking
generic usercount handling in future changes.
February 18, 2020, 12:47 (GMT)
GPencil: Fix eyedropper color conversion

This was removed by error.
February 18, 2020, 11:23 (GMT)
Code cleanup EEVEE Render Passes

The render passes didn't follow the DrawManager way of doing things. It added new geometry and shading groups during drawing. This would make it harder to migrate to Vulkan later on.

This change will re-implement this part by using uniform references.

Reviewed By: Cl�ment Foucault

Differential Revision: https://developer.blender.org/D6875
February 18, 2020, 11:12 (GMT)
Fix T62612: Saving with "Remap Relative" makes ALL paths relative
February 18, 2020, 10:24 (GMT)
Merge branch 'master' into readfile-rework-refcount-handling
February 18, 2020, 10:22 (GMT)
libquery: add optional handling of 'UI' ID pointers.

Handling those through different ways /might/ be needed sometimes, but
in most case this is just a nest of issues, since you can easily forget
to take them into account.

Note that this should be a 'non-functional' change, as this new behavior
is not used anywhere yet.
February 18, 2020, 10:16 (GMT)
GPencil: Fix renamed functions after merge
February 18, 2020, 10:13 (GMT)
Merge branch 'master' into greasepencil-object
February 18, 2020, 10:11 (GMT)
Fix T73960: GPencil can't convert while it is a separate from old strokes

The problem was the new object hadn't any layer active.
February 18, 2020, 10:06 (GMT)
Merge branch 'undo-experiments' into undo-experiments-swap-reread-datablocks
February 18, 2020, 10:01 (GMT)
Merge branch 'id-ensure-unique-memory-address' into undo-experiments
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021