Blender Git Commits

Blender Git "master" branch commits.

Page: 997 / 5574

November 2, 2019, 01:29 (GMT)
Cleanup: rename undo tile x/y members

Avoid mixing up pixel/tile location.
November 2, 2019, 01:22 (GMT)
T71094: anchored & drag-dot brushes paint continuously

Error from 151cc02b6f823
November 1, 2019, 22:10 (GMT)
Merge branch 'blender-v2.81-release'
November 1, 2019, 22:07 (GMT)
Fix T48034: Camera image offsets were scaled by image aspect

Offset now matches Blender 2.7x.
November 1, 2019, 17:40 (GMT)
Merge branch 'blender-v2.81-release'
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.
November 1, 2019, 17:23 (GMT)
Windows: Replace deprecated SHGetFolderPathW

No functional change.

Differential Revision: https://developer.blender.org/D6172
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.
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
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
November 1, 2019, 13:31 (GMT)
Merge branch 'blender-v2.81-release'
November 1, 2019, 13:30 (GMT)
Fix T71251: Move Strokes to Layer slider gets wonky

This parameter must be hidden.
November 1, 2019, 00:24 (GMT)
Fix T60607: Spin tool duplicates after Spin Duplicate
October 31, 2019, 23:53 (GMT)
Cleanup: pep8 for examples
October 31, 2019, 23:45 (GMT)
Cleanup: correct logical error in last commit

Worked because: -INT_MIN == INT_MIN
October 31, 2019, 21:52 (GMT)
Sequencer: use all selected strips for select side operator

D6127 by @a.monti with edits.
October 31, 2019, 20:33 (GMT)
Merge branch 'blender-v2.81-release'
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.
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
October 31, 2019, 15:45 (GMT)
make.bat: Warn user about missing svn.exe
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021