Blender Git Loki

Kaikki Blender Git kommitit.

Page: 2766 / 8462

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
January 8, 2019, 12:41 (GMT)
Typo fixes
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, 10:26 (GMT)
GP: If no collision restore selection of points

If no collision, the selection only selected the vertex as vertex mode and don't extend selection.
January 8, 2019, 10:16 (GMT)
GP: Remove with Cutter strokes of 2 points

As thess strokes always generate an autocollision, it was impossible to delete them.
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, 08:28 (GMT)
Merge branch 'master' into greasepencil-object

Conflicts:
source/blender/editors/gpencil/gpencil_paint.c
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
January 8, 2019, 03:57 (GMT)
Note that SortIncludes could be enabled later on.
January 8, 2019, 03:50 (GMT)
Remove outdated comments in the configuration
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021