Blender Git Commits

Blender Git "cycles_unbiased_volumes" branch commits.

Page: 8 / 24

July 24, 2019, 14:17 (GMT)
GPencil: Fix wrong material when apply Opacity, Hue or Tint modifier

When apply the modifier a new material is created, but it was assigned wrongly. The problem was the index was base 0 already, so subtract 1, got a wrong value.
July 24, 2019, 14:17 (GMT)
Fix T67040: Undo crashes after renaming

Correct fix that doesn't cause T67217.

Temporarily removing the excluded undo step broke memfile-undo
since freeing the undo steps needs to access other steps in
the list to merge shared chunks, see: memfile_undosys_step_free.

Pass the exclude step as an argument instead.
July 24, 2019, 14:17 (GMT)
CMake: Fix WITH_CODEC_SNDFILE detection

D5296 by @frispete
July 24, 2019, 14:17 (GMT)
Fix T67033 EEVEE: Random Flickering Materials

This was a read after free error. This only fix the undefined behavior.
The result is still not correct in certain cases (see T67226).

We want to include this for 2.80
July 24, 2019, 14:17 (GMT)
Fix T67196: bevel bad at a 3-edge bevel.

The test for whether or not this was a "pipe" neglected to use
fabsf() around a dot result.
July 24, 2019, 14:17 (GMT)
Fix T67450: Crash undoing edit-mode lattice resolution
July 24, 2019, 14:17 (GMT)
Incompatible usage of the Collada transparency value

Some external tools seem to have issues with the definition
of Collada <transparency> - a float value in range (0,1).
However it is possible to use the <transparent> color as a container
for the <transparency> value. This seems to be a more reliable
method to export transparency values from Blender PBSDF Shaders.

The relevant documentation is in the collada 1.14 reference manual,
page 7-5 about the usage of transparent and transparency.

This fix makes export and import of the <transparency>
and <transparent> values more convenient and more reliable.

Reviewers: brecht, jesterking

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D5305
July 24, 2019, 14:17 (GMT)
Fix assert in some cases when using DataTransfer modifier for custom normals.

Reported by @sybren on IRC, thanks.

Should be safe for 2.80.
July 24, 2019, 14:17 (GMT)
Fix T67191: Redo fails for 3D text operations
July 24, 2019, 14:17 (GMT)
Fix missing subversion bump for 2.80 release.

We need a final subversion bump before release in case there are
remaining 'unversioned' code in our versionning callbacks...

Should have been done before first RC actually. ;)

To be ported to 2.80 release branch.
July 24, 2019, 14:17 (GMT)
GPencil: Fix showing wrong material in brush panel with pinning

The options of the material are from object material not pinned material.

If the brush is pinned, the material must be the brush material and not the object material.
July 24, 2019, 14:17 (GMT)
Revert "Fix T67040: Undo crashes after renaming"

This reverts commit c635663e4a8169f68010b9234fa60f17ad03d7cb. This is causing
crashes with sculpt mode and object mode switching.

Fixes T67217.
July 24, 2019, 14:17 (GMT)
Fix T65386 Eevee: Crash after baking indirect lights or cubemap

I'm not sure this fixes the root of the problem. The file from the ticket
seems to have been corrupted in some way.

We MIGHT want this in 2.80.
July 24, 2019, 14:17 (GMT)
Fix T67299: UV Stretching Overlay of type "Area" fail when any face is hidden

We want to include this for 2.80
July 24, 2019, 14:17 (GMT)
Fix T67117: Font thumbnails crash to desktop

We were missing a null pointer check for invalid fonts.
July 24, 2019, 14:17 (GMT)
Fix T66768: Grid fill span not working
July 24, 2019, 14:17 (GMT)
Fix T67334: Blender does not exit after saving
July 22, 2019, 02:29 (GMT)
OpenVDB: Enabled viewport drawing.
Revision d89ad30 by cristian.kovacs (cycles_unbiased_volumes)
July 18, 2019, 15:12 (GMT)
Forgot a parenthesis
July 18, 2019, 14:52 (GMT)
Point submodules to their latest release branch
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021