Revision ae2af46 by Brecht Van Lommel January 8, 2019, 17:50 (GMT) |
Revision b486088 by Brecht Van Lommel January 8, 2019, 14:59 (GMT) |
Fix T60320: Cycles OpenCL volume rendering error on some drivers. |
Revision 8491dba by Brecht Van Lommel January 8, 2019, 14:37 (GMT) |
Fix T60300: Cycles SSS render hanging with AMD OpenCL. |
Revision 54985ab by Philipp Oeser 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 |
Revision 4b55945 by Philipp Oeser January 8, 2019, 14:32 (GMT) |
Quick Explode: use keyword argument |
Revision 369e1d4 by Campbell Barton January 8, 2019, 14:05 (GMT) |
Fix T56545: Material referencing missing UV crash |
Revision 2247406 by Philipp Oeser 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 |
Revision 24a84c4 by Campbell Barton 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. |
Revision b4bb9d5 by Campbell Barton January 8, 2019, 12:25 (GMT) |
Fix T59450: brush colors flip inactive w/ texture paint |
Revision 152c965 by Brecht Van Lommel January 8, 2019, 12:21 (GMT) |
Fix T60263: render layer node sockets not showing on file load, for some files. |
Revision f9cefc4 by Jacques Lucke January 8, 2019, 11:24 (GMT) |
Fix T60291: Wrong tooltip in for Add Cube tool |
Revision ef81800 by Campbell Barton January 8, 2019, 11:15 (GMT) |
Fix T60306: Circle select tool behaves like a mode |
Revision e11bb77 by Sybren A. Stüvel 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 |
Revision 68b4c57 by Sergey Sharybin January 8, 2019, 10:47 (GMT) |
Merge branch 'blender2.7' |
Revision 1e386d9 by Sergey Sharybin January 8, 2019, 10:43 (GMT) |
Make DNA and RNA errors more meaningful and friendly |
Revision f2d2baf by Philipp Oeser January 8, 2019, 09:21 (GMT) |
fix rotational limits not showing for GENERIC ridgid body constraint oversight in rB502aabb9d0c5 part of T60290 |
Revision 859a4dd by Campbell Barton 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) |
|
|
|


Master Commits
MiikaHweb | 2003-2021