Blender Git Commits

Blender Git commits from all branches.

Page: 1973 / 2888

July 8, 2016, 08:57 (GMT)
Merge branch 'master' into alembic_basic_io
July 8, 2016, 07:45 (GMT)
Curves: fix corrupted displist.

See comment in the code for explanation.
July 8, 2016, 06:41 (GMT)
install_deps.sh: fix building of Alembic 1.6.0 on Linux.

Differential Revision: D2091
July 8, 2016, 05:57 (GMT)
Merge branch 'master' into soc-2016-multiview
July 8, 2016, 03:56 (GMT)
Make new depsgraph aware of CacheFiles.

This adds a new component type in the depsgraph for cache file
evaluation. The cache file itself is not evaluated, rather it is for
evaluating objects depending on the cache file (through modifiers and
such).
July 8, 2016, 01:39 (GMT)
Cycles: Once again fix MSVC building

Apparently, MSVC doesn't like enum values being larger than 32 bit.
So, for now the enum entries are just #define'd instead.
July 8, 2016, 00:31 (GMT)
Merge branch 'master' into alembic_basic_io

Conflicts:
source/blender/blenkernel/intern/anim_sys.c
July 8, 2016, 00:22 (GMT)
update "bound" flag of GPU strand shaders

Not sure how useful it is to track this. Just making it consistent.

"bound" only stays in sync with GL if we are careful to use the
GPU_strand_shader_bind/unbind functions. Rogue calls to GPU_shader_bind
update GL's state without updating strand shader's "bound" flag.
July 7, 2016, 23:36 (GMT)
merged master
July 7, 2016, 23:20 (GMT)
initialize variables before use

Now builds with MSVC 2015 (was treating warning as error).

Strand root returned from this function is safer: NULL when len <= 0.
July 7, 2016, 18:33 (GMT)
Subdivision for strand fibers.

This is not supported for the edit mode fibers yet. Unifying the buffer creation
here would help a great deal.
July 7, 2016, 18:12 (GMT)
Cycles: Add additional debugging output containing the estimated rMSE reduction per sample
July 7, 2016, 18:12 (GMT)
Cycles: Fix 2-parameter least-squares helper function
July 7, 2016, 18:10 (GMT)
Cycles: Fix artifacts in lower-left tile when denoising on the CPU
July 7, 2016, 15:40 (GMT)
WIP: Packing computation

More functionality and hooking up of functions
Contains even more debug prints and commented code
July 7, 2016, 13:15 (GMT)
Merge branch 'master' into asset-engine

Conflicts:
source/blender/blenloader/intern/readfile.c
July 7, 2016, 12:25 (GMT)
Comment.
July 7, 2016, 12:18 (GMT)
Try to sample VDB volumes through the attribute node.
July 7, 2016, 12:06 (GMT)
Fix compile error.
July 7, 2016, 11:24 (GMT)
Merge branch 'openvdb' into cvdb_ray_isect
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021