Blender Git Commit Log

All Blender Git commits.

Page: 2614 / 8462

March 25, 2019, 20:10 (GMT)
Fix T62927: Assert when opening default 2.79 startup file in 2.80.

Not sure why that was asserted on instead of handling the flag properly,
if base is not selectable, then just do not select it...

Have the feeling this code handling sync of flags between bases and
objects could use some cleanup, but that will be for another day.
March 25, 2019, 19:36 (GMT)
Fix T62856 Toon BSDF and viewport/UI oddities

This was caused by the material not tagged to use Diffuse lighting data.
March 25, 2019, 19:26 (GMT)
GPU: State: Replace GL_BLEND by GPU_blend
March 25, 2019, 19:24 (GMT)
GPencil: Remove unused var
March 25, 2019, 18:44 (GMT)
Fix T62930 Eevee: Wireframe input node not working with certain compiler
March 25, 2019, 16:06 (GMT)
GPencil: Only brushes with pinned materials have materials

Using GP_BRUSH_MATERIAL_PINNED to switch between active material and brush material, instead of updating all brushes on active material changes. This will allow brushes to have no material and therefore to not inflate the user count.

This fix T62465.

Patch contributed by @matc
Reviewers: @brecht @antoniov @billreynish @mendio
March 25, 2019, 15:32 (GMT)
Fix T62776: Face maps are initialized incorrectly

Reviewers: brecht

Differential Revision: https://developer.blender.org/D4586
March 25, 2019, 14:54 (GMT)
Fix T62536: incorrect context when selecting particles

Reviewers: brecht

Differential Revision: https://developer.blender.org/D4566
March 25, 2019, 14:23 (GMT)
Fix T62865: Make Single User after Objects to Scene must be done twice.

Selected status was not properly moved from new object to new created base.
This prevented next steps (making obdata, materials etc. local) to ever
happen.
March 25, 2019, 13:28 (GMT)
Fix T61577: collapse nodes hide arrow hit zone overlaps with node sockets.

Patch by EitanSomething.

Differential Revision: https://developer.blender.org/D4423
March 25, 2019, 13:28 (GMT)
Fix T62891: particle even distribution is not even.

CD_ORCO coordinates are stored normalized by convention, this code path did
not store them correctly.
March 25, 2019, 12:40 (GMT)
UI: Add Copy/Paste to top level Outliner context menus
March 25, 2019, 12:30 (GMT)
Keymap: Add support for the Cmd key on macOS for copy/paste in the Outliner.

Consistent with other areas.
March 25, 2019, 10:23 (GMT)
Merge branch 'blender2.7'
March 25, 2019, 10:19 (GMT)
Cleanup: Spelling in comment
March 25, 2019, 10:19 (GMT)
Change remaining FTP server URIs to HTTP(s)

Most of the source tarballs are retrieved via http, but a few remain
that are still downloaded via ftp. This causes some pain with corporate
firewalls, so moving the last two URIs to http helps ease the build process.

Reviewers: sergey

Differential Revision: https://developer.blender.org/D4192
March 25, 2019, 10:05 (GMT)
Merge branch 'blender2.7'
March 25, 2019, 10:04 (GMT)
Include blosc, embree and opencollada into BUILD_NOTES.txt file.

For custom path selected during 'install_deps.sh' using '--source'/'--install', paths for blosc, embree and opencollada are not printed/inclued into BUILD_NOTES.txt file.
As '/opt/lib/<package>' paths are hardcoded into CMakes's Find* modules, this error is not noticeable, but for custom paths it is.
This patch includes those fixes/prints for those packages.

Reviewers: mont29

Reviewed By: mont29

Differential Revision: https://developer.blender.org/D4574
March 25, 2019, 09:47 (GMT)
Fix T62912: Blender 2.7 keymap missing ctrl+tab select mode switching.
March 25, 2019, 09:46 (GMT)
Merge branch 'blender2.7'
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021