Blender Git Commit Log

All Blender Git commits.

Page: 2591 / 8462

April 7, 2019, 15:21 (GMT)
Merge branch 'master' into functions
April 7, 2019, 15:17 (GMT)
Fix Sin operation in Float Math node

The patch only fixed the python part. I added the c++ part.

Differential Revision: https://developer.blender.org/D4658
April 7, 2019, 15:05 (GMT)
Merge branch 'master' into greasepencil-object
April 7, 2019, 15:02 (GMT)
GPencil: Fix wrong Brush texture for pinned materials

If the Brush had a pinned material with texture, but the material slot was in a different material, the texture was not working.

The material was not recovered from brush, but from object.
April 7, 2019, 15:01 (GMT)
Use actual hash tables instead of linear search

The hash functions themselves are not optimized yet.
April 7, 2019, 10:46 (GMT)
Quick Explode: update for recent eevee shadow refactor

see rBd6747f310f12 'transparent_shadow_method' -> 'shadow_method'
April 7, 2019, 09:30 (GMT)
Cleanup: add comments about dual quaternion scale handling.

Ref T63327
April 7, 2019, 09:24 (GMT)
Merge branch 'blender2.7'
Revision d780409 by Robert-André Mauchin / Brecht Van Lommel (master)
April 7, 2019, 09:20 (GMT)
Fix for GCC9 new OpenMP data sharing

GCC 9 started implementing the OpenMP 4.0 and later behavior. When not using
default clause or when using default(shared), this makes no difference, but
if using default(none), previously the choice was not specify the const
qualified variables on the construct at all, or specify in firstprivate
clause. In GCC 9 as well as for OpenMP 4.0 compliance, those variables need
to be specified on constructs in which they are used, either in shared or
in firstprivate clause. Specifying them in firstprivate clause is one way to
achieve compatibility with both older GCC versions and GCC 9,
another option is to drop the default(none) clause.

This patch thus drops the default(none) clause.

See https://gcc.gnu.org/gcc-9/porting_to.html#ompdatasharing

Signed-off-by: Robert-Andr� Mauchin <zebob.m@gmail.com>
April 7, 2019, 07:37 (GMT)
GPencil: Set layer channel custom color to all line in Dopesheet

See D4645 for more details
April 7, 2019, 02:08 (GMT)
OpenVDB: Add Filters and CSG operations to the Level Set C API

I also refactored the voxel remesher code to use the new API.
April 7, 2019, 00:43 (GMT)
Merge branch 'blender2.7'
April 7, 2019, 00:41 (GMT)
Fix build error with Visual Studio, appears to be a compiler bug

It's not clear that "if (0 &&" was introduced intentionally, but this test
only seems to have been an insignificant optimization anyway.

Fixes T63329
April 6, 2019, 22:01 (GMT)
rename ptr to rna to avoid confusing with actual pointers
April 6, 2019, 21:54 (GMT)
vectorize Float Math node
April 6, 2019, 21:43 (GMT)
remove some redundency
April 6, 2019, 21:42 (GMT)
allow lazy tuple call in fgraph ir generation
April 6, 2019, 21:24 (GMT)
cleanup vectorized node inserters
April 6, 2019, 21:07 (GMT)
cleanup and vectorize Vector Math node
April 6, 2019, 20:50 (GMT)
use function name prefix for inserters
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021