Blender Git Commit Log

All Blender Git commits.

Page: 1878 / 8462

February 11, 2020, 13:52 (GMT)
Revert "Squashed UDIM patch (D3509) another time"

This reverts commit 5f820329b0f9e423ea68ccd3f7e9953806e7c89f.
February 11, 2020, 13:52 (GMT)
Style: Rename processor arguments in C api and glsl impl.
February 11, 2020, 13:51 (GMT)
Fix: Build error on windows

USD "library" directory was not set, leading to an error
during the INSTALL phase.
February 11, 2020, 13:14 (GMT)
Merge branch 'blender-v2.82-release'
February 11, 2020, 13:04 (GMT)
Fix T73675: Leaving exit mode tags all objects for update

This is an oversight of a fix for T69834, where I didn't realize the
ED_object_editmode_exit_ex() function is called for all objects as an
opposite of only the ones which were in edit mode.

Seems a simple fix: just move tag into a check that object was in the
edit mode prior to tag.

Differential Revision: https://developer.blender.org/D6808
February 11, 2020, 12:21 (GMT)
Add comment about UI color space
February 11, 2020, 11:15 (GMT)
Merge branch 'blender-v2.82-release'
February 11, 2020, 11:12 (GMT)
Fix memory leak with 2D image painting

Regression from c30d6571bb477
February 11, 2020, 11:11 (GMT)
undoexp: remove second libmap for re-used existing datablock addresses.

These should not be needed anymore, since they were used by re-used
data-blocks, which are not lib-linked anymore.
February 11, 2020, 10:58 (GMT)
GPencil: Fix typo error in struct name for write

This produced errors loading the mask list.
February 11, 2020, 10:54 (GMT)
undoexp: do not liblink re-used datablocks anymore.

Since all existing IDs are supposed to use their same memory address,
unchanged data-blocks should not have any changed pointer to other IDs,
so no need to liblink them at all.

Note that am not 100% sure that is fully valid currently, as we use ID
names to find old IDs, which is not 100% safe and secure solution...
February 11, 2020, 10:52 (GMT)
GPencil: Fix merge layers operator to merge Mask list
February 11, 2020, 10:38 (GMT)
undoexp: Fix crash due to stupid mistake in recent merges' updates.
February 11, 2020, 10:24 (GMT)
GPencil: Add new Hide and Invert icons to Masks
February 11, 2020, 10:00 (GMT)
Documentation: add note on altering data from frame change handlers

Blender can crash while rendering, when scene data is changed from within
a `frame_change_pre` or `frame_change_post` callback function. This results
in bug reports like T60094, T67627, and T73530. Until this is properly
resolved, this limitation should be documented.

No functional changes.
February 11, 2020, 09:53 (GMT)
GPencil: Add limit control for number of masking layers
February 11, 2020, 09:17 (GMT)
Fix T68243: Python sqlite module not working on macOS
February 11, 2020, 08:01 (GMT)
Merge branch 'greasepencil-object' into greasepencil-refactor
February 11, 2020, 08:01 (GMT)
Merge branch 'master' into greasepencil-object
February 11, 2020, 07:45 (GMT)
CLeanup: clang-format
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021