Blender Git Commits

Blender Git "master" branch commits.

Page: 643 / 5574

August 5, 2020, 11:05 (GMT)
Fix T79544: No sound in video sequencer preview.

Directly caused by rB2bb73787791a, but actual issue was a pre-exiting
typo that never caused problems so far apparently...
August 5, 2020, 11:00 (GMT)
Merge branch 'blender-v2.90-release'
August 5, 2020, 10:59 (GMT)
Correct recent fix for Cycles motion blur test

Need to only compare directory name, not the whole path.
August 5, 2020, 10:25 (GMT)
Fix possible fall-through after recent change
August 5, 2020, 10:22 (GMT)
BLI: add dot::Edge.set_label method

This method sets the label of an edge in a dot graph.
Revision fc9f7e3 by Julian Eisel
August 5, 2020, 10:19 (GMT)
Merge branch 'blender-v2.90-release'
Revision c311372 by Julian Eisel
August 5, 2020, 10:19 (GMT)
Fix T78630: Custom icons not grayed out in inactive layouts

For regular icons this worked because they used the text color, which
was already grayed out by the caller.
August 5, 2020, 10:15 (GMT)
Fix failing USD test on macOS after becoming part of blender test runner
August 5, 2020, 09:45 (GMT)
Fix T78777: Cycles motion blur test differences between AVX/AVX2

This appears to be slight precision differences in the Embree implementation,
simply increase the diff threshold a little for these motion blur tests.
August 5, 2020, 06:48 (GMT)
Merge branch 'blender-v2.90-release' into master
August 5, 2020, 06:48 (GMT)
Merge branch 'blender-v2.90-release' into master
August 5, 2020, 06:48 (GMT)
Merge branch 'blender-v2.90-release' into master
August 5, 2020, 06:48 (GMT)
Merge branch 'blender-v2.90-release' into master
August 5, 2020, 06:48 (GMT)
Merge branch 'blender-v2.90-release' into master
August 5, 2020, 06:48 (GMT)
Merge branch 'blender-v2.90-release' into master
August 5, 2020, 06:48 (GMT)
Merge branch 'blender-v2.90-release' into master
August 5, 2020, 06:24 (GMT)
Keymap: add back Shift-K to cut-through selected faces

Resolves T78540
August 5, 2020, 01:56 (GMT)
Cleanup: missing 'initialize' -> 'init' from previous cleanup
August 5, 2020, 01:49 (GMT)
Cleanup: spelling
August 5, 2020, 00:35 (GMT)
Fix unreported crash in gpu_free_unused_buffers

As far as I can see, this problem was introduced with the gpu_free_unused_buffers() changes in rB97b597c.

The code checks the returned pointer to stop looping, but the last iteration will return the last GPUTexture and set the queue to NULL, meaning that the next pop() will crash.

Differential Revision: https://developer.blender.org/D8468
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021