Blender Git Commits

Blender Git "master" branch commits.

Page: 1421 / 5574

December 5, 2018, 16:22 (GMT)
GP: Tag datablock after mode change
December 5, 2018, 16:03 (GMT)
GP: Add icon for Arc primitive
December 5, 2018, 15:59 (GMT)
GP: Fix precision issue with Circle and Arc tools

Differential Revision: https://developer.blender.org/D4030
December 5, 2018, 15:57 (GMT)
Fix In front option not working in solid mode
December 5, 2018, 15:57 (GMT)
GPU: Fix gpu workaround detection
December 5, 2018, 15:55 (GMT)
Fix T58762: Issue with weight painting on deformed mesh

Was initially reported when painting on a mesh with armature,
which was failing due to missing bbone cache. The issue was
deeper, and was related on the way which object was used to
calculate crazyspace.
December 5, 2018, 15:46 (GMT)
Merge remote-tracking branch 'origin/master' into blender2.8
December 5, 2018, 15:44 (GMT)
deps: update opencollada to v1.6.68
December 5, 2018, 15:36 (GMT)
Fix T58391: correctly handle Curve Shape Key layout in Python API.

The layout changed when the radius property was added to shape
keys in 2.8, but the RNA code wasn't updated.

Also, even before that, the code didn't do anything to correctly
handle mixing sub-curves of different type (nurbs vs bezier) in
the same Curve object. Now that case is handled correctly but not
very efficiently by allocating a mapping table when necessary. To
recover some performance, a custom index lookup function is added.
December 5, 2018, 15:31 (GMT)
GP: Disable Draw Modes if enable Annotation

When enable annotations with a grease pencil object, the GP Object must be set to Object mode because the annotation Draw and the GP draw are incompatible.
December 5, 2018, 14:47 (GMT)
Fix T58764: solid mode error
December 5, 2018, 14:47 (GMT)
Fix T58726: Pixels not being drawn if dpi scalling > 1
December 5, 2018, 14:37 (GMT)
Don't tag objects from inside function which is used by dependency graph

This partially reverts 9edc64e255b. If tag is needed, do it outside of
dependency graph evaluation.
December 5, 2018, 14:35 (GMT)
Remove old dependency graph

Yes, again.
December 5, 2018, 14:22 (GMT)
Fix T58794: extended shading pie menu wrong order in lookdev mode.
December 5, 2018, 14:15 (GMT)
Merge branch 'master' into blender2.8
December 5, 2018, 14:14 (GMT)
Fix (unreported) building Cycles tests with Embree enabled.
December 5, 2018, 13:53 (GMT)
Fix T58104: Duplicated previews for Matcaps/HDRIs in portable installs

Reviewers: brecht

Maniphest Tasks: T58104

Differential Revision: https://developer.blender.org/D4028
December 5, 2018, 13:41 (GMT)
Merge branch 'master' into blender2.8
December 5, 2018, 13:40 (GMT)
Fix T58756: crash changing shading.type in 3D viewport in inactive screen.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021