Revision 757da61 by Brecht Van Lommel February 11, 2020, 09:17 (GMT) |
Fix T68243: Python sqlite module not working on macOS |
Revision baa4b5e by Campbell Barton February 11, 2020, 07:45 (GMT) |
CLeanup: clang-format |
Revision 452674d by Campbell Barton February 11, 2020, 07:24 (GMT) |
Cleanup: minor edit to last commit Avoid repeating the fallback return. |
Revision c5d0a23 by Campbell Barton February 11, 2020, 07:21 (GMT) |
Fix T73348: Surface Deform distortion on bind with small faces Thanks to @CodyWinch for finding the root cause |
Revision e08c212 by Campbell Barton February 11, 2020, 06:20 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 3a1af74 by Campbell Barton February 11, 2020, 06:13 (GMT) |
Fix T73682: Sampling color fails for float images |
February 11, 2020, 05:27 (GMT) |
Fix T73695: line highlight jitters with smooth scroll |
Revision 50d5c03 by Campbell Barton February 11, 2020, 03:10 (GMT) |
UI: Use popup dialog for make single user from operator search Use a popup since the default action was to do nothing, the user would always need to access the redo panel. Resolves T73711. |
Revision ad2a840 by Campbell Barton February 11, 2020, 02:20 (GMT) |
Fix T56108: Crash editing corrupted vertex groups While the file in this report had corrupted values, this is avoidable without adding any extra overhead. Use unsigned vertex group indices since we don't need negative values, this is an alternative to checking they aren't negative in many places. Vertex group values over INT_MAX is still considered invalid, so any accidental unsigned wrapping won't be silently ignored. |
Revision 56a4ee3 by Campbell Barton February 11, 2020, 01:23 (GMT) |
Cleanup: remove duplicate, commented structs |
Revision 3e6e9ce by Campbell Barton February 11, 2020, 01:04 (GMT) |
Cleanup: extra semicolons, comma use, undeclared vars |
Revision 9f07c03 by Campbell Barton February 11, 2020, 00:54 (GMT) |
Cleanup: unused headers |
Revision 906b8a2 by Campbell Barton February 11, 2020, 00:37 (GMT) |
Cleanup: add license header, use header guards |
Revision a66b949 by Campbell Barton February 11, 2020, 00:29 (GMT) |
Revision 7d6c08b by Campbell Barton February 11, 2020, 00:27 (GMT) |
Doc: simplify T72883 fix Code example made it seem setting the active object was more complex than a single assignment. |
Revision 1c61f3e by Campbell Barton February 11, 2020, 00:21 (GMT) |
RNA: Raise error assigning an active object which doesn't exist Previously this silently cleared the view layers active object. |
Revision 189e96b by Aaron Carlisle February 10, 2020, 19:08 (GMT) |
Fix T72883: Correct Context Usage |
Revision 974dc28 by Aaron Carlisle February 10, 2020, 18:38 (GMT) |
Fix T73699: Unhelpful error message when trying to knife project a manifold object |
Revision 78cf61c by Pablo Dobarro February 10, 2020, 18:38 (GMT) |
Fix T72690: Do not draw points behind the viewport camera in the paint cursor In some situations the symmetry point may be behind the camera, so the projection is inverted and it looks wrong. This avoids drawing points in screen space when they are behind the camera. Reviewed By: jbakker Maniphest Tasks: T72690 Differential Revision: https://developer.blender.org/D6487 |
Revision 51b6721 by Pablo Dobarro February 10, 2020, 18:38 (GMT) |
Revert "Sculpt: Remove partial viewport updates from sculpt stroke code" This reverts commit 394b48029c5335381f774f83524ad6ee5cb986da. Leaving this here does not affect performance in any significant way and it may be useful in the future. Reviewed By: brecht Differential Revision: https://developer.blender.org/D6688 |
|