Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1380 / 5574

January 8, 2019, 17:50 (GMT)
Fix inconsistent naming and behavior for base visible/selected/editable.

Fixes T60251.
January 8, 2019, 14:59 (GMT)
Fix T60320: Cycles OpenCL volume rendering error on some drivers.
January 8, 2019, 14:37 (GMT)
Fix T60300: Cycles SSS render hanging with AMD OpenCL.
January 8, 2019, 14:35 (GMT)
Quick Explode: replace BI based material handling (using 'fade'/'blend')

using a simple shader graph mixing Transparent BSDF now

Fixes T59185

Reviewers: brecht

Maniphest Tasks: T59185

Differential Revision: https://developer.blender.org/D4181
January 8, 2019, 14:32 (GMT)
Quick Explode: use keyword argument
January 8, 2019, 14:05 (GMT)
Fix T56545: Material referencing missing UV crash
January 8, 2019, 13:47 (GMT)
Fix T58479: Quick Favorites Lets you add multiple of the same item

Reviewers: brecht

Maniphest Tasks: T58479

Differential Revision: https://developer.blender.org/D4135
January 8, 2019, 12:49 (GMT)
Fix T60314: Missing strength w/ weight gradient
Revision 395120e by Joshua Leung
January 8, 2019, 12:41 (GMT)
Typo fixes
Revision 9d4ed6d by Joshua Leung
January 8, 2019, 12:41 (GMT)
Fix T59984: Drivers don't update values in UI or show proper errors

We now perform COW -> original data flushing for all the debug values + error
status flags on Drivers/DriverVariables/DriverTargets, as these are only set
when errors are encountered when evaluating drivers.
January 8, 2019, 12:25 (GMT)
Fix T59450: brush colors flip inactive w/ texture paint
January 8, 2019, 12:21 (GMT)
Fix T60263: render layer node sockets not showing on file load, for some files.
January 8, 2019, 11:24 (GMT)
Fix T60291: Wrong tooltip in for Add Cube tool
January 8, 2019, 11:15 (GMT)
Fix T60306: Circle select tool behaves like a mode
January 8, 2019, 11:00 (GMT)
Properly clean up Python when exiting due to --python-exit-code

When BPY_python_end() is not called, there can be buffered data still in
`sys.stdout` or `sys.stderr`. This generally isn't an issue when those are
connected to a terminal, but when they are read by another process (in the case
of rendering with Flamenco, for example) we could miss the actual error message
that's causing the exit in the first place.

The following script demonstrates the issue; before this commit neither the
writes to STDERR and STDOUT nor the traceback of the NameError were shown.

#!/bin/bash

cat > file-with-errors.py <<EOT
import sys
print('THIS IS STDERR', file=sys.stderr)
print('THIS IS STDOUT', file=sys.stdout)
nonexisting.monkey = 3
EOT

blender --enable-autoexec -noaudio --background
any-existing-blendfile.blend
--python-exit-code 42
--python file-with-errors.py 2>&1 | cat

Reviewers: campbellbarton, mont29

Reviewed By: campbellbarton, mont29

Subscribers: fsiddi

Differential Revision: https://developer.blender.org/D4168
January 8, 2019, 10:47 (GMT)
Merge branch 'blender2.7'
January 8, 2019, 10:43 (GMT)
Make DNA and RNA errors more meaningful and friendly
January 8, 2019, 09:21 (GMT)
fix rotational limits not showing for GENERIC ridgid body constraint

oversight in rB502aabb9d0c5

part of T60290
January 8, 2019, 06:17 (GMT)
Fix workbench shading pie menu

Expand the enum since it's dynamic, depending on the render engine.
January 8, 2019, 04:18 (GMT)
Vertex Paint: support vertex masking

Working in 2.7x, was just disabled in 2.8x.

Fixes T60256
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021