Blender Git Commits

Blender Git "master" branch commits.

Page: 1391 / 5574

December 27, 2018, 17:43 (GMT)
Fix T59865: UV editor vertex snap to active does not make any sense.

Differential Revision: https://developer.blender.org/D4129
December 27, 2018, 16:35 (GMT)
Fix T59870: Can't select "Face area" in average normals operator.

Not sure why the mode prop was hidden at all, tbh...
December 27, 2018, 16:21 (GMT)
Fix T58734: bvhtree.fromObject - error ( returned NULL without setting an error) in blender 2.8.

Would free evaluated mesh even when it was the one cached in runtime
data by depsgraph evaluation!

Also fixes the asserts about using non-eval object in some cases.
December 27, 2018, 16:04 (GMT)
GP: Enable Brush cursor by default for new brushes
December 27, 2018, 16:04 (GMT)
Fix T59900: duplicate font loading error and memory leak.
December 27, 2018, 15:45 (GMT)
Merge branch 'blender2.7'
December 27, 2018, 15:44 (GMT)
X11: support multiple tablet devices.

Previously we would try to guess what the main tablet device is, but this is
error prone. Now we keep a list of X11 devices and try to match events to
them. On the Blender side there are still some limitations in regards to using
multiple devices at the same time, but this should improve things already.

Fixes T59645.
December 27, 2018, 15:32 (GMT)
Merge branch 'blender2.7'
December 27, 2018, 15:24 (GMT)
Fix T59864: UV editor missing options in snapping pie menu.

Differential Revision: https://developer.blender.org/D4128
December 27, 2018, 15:21 (GMT)
X11: support multiple tablet devices.

Previously we would try to guess what the main tablet device is, but this is
error prone. Now we keep a list of X11 devices and try to match events to
them. On the Blender side there are still some limitations in regards to using
multiple devices at the same time, but this should improve things already.

Fixes T59645.
December 27, 2018, 15:18 (GMT)
X11: support multiple tablet devices.

Previously we would try to guess what the main tablet device is, but this is
error prone. Now we keep a list of X11 devices and try to match events to
them. On the Blender side there are still some limitations in regards to using
multiple devices at the same time, but this should improve things already.

Fixes T59645.
December 27, 2018, 14:22 (GMT)
cleanup: remove unused passes

- use_pass_indirect, use_pass_specular from ViewLayer RNA
- RGBA, DIFFUSE, SPEC, REFLECT, REFRACT, INDIRECT usages from remaining
places

Reviewers: brecht

Differential Revision: https://developer.blender.org/D4117
December 27, 2018, 14:13 (GMT)
Fix T59861: converting GP stroke to curve doesn't immediately work

Reviewers: antoniov, brecht

Maniphest Tasks: T59861

Differential Revision: https://developer.blender.org/D4127
December 27, 2018, 14:07 (GMT)
Fix T59884: Rigidbody Calculate Mass Sets Mass to 0

rigidbody_get_mesh() needs an evaluated object

Reviewers: sergey, brecht

Maniphest Tasks: T59884

Differential Revision: https://developer.blender.org/D4125
December 27, 2018, 14:03 (GMT)
Fix T59389: Solidify Modifier does not work with 'beveled' Curve objects.

Curve modifier eval code was actually doing nothing to ensure we passed
mesh with valid normals when required by the modifier.

This is a bit basic, rough code, but think it should cover all cases,
time will say...
December 27, 2018, 13:21 (GMT)
UI: fix display of menu buttons without text and icon, and only a down arrow.

Differential Revision: https://developer.blender.org/D4123
December 27, 2018, 11:49 (GMT)
UI: fix inconsistent icon button widths for popovers and enums.

Differential Revision: https://developer.blender.org/D4086
December 27, 2018, 11:18 (GMT)
Fix T59799: texture paint mode crash for object with no materials.
December 27, 2018, 10:43 (GMT)
Merge branch 'blender2.7'
December 27, 2018, 10:35 (GMT)
Fix T56595: Hair Dynamics stop working after saving new file

The issue was caused by NaN valid of the average spring length being
stored in the file. This caused accumulation in the springs builder
to also deliver NaNs, which then caused solver itself to not do
anything.

Not sure why these values where never initialized prior to the
accumulation. Or even, why this runime data is stored in a DNA.

Some sanitizing is possible here, but needs to be done with care
to not disrupt Spring production.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021