Revision 21f17cc by Antonio Vazquez / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) 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. |
Revision 33acb75 by Campbell Barton / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) 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. |
Revision 3c9a7d0 by Campbell Barton / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) July 24, 2019, 14:17 (GMT) |
Revision 4b8558e by Clément Foucault / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) July 24, 2019, 14:17 (GMT) |
Revision 50c5108 by Howard Trickey / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) 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. |
Revision 66b7fea by Campbell Barton / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) 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 |
Revision 7f77f5f by Bastien Montagne / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) 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. |
Revision 8194477 by Campbell Barton / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) July 24, 2019, 14:17 (GMT) |
Fix T67191: Redo fails for 3D text operations |
Revision ab5a1eb by Bastien Montagne / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) 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. |
Revision b3f0501 by Antonio Vazquez / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) 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. |
Revision c9f136f by Clément Foucault / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) 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. |
Revision caaf12c by Germano Cavalcante / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) 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 |
Revision db15b23 by Sebastian Parborg / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) July 24, 2019, 14:17 (GMT) |
Revision 804f467 by Campbell Barton / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) July 24, 2019, 14:17 (GMT) |
Fix T66768: Grid fill span not working |
Revision b5a6635 by Jacques Lucke / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) 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 |
|