Blender Git Commit Log

All Blender Git commits.

Page: 1400 / 8462

August 4, 2020, 14:01 (GMT)
Cleanup: clang-format after recent cleanup commit

Remember to run `make format` after any massive cleanup please.

This "issue" introduced on 901ee66ea1cb.
August 4, 2020, 14:00 (GMT)
Use Map's lookup instead of direct pointer to MTLMaterial

A direct pointer to a struct no longer points to the internal struct
of the `Map`, it seems. So use lookup which returns the reference too.
August 4, 2020, 14:00 (GMT)
GPencil: Fix error with boundbox exporting to SVG from view
August 4, 2020, 13:44 (GMT)
Buildbot: make code signing of packages optional with --codesign parameter

This is in preparation of doing builds per commit that will not be code signed.

Ref D8438

Differential Revision: https://developer.blender.org/D8451
August 4, 2020, 13:37 (GMT)
Merge remote-tracking branch 'origin/blender-v2.90-release'
August 4, 2020, 13:23 (GMT)
Fix T78758 Alembic export: crash when file is in use by another application

In cases when the output file cannot be opened, an exception is thrown that
was not caught.
August 4, 2020, 13:23 (GMT)
MTL: use mtllib for importing MTL files.

Create a utility function for splitting lines into the first words
& the rest of it.
August 4, 2020, 13:05 (GMT)
Merge branch 'blender-v2.90-release'
August 4, 2020, 13:05 (GMT)
Fix T79234: Material preview does not update

When changing the material while the properties editor temporarily isn't
visible (e.g. because another editor is in full-screen or a different
workspace is active), the preview wouldn't be updated on changes.

Always trigger a material preview update on screen layout or editor type
changes.
August 4, 2020, 12:55 (GMT)
Fix T79234: Material preview does not update

When changing the material while the properties editor temporarily isn't
visible (e.g. because another editor is in full-screen or a different
workspace is active), the preview wouldn't be updated on changes.

Always trigger a material preview update on screen layout or editor type
changes.
August 4, 2020, 12:40 (GMT)
Refactor: rename SpaceType->new to SpaceType->create

The data member `new` was conflicting with the `new` keyword
when `BKE_screen.h` was included in C++ files.

Reviewers: sergey

Differential Revision: https://developer.blender.org/D8459
August 4, 2020, 12:25 (GMT)
Depsgraph: Fix wrong forward declarations
August 4, 2020, 12:14 (GMT)
Merge branch 'master' into soc-2020-info-editor
August 4, 2020, 12:04 (GMT)
Simplify clog time function family

macros are no longer dependent on DEBUG
August 4, 2020, 11:52 (GMT)
GPencil: Add markers support to SVG export

Instead to export all frames, only export frames with markers.
August 4, 2020, 11:44 (GMT)
Rename clog time functions
August 4, 2020, 11:36 (GMT)
Merge branch 'blender-v2.90-release'

Conflicts:
source/blender/editors/gpencil/gpencil_primitive.c
August 4, 2020, 11:28 (GMT)
Merge branch 'blender-v2.90-release' into master
August 4, 2020, 11:26 (GMT)
Cleanup: typos & co in UI messages (and some other places).
August 4, 2020, 11:25 (GMT)
Cleanup: unused main argument
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021