Blender Git Commits

Blender Git "master" branch commits.

Page: 2347 / 5574

June 6, 2016, 19:42 (GMT)
EditNormal modifier: add some 'maximum angle' limit.

Allows to avoid generating flipped faces when using extreme normal modifications.

Related to T48576.
June 6, 2016, 17:15 (GMT)
Added P key toggle to allow mouse movement to control bevel profile (modal).

The Shift key can be held while adjusting profile to make finer changes
to the profile (just as it already does when adjusting offset).
June 6, 2016, 14:34 (GMT)
Cleanup: remove unused Library.idblock
June 6, 2016, 14:34 (GMT)
Cleanup: warning
June 6, 2016, 13:56 (GMT)
Fix T48571: Cycles/GPU - A lot of fireflies on SSS+Volume

Was some accumulated precision error happening.
June 6, 2016, 12:38 (GMT)
Fix T48582: Rigidbody simulation issue with new depsgraph

Being granular means we need to re-build depsgraph a bit more often..

The issue was caused by rigidbody requiring some special nodes to
handle physics which were not created with just tagging object for
update.
June 6, 2016, 12:01 (GMT)
Fix compilation error on 32 bit Windows
June 6, 2016, 11:55 (GMT)
Fix T48550: Imperfections when Bake displacement map to plane if camera is not in front

The issue was caused by non-watertight nature of intersection, which is now addressed.

Hopefully it doesn't cause any regression caused by uninitialized precalculated storage.
June 6, 2016, 11:52 (GMT)
Cycles: Fix compilation error on OSX
June 6, 2016, 10:09 (GMT)
Depsgraph: Russian electric tape bodge to have multiple proxies work

Makes behavior of proxy_from backlink working similar to the old dependency graph.

it's nasty, but needed here in the studio to get proxies fixes ASAP.
June 6, 2016, 09:12 (GMT)
readfile: add assert to check libmap isn't sorted
June 6, 2016, 09:05 (GMT)
readfile: minor optimization, no need to count flags

in this case we only need to check if any id's need to be read.
June 6, 2016, 08:04 (GMT)
Cleanup: use const for old member in OldNew struct
June 6, 2016, 08:04 (GMT)
Cleanup: rename flag -> tag

ID's have a flag member too, best avoid confusion here.
June 6, 2016, 07:23 (GMT)
Cycles: Ignore zero size instances in BVH

In certain types of animation it's possible to have some objects
scaling to zero. In this case we can save render times by avoid
traversing such instances.

Better to do ti ahead of a time, so traversal stays simple.

Reviewers: lukasstockner97, dingto, brecht

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D2048
June 6, 2016, 07:14 (GMT)
Cycles: Add support of processor groups

Currently for windows only, this is an initial commit towards native
support of NUMA.

Current commit makes it so Cycles will use all logical processors on
Windows running on system with more than 64 threads.

Reviewers: juicyfruit, dingto, lukasstockner97, maiself, brecht

Subscribers: LazyDodo

Differential Revision: https://developer.blender.org/D2049
June 6, 2016, 02:57 (GMT)
RNA: disable animating object dimensions
June 6, 2016, 02:23 (GMT)
Fix T48579: RNA shadows new custom properties
June 4, 2016, 21:21 (GMT)
Fix T48580: path / branched path UI grayed out with OpenCL device that is not used.
June 4, 2016, 19:39 (GMT)
Fix T48587, constant fold should only be done for Mix Type.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021