Blender Git Commit Log

All Blender Git commits.

Page: 2254 / 8462

August 20, 2019, 07:57 (GMT)
Merge branch 'master' into functions
August 20, 2019, 07:45 (GMT)
Memory: Fix guarded aligned malloc with small alignment

When calling `MEM_guarded_mallocN_aligned` with an alignment of 4,
a pointer that was returned that is 4 byte but not 8 byte aligned.
When freeing this pointer, `MEM_guarded_freeN` thinks that it is an
illegal pointer, because it asserts that `((intptr_t)memh) & 0x7 == 0`.

The fix is to always use at least 8 byte alignment.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D5529
August 20, 2019, 07:17 (GMT)
Fix compiling with WITH_OPENXR disabled
August 19, 2019, 23:08 (GMT)
Cleanup: outliner range selection

No functional changes. This commit simplifies the recursive call,
removes unneeded function calls, and adds comments.
August 19, 2019, 22:55 (GMT)
Blacklist VR add-on in Python tests if WITH_OPENXR is disabled
August 19, 2019, 22:49 (GMT)
Outliner: Add range extend select

Add support for ctrl+shift+lmb to default and industry compatible
keymaps to select a range without removing the existing selection.
August 19, 2019, 22:12 (GMT)
Expose WITH_OPENXR build option to Python API
August 19, 2019, 21:44 (GMT)
Prepare Toggle VR Session operator to be enabled by an add-on
August 19, 2019, 19:05 (GMT)
GPencil: Improve reproject operator in surface mode

This change was applied to GP branch during the period 2.80 cannot be updated. Now the patch can be moved to master.

The commit fix the problem when reproject over surface in multiframe mode and the surfaces can moved.

Also improved the surface algorithm thanks to Lukas W (@geloescht).

New Algorithm: Differential Revision: https://developer.blender.org/D4878

Tested by @mendio and @pepeland
August 19, 2019, 18:56 (GMT)
GPencil: Cleanup comments.
August 19, 2019, 18:37 (GMT)
Merge branch 'master' into greasepencil-object
August 19, 2019, 18:32 (GMT)
GPencil: Change UI scale for z-depth offset

Actually, the value for this parameter must be in the order of 0.00001 and this makes the UI uncomfortable.

Now, the value is divided by 1000 internally and the UI values are more logic.

Reviewers: mendio, pepeland

Differential Revision: https://developer.blender.org/D5528
August 19, 2019, 18:19 (GMT)
Fix build error with OpenImageDenoise after recent changes for dynamic linking

CMake variables are case sensitive.
August 19, 2019, 17:23 (GMT)
Fix T68831: use NULL instead of the wrong pointer to read default array.

The pointer argument is supposed to be the object the property belongs
to, not a pointer to the property metadata itself. This only worked
before because the argument was never used.
August 19, 2019, 17:14 (GMT)
Merge branch 'master' into asset-engine

Conflicts:
source/blender/blenkernel/intern/library.c
August 19, 2019, 17:11 (GMT)
LibOverride: add some more missing override flags for RNA ID pointers.
August 19, 2019, 16:42 (GMT)
Merge branch 'master' into functions
August 19, 2019, 16:35 (GMT)
Cycles: Remove some debug flags
August 19, 2019, 16:34 (GMT)
cleanup Map
August 19, 2019, 16:30 (GMT)
UI: File Browser Large Thumbnails with Drives

This updates the prvicon sheet to a version that includes storage drives
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021