Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> blender-v2.80-release
"Blender-v2.80-release" branch
Total commits : 34
Total committers : 11
First Commit : July 10, 2019
Latest Commit : July 29, 2019
Commits by Date
Date | Number of Commits | |
---|---|---|
July 29, 2019 | 5 | |
July 28, 2019 | 0 | |
July 27, 2019 | 0 | |
July 26, 2019 | 0 | |
July 25, 2019 | 0 | |
July 24, 2019 | 20 | |
July 23, 2019 | 0 | |
July 22, 2019 | 0 | |
July 21, 2019 | 0 | |
July 20, 2019 | 0 | |
July 19, 2019 | 0 | |
July 18, 2019 | 5 | |
July 17, 2019 | 0 | |
July 16, 2019 | 0 | |
July 15, 2019 | 0 | |
July 14, 2019 | 0 | |
July 13, 2019 | 0 | |
July 12, 2019 | 0 | |
July 11, 2019 | 1 | |
July 10, 2019 | 3 |
Committers
Popular Files
Filename | Total Edits |
---|---|
BKE_blender_version.h | 3 |
wm_operators.c | 3 |
undo_system.c | 2 |
editmesh_tools.c | 1 |
editfont_undo.c | 1 |
FindSndFile.cmake | 1 |
org.blender.Blender.appdata.xml | 1 |
platform_unix.cmake | 1 |
armature.c | 1 |
eevee_materials.c | 1 |
Latest commits
July 29, 2019, 14:47 (GMT) |
Point submodules to their latest release branch |
July 29, 2019, 14:47 (GMT) |
Version bump to 2.80 final release |
July 29, 2019, 14:02 (GMT) |
Linux: update appdata description |
Revision 16bf0b4 by Campbell Barton / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) July 29, 2019, 14:00 (GMT) |
Doxygen: update version number |
Revision 9e24999 by Bastien Montagne / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) July 29, 2019, 12:17 (GMT) |
Fix T67777: Linked rig crashes Blender 2.8 RC3 on File|New. Sync back between proxy armature pose and linked one was not properly clearing the posebone runtime data, ending up with shared memory between both (direct cause of reported crash), and probably some other nasty issues. While this crash is not critical in itself, I would suggest to add this fix to 2.80 branch, as it is super-safe and simple, and is probably fixing some other un-reported issues? |
July 24, 2019, 14:22 (GMT) |
Point submodules to their latest release branch |
July 24, 2019, 14:20 (GMT) |
Splash: show Release Candidate 3. |
Revision 55ae37b by Howard Trickey / Brecht Van Lommel (blender-v2.80-release, cycles_unbiased_volumes) July 24, 2019, 14:18 (GMT) |
Bevel modifier: let it work on wire edges when vertex_only. |
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 |
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. |
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 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. |
MiikaHweb - Blender Git Statistics v1.06