Blender Git Commits

Blender Git "master" branch commits.

Page: 122 / 5574

October 4, 2021, 11:58 (GMT)
Fix T91894: Cycles baking normal maps of transformed objects not working
October 4, 2021, 10:42 (GMT)
Cleanup: Reverting submodules hash

This partially reverts commit e62ce9e08e919f25aad444f378947f6be932730f.
October 4, 2021, 10:21 (GMT)
Fix camera border bug in passepartout render view

{F10761402}

With active viewport render from camera view, the camera border shows up, even when passepartout and overlays are disabled.

By moving the line-drawing code to the passepartout section, it is effectively disabled when passepartout is off.

Reviewed By: sebastian_k

Differential Revision: https://developer.blender.org/D12745
October 4, 2021, 10:17 (GMT)
I18n tools: Fix issue when extracting messages on release builds.

This was also affecting prototype of buildbot-driven UI messages
extraction...
October 4, 2021, 10:02 (GMT)
Cleanup: Redundant space at the end of comment
October 4, 2021, 09:55 (GMT)
Fix session uuid ghash comparison return value

Because of legacy reasons (C string compare function returning 0 when
strings are equal), the ghash compare function is expected to return
false when hashes are equal.
October 4, 2021, 09:54 (GMT)
Fix T91867: Error reading tiles with Persistent Data ON
October 4, 2021, 09:14 (GMT)
Cleanup: `Neighbour` -> `Neighbor`. and other minor UI messages fixes.

Blender English should use 'American' variants, not 'British' variants.
October 4, 2021, 07:43 (GMT)
Cleanup: tag unused parameters as such.
Revision fc6228b by Falk David
October 4, 2021, 06:15 (GMT)
Fix T91873: Crash when opening properties panel

This patch fixes a crash that was recently introduced by rB5cebcb415e76.
The reason were missing poll functions in the UI and operator.

Reviewed By: ISS

Maniphest Tasks: T91873

Differential Revision: https://developer.blender.org/D12736
October 4, 2021, 02:15 (GMT)
Cleanup: remove redundant assignment
October 4, 2021, 02:15 (GMT)
Cleanup: pass arguments as const
October 4, 2021, 02:15 (GMT)
Cleanup: remove unused assignments
October 4, 2021, 02:14 (GMT)
Cleanup: use system includes
October 4, 2021, 02:12 (GMT)
check_cppcheck: use quiet output

Without this, each cppcheck invocation included all defines/includes
flooding the console with unhelpful information.

Also remove nonexistent directory to exclude.
October 4, 2021, 02:12 (GMT)
check_cppcheck: use '--cppcheck-build-dir'

Use a temporary directory for faster performance.
October 4, 2021, 02:12 (GMT)
project_source_info: queue_processes() now waits for jobs to finish

queue_processes() - used for some of the "make check_*" utilities,
wasn't waiting for all jobs to finish before returning.

This conflicted with running cleanup operations.
October 4, 2021, 02:12 (GMT)
Fix possible NULL pointer deference

The pointer was referenced before being checked.
Revision cc8fa3e by Hans Goudey
October 4, 2021, 01:28 (GMT)
Fix T91904: Assert when loading empty CurveProfile

Somehow, the file from T71329 has an empty curve profile. While that may
be a problem in itself, it's reasonable to avoid asserts or crashes when
loading or drawing such a CurveProfile. This commit just makes sure the
table always has a single vertex, and adds some checks in drawing code.
Revision dfdc9c6 by Hans Goudey
October 4, 2021, 00:52 (GMT)
Cleanup: Make more functions static

This simplifies the surface of the API for a CurveProfile.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021