Blender Git Commits

Blender Git "master" branch commits.

Page: 1400 / 5574

December 18, 2018, 19:27 (GMT)
Fix T59104: Snapping: Align rotation to target broken in edit mode.

This has been unbelievably painful to understand... And solution is only
partially good actually, we may even want a single axis for all the
islands in that case? But for now this is giving much better results
already, compared to the random crazyness it used to produce.
December 18, 2018, 19:18 (GMT)
Fix T58335: Grease Pencil Objects in Edit Mode have transform gizmos in wrong location

Original fix P874 with changes from @brecht
December 18, 2018, 18:48 (GMT)
Potential fix for sculpt mask diffuse color drawing update

The sculpt mask diffuse color is not working right now. But when it does it
should follow on the fix for the sculpt mask drawing update (e113b402bd57).
December 18, 2018, 18:36 (GMT)
Fix Sculpt mask enable/disable does not update drawing immediatelly

Reported as part of T59576.
December 18, 2018, 16:52 (GMT)
Fix T59569: crashes when generate rig.

The fix in 9fa408f51b missed one place that needed the
check, causing the assert because of incomplete data.
December 18, 2018, 16:50 (GMT)
Fix for T59325. Constraint to Fcurve in Motion Tracking was broken

The check was wrongly ported from querying selection to setting selection.

Reviewers: sergey, brecht

Subscribers: brecht, ElDirector

Tags: #motion_tracking

Differential Revision: https://developer.blender.org/D4074
December 18, 2018, 15:51 (GMT)
GP: Primitive: Fix flickering when using a noise brush

Previously, the random values were generated every draw, now they are generated once.
December 18, 2018, 14:30 (GMT)
Fix enum icon button size for fractional UI scale.

Err on the side of too much padding.
December 18, 2018, 14:30 (GMT)
Fix edit mesh component buttons width not being consistent.

Differential Revision: https://developer.blender.org/D4087
December 18, 2018, 14:20 (GMT)
Fix T59536: safe area values were swapped

Reviewers: brecht

Differential Revision: https://developer.blender.org/D4097
December 18, 2018, 14:10 (GMT)
Merge branch 'master' into blender2.8
December 18, 2018, 14:07 (GMT)
Fix T59564: Huion pen pressure not working on Linux, after recent changes.
December 18, 2018, 14:07 (GMT)
Fix T59009: UV unwrapp correct aspect fails on some shapes.

Differential Revision: https://developer.blender.org/D4095
December 18, 2018, 13:58 (GMT)
Fix T55105: Smoke Emission from particles was ignoring lattice deformer
on the particles
December 18, 2018, 13:51 (GMT)
Fix crash with armature custom bone in wireframe mode
December 18, 2018, 13:39 (GMT)
Fix T59484: Particles Lattice deform fails

this was working for object/collection display/render but lattice was
not taken into account for non object/collection display/render types
(halo, axis, cross, circle, ...)

Reviewers: sergey, brecht

Maniphest Tasks: T59484

Differential Revision: https://developer.blender.org/D4096
December 18, 2018, 13:27 (GMT)
Fix T59529: Auto smooth not working
December 18, 2018, 13:22 (GMT)
Fix T59478: Information Bar Missing Data when in Sculpt Mode

Display statistics from CCG structure.

This makes values to be different from what is shown in object
mode, since CCG is operating on individual grids, and object
mode will stitch those grids. But on another, those values from
CCG is what sculpt mode is actually "sees" or "uses".

The number of faces should be the same in both sculpt and object
modes.
December 18, 2018, 12:03 (GMT)
Correct own error in changes to pose gizmo center

Multi-pose gizmo center calculation from
5d09f5223e63 now works as expected.
December 18, 2018, 11:58 (GMT)
DRW: Instance: Makes it possible to have instances of a non-init batch
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021