Blender Git Commits

Blender Git "master" branch commits.

Page: 911 / 5574

February 11, 2020, 09:17 (GMT)
Fix T68243: Python sqlite module not working on macOS
February 11, 2020, 07:45 (GMT)
CLeanup: clang-format
February 11, 2020, 07:24 (GMT)
Cleanup: minor edit to last commit

Avoid repeating the fallback return.
February 11, 2020, 07:21 (GMT)
Fix T73348: Surface Deform distortion on bind with small faces

Thanks to @CodyWinch for finding the root cause
February 11, 2020, 06:20 (GMT)
Merge branch 'blender-v2.82-release'
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
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.
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.
February 11, 2020, 01:23 (GMT)
Cleanup: remove duplicate, commented structs
February 11, 2020, 01:04 (GMT)
Cleanup: extra semicolons, comma use, undeclared vars
February 11, 2020, 00:54 (GMT)
Cleanup: unused headers
February 11, 2020, 00:37 (GMT)
Cleanup: add license header, use header guards
February 11, 2020, 00:29 (GMT)
Doc: update to T73699 fix

It's important to refer to "other selected objects" in this case.
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.
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.
February 10, 2020, 19:08 (GMT)
Fix T72883: Correct Context Usage
February 10, 2020, 18:38 (GMT)
Fix T73699: Unhelpful error message when trying to knife project a manifold object
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
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021