Revision effe047 by Campbell Barton November 2, 2019, 01:29 (GMT) |
Cleanup: rename undo tile x/y members Avoid mixing up pixel/tile location. |
Revision 5b18997 by Campbell Barton November 2, 2019, 01:22 (GMT) |
Revision e83a23a by Campbell Barton November 1, 2019, 22:10 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 4fec2b0 by Campbell Barton November 1, 2019, 22:07 (GMT) |
Revision e9da7a5 by Campbell Barton November 1, 2019, 17:40 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 0dd9e55 by Campbell Barton November 1, 2019, 17:32 (GMT) |
Fix T71247: Outliner pose toggle looses bone selection The outliner didn't account for weight-paint + pose-mode, making it consider all pose bones unselected. When syncing selection, bones were unselected. This adds a context argument to passed to drawing functions since finding the weight-paint pose-object in the drawing loop isn't efficient. |
Revision 89e2a8f by Germano Cavalcante November 1, 2019, 17:23 (GMT) |
Windows: Replace deprecated SHGetFolderPathW No functional change. Differential Revision: https://developer.blender.org/D6172 |
Revision ca56fe6 by Sebastian Parborg November 1, 2019, 16:58 (GMT) |
Fix python error when trying to delete presets In some cases the default data paths for blender does not exist. For example on windows when using the portable install. This would lead to errors when trying to lookup default paths in is_path_builtin. Now we handle cases like this gracefully. |
Revision 8883317 by Harley Acheson November 1, 2019, 16:02 (GMT) |
UI: Disk to Disc Spelling Change Identifiers for icons representing optical drives should use 'disc', not 'disk'. Differential Revision: https://developer.blender.org/D6166 Reviewed by Julian Eisel |
Revision 5840c17 by Jeroen Bakker November 1, 2019, 14:10 (GMT) |
Fix T70725: Frame Symmetry Stroke Frame Selected centers around the last valid stroke. When Symmetry is enabled the last mirrored `location` was added to the `average_stroke_accum` in stead of the original stroke location. This patch will add the `true_location` to the `average_stroke_accum`. This contains the original stroke location. Issue happened in Vertex and Weight paint. Reviewed By: Pablo Dobarro Differential Revision: https://developer.blender.org/D6161 |
Revision f5b09ae by Antonio Vazquez November 1, 2019, 13:31 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 1121e1f by Antonio Vazquez November 1, 2019, 13:30 (GMT) |
Revision c1f8268 by Campbell Barton November 1, 2019, 00:24 (GMT) |
Fix T60607: Spin tool duplicates after Spin Duplicate |
Revision 61bf51a by Campbell Barton October 31, 2019, 23:53 (GMT) |
Cleanup: pep8 for examples |
Revision c11d3c1 by Campbell Barton October 31, 2019, 23:45 (GMT) |
Cleanup: correct logical error in last commit Worked because: -INT_MIN == INT_MIN |
Revision ddf20fa by Campbell Barton October 31, 2019, 21:52 (GMT) |
Revision e1c9c01 by Campbell Barton October 31, 2019, 20:33 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 78ad368 by Campbell Barton October 31, 2019, 19:29 (GMT) |
Fix inability to toggle pose-mode without sync-selection - There was no way to select some kinds of data without activating them. - Pose mode could not be activated at all. No change to behavior with sync-selection enabled. |
Revision 44d67b6 by Germano Cavalcante October 31, 2019, 17:09 (GMT) |
Transform: Add option to exclude back facing geometry from snapping Add new `Backface Culling` option to the snapping properties. This option has nothing to do with the view3d display or the workbench `Backface Culling` option. Limitation: - In edit mode, this option only affects snap to faces. Maniphest Tasks: T71217 Differential Revision: https://developer.blender.org/D6155 |
Revision 3c32c5c by Ray molenkamp October 31, 2019, 15:45 (GMT) |
make.bat: Warn user about missing svn.exe |
|