Blender Git Commit Log

All Blender Git commits.

Page: 2214 / 8462

September 5, 2019, 13:49 (GMT)
Merge branch 'feature/modifier_openvdb_280' into blender-v2.80-master
September 5, 2019, 13:48 (GMT)
Transform Move each `flushTrans...` to its respective file.
September 5, 2019, 13:28 (GMT)
Updated VertexSnap patch against recent 2.8
September 5, 2019, 13:17 (GMT)
cleanup usage of temporary allocator
September 5, 2019, 12:38 (GMT)
Transform: Move Gpencil conversion to its own file
September 5, 2019, 12:29 (GMT)
Fix compiler error
September 5, 2019, 12:27 (GMT)
Transform: MOve Mask and Brush conversion to they respective files
September 5, 2019, 12:27 (GMT)
add comments
September 5, 2019, 12:24 (GMT)
More quadriflow cmake tweaks
September 5, 2019, 12:18 (GMT)
add some comments
September 5, 2019, 12:05 (GMT)
Transform: Move Tracking conversion to its own file
September 5, 2019, 11:47 (GMT)
UI: use boolean for sequencer reverse frames

Revert part of 04b86c21bf522

The option to reverse frames is used elsewhere as a boolean
which makes sense since reversing playback is a special case.
September 5, 2019, 11:29 (GMT)
GPencil: New Operator to set the active object material based on the selected stroke material

The operator set as active object material the material used in the selected stroke.

Access to the operator were added in the stroke menu and context stroke menu.

Reviewers: antoniov, pepeland

Tags: #bf_blender, #grease_pencil

Differential Revision: https://developer.blender.org/D5692
Revision 3a0b22b by Omar Emara (master)
September 5, 2019, 11:25 (GMT)
Fix T69532: Wave texture fails with a compile error.

`noise_turbulence` was renamed to `fractal_noise`.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D5691
Revision c060a4a by Omar Emara (master)
September 5, 2019, 11:21 (GMT)
Fix: Compile error due to undefined isinf function.

Some implementations of the standard c++ library doesn't define its
functions in the global namespace. So the `isinf` function might
fail in some systems. To fix this, we use the `ensure_finite`
function instead.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D5687
September 5, 2019, 10:53 (GMT)
more comments
September 5, 2019, 10:52 (GMT)
Buildbot: enable tests to run again

These will not stop the build on failure yet, first step is to get them passing
more reliably.
September 5, 2019, 10:43 (GMT)
add some comments
September 5, 2019, 10:36 (GMT)
return StringRef from virtual node/socket
September 5, 2019, 10:35 (GMT)
support not-equal operator for StringRef
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021