Revision fc4886a by Brecht Van Lommel October 4, 2021, 11:58 (GMT) |
Fix T91894: Cycles baking normal maps of transformed objects not working |
Revision dc4c281 by Dalai Felinto 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 |
Revision 23d9953 by Bastien Montagne 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... |
Revision ce6a249 by Sergey Sharybin October 4, 2021, 10:02 (GMT) |
Cleanup: Redundant space at the end of comment |
Revision f2b8647 by Sebastian Parborg 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. |
Revision 37003cb by Sergey Sharybin October 4, 2021, 09:54 (GMT) |
Fix T91867: Error reading tiles with Persistent Data ON |
Revision 87a3cb3 by Bastien Montagne October 4, 2021, 09:14 (GMT) |
Cleanup: `Neighbour` -> `Neighbor`. and other minor UI messages fixes. Blender English should use 'American' variants, not 'British' variants. |
Revision 8c55333 by Bastien Montagne 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 |
Revision e43fcc0 by Campbell Barton October 4, 2021, 02:15 (GMT) |
Cleanup: remove redundant assignment |
Revision 357acd1 by Campbell Barton October 4, 2021, 02:15 (GMT) |
Cleanup: pass arguments as const |
Revision 93e92ac by Campbell Barton October 4, 2021, 02:15 (GMT) |
Cleanup: remove unused assignments |
Revision 3c36698 by Campbell Barton October 4, 2021, 02:14 (GMT) |
Cleanup: use system includes |
Revision 6e48a51 by Campbell Barton 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. |
Revision 6062719 by Campbell Barton October 4, 2021, 02:12 (GMT) |
check_cppcheck: use '--cppcheck-build-dir' Use a temporary directory for faster performance. |
Revision e0e7a55 by Campbell Barton 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. |
Revision e7274de by Campbell Barton 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. |
|