Blender Git Commits

Blender Git "master" branch commits.

Page: 645 / 5574

August 4, 2020, 15:36 (GMT)
Fix T78932: fix linking reroute nodes of different type

Reviewers: mano-wii

Differential Revision: https://developer.blender.org/D8460
August 4, 2020, 15:14 (GMT)
Merge branch 'blender-v2.90-release'
August 4, 2020, 15:13 (GMT)
Fix buildbot macOS packaging error after recent changes
August 4, 2020, 15:11 (GMT)
Point Clouds: basic support for instancing objects on points

Same exact system as instancing on vertices for a mesh. More powerful ways
of instancing will be added at some later point, but this makes the basics
works and is consistent with other geometry types.
August 4, 2020, 14:57 (GMT)
Merge branch 'blender-v2.90-release'
August 4, 2020, 14:54 (GMT)
Fix buildbot packaging error after recent changes
August 4, 2020, 14:39 (GMT)
Merge branch 'blender-v2.90-release'
August 4, 2020, 14:10 (GMT)
Fix broken Alembic tests following motion blur commit

The tests were broken because of an extra call to
RNA_def_struct_name_property which set the name of the velocity
attribute to be the string used to identify CacheFiles in
bpy.data.cachefiles.
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, 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.
Revision f5919a7 by Julian Eisel
August 4, 2020, 13:05 (GMT)
Merge branch 'blender-v2.90-release'
Revision e1a10b5 by Julian Eisel
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.
Revision 5270462 by Julian Eisel
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, 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).
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021