Blender Git Commits

Blender Git "master" branch commits.

Page: 2310 / 5574

August 1, 2016, 16:01 (GMT)
Fix strict compiler flags with older GCC
August 1, 2016, 15:53 (GMT)
Cycles: add unit tests for supported constant folding rules.

Code coverage of different combinations of secondary conditions
is obviously not complete because there are so many of them, but
all main rules should be there.

The reason for CORRECT vs INVALID is that both words have the same
number of characters so calls line up, but look quite different.

Reviewers: #cycles, sergey

Reviewed By: #cycles, sergey

Subscribers: dingto, sergey, brecht

Differential Revision: https://developer.blender.org/D2130
August 1, 2016, 14:25 (GMT)
Buildbot: Seems quotes are not really needed when passing list
August 1, 2016, 14:05 (GMT)
Buildbot: Attempt to enable sm_60 CUDA architecture for build slaves
August 1, 2016, 13:54 (GMT)
Cycles: Tweaks to support CUDA 8 toolkit

All the changes are mainly giving explicit tips on inlining functions,
so they match how inlining worked with previous toolkit.

This make kernel compiled by CUDA 8 render in average with same speed
as previous kernels. Some scenes are somewhat faster, some of them are
somewhat slower. But slowdown is within 1% so far.

On a positive side it allows us to enable newer generation cards on
buildbots (so GTX 10x0 will be officially supported soon).
August 1, 2016, 03:51 (GMT)
Fix T48901: Blender ignores xinput cursor matrix
August 1, 2016, 01:55 (GMT)
Cleanup: unused vars, imports, pep8
August 1, 2016, 01:02 (GMT)
Replace pep8 with flake8 checker
July 31, 2016, 23:06 (GMT)
Support Auto-Clamped Handle for Curve-Mapping

This patch supports auto-clamped handles for curves,
useful since without this it can be difficult to have 'flat' sections of a curve.
July 31, 2016, 18:07 (GMT)
Fix T48980: crash when loading a file that contains a custom node tree.

Syupid logical mistake in own recent rB018d336cbd51...
Revision dda2d1d by Julian Eisel
July 31, 2016, 16:38 (GMT)
Correction to 0f2ff52c0866

This info is shown while dragging, so should stay where it was.
Revision 0f2ff52 by Julian Eisel
July 31, 2016, 15:55 (GMT)
Enable Undo for "Add background Image"

Enabled the Undo option for the operation "Add background Image". This is to treat adding a background image like opening an image. This behavior is useful when a background image is add using 'drag and drop'.

Reviewers: Severin

Reviewed By: Severin

Subscribers: brecht

Tags: #bf_blender

Maniphest Tasks: T47050

Differential Revision: https://developer.blender.org/D1725
July 31, 2016, 13:00 (GMT)
Fix mistake in Cycles mix node multiply constant folding.
July 31, 2016, 10:43 (GMT)
Cleanup: reduce Vector_getseters size using macros
July 31, 2016, 09:12 (GMT)
Correct own error in last commit
July 31, 2016, 08:57 (GMT)
Support limiting collisions by group for softbody and particles

This feature is extremely useful for layering multiple cloth objects,
and there is no reason there shouldn't be the same kind of feature for softbody.
July 31, 2016, 07:41 (GMT)
Cleanup: spelling, style
July 31, 2016, 07:22 (GMT)
PyAPI: minor optimization for dictionary creation

Pass size when its known.
July 31, 2016, 06:59 (GMT)
PyAPI: fix leak in unlikely case converting idprops fail
July 31, 2016, 06:52 (GMT)
PyAPI: Add PyC_UnicodeAsByteAndSize

Read the string length from Python directly when assigning id-properties
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021