Blender Git Commits

Blender Git commits from all branches.

Page: 2263 / 2888

May 6, 2015, 16:17 (GMT)
Revert "Squashed commit of asset-experiments branch."

This reverts commit fb91d6b4a7b784a60d39438111573ea99210f767.
May 6, 2015, 16:16 (GMT)
Squashed commit of asset-experiments branch.
May 6, 2015, 16:15 (GMT)
Merge branch 'master' into experimental-build
May 6, 2015, 16:13 (GMT)
Merge branch 'master' into asset-experiments
May 6, 2015, 14:44 (GMT)
Moved the child deformation for strands out of the core cache reading
function.

This is a feature for display in the viewport and rendering, which has
nothing to do with the core cache reading functionality. In the general
case you'd want the child data to remain unmodified.
May 6, 2015, 14:40 (GMT)
Was clearing wrong previews
May 6, 2015, 14:06 (GMT)
Support metadata display in sequencer overdrop

Getting a consistent look here is difficult since editors apply their
own scaling. ideally, here we would have a consistent look with constant
font size but this is still to be realized in master and needs some
extra thought.
May 6, 2015, 13:39 (GMT)
Merge branch 'alembic' into gooseberry
May 6, 2015, 13:36 (GMT)
Fix fo 'simple' particle hair matrix calculation.

The parent matrix is used for single-parent children ('simple'), in
which case the pa->num_dmcache has to be used to get the correct
position on subdivided meshes.
May 6, 2015, 13:31 (GMT)
Merge branch 'master' into gooseberry

Conflicts:
source/blender/editors/object/object_shapekey.c
May 6, 2015, 13:00 (GMT)
Cycles kernel split: Clarify some comments in session.h
May 6, 2015, 12:58 (GMT)
Cycles kernel split: De-duplicate image updating

Was harmless issue caused by merge conflict, but still no reason to
try updating images twice :)
May 6, 2015, 12:51 (GMT)
Cycles kernel split: Begin getting rid of device->get_background()

This is actually a bad level access, this thing is to be communicated
via session params.

Also, SVM code to get set of nodes will be reworked, so this function
will likely be removed all together.
May 6, 2015, 12:45 (GMT)
Cycles kernel split: Remove global static variable

Things like this actually belongs to the session, no need to keep it
more global that that.
May 6, 2015, 12:40 (GMT)
Cycles kernel split: Fix order of headers inclusion
May 6, 2015, 12:36 (GMT)
Cycles kernel split: Remove unused and unwanted clos field from ShaderNode

Counting of closures was redone in previous commit so this code is no longer
needed.
May 6, 2015, 12:28 (GMT)
Cycles kernel split: Simplify closure counting

The new way does not require having closure type stored in the most generic
ShaderNode class and uses special_type instead to see if it's BSDF node and
get closure from BsdfNode.

Did not see any difference in the behavior with new implementation in file
with all closures added to the same shader tree via mix nodes.
May 6, 2015, 12:02 (GMT)
Merge branch 'alembic' into gooseberry

Conflicts:
source/blender/blenkernel/BKE_key.h
source/blender/blenkernel/intern/customdata.c
source/blender/blenkernel/intern/key.c
source/blender/editors/object/object_shapekey.c
source/blender/makesdna/DNA_customdata_types.h
source/blender/makesrna/intern/rna_key.c
May 6, 2015, 11:27 (GMT)
Merge branch 'master' into cycles_kernel_split
Revision 211ae5a by Kavitha Sampath / varunsundar08@gmail.com (cycles_kernel_split)
May 6, 2015, 11:05 (GMT)
Cycles kernel split : Refactor: move atomic_add_float utility function to appropriate place in kernel_split.h
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021