Blender Git Commit Log

All Blender Git commits.

Page: 1365 / 8462

August 13, 2020, 17:42 (GMT)
Deps_builder: Update openvdb to a dynamic library

This patch changes openvdb from a static to a dynamic library.
this is in preparation for enabling pyopenvdb at some point
in the future.

Differential Revision: https://developer.blender.org/D8282

Reviewed by: brecht
August 13, 2020, 17:40 (GMT)
Revert "Outliner: Remove outliner parent object selection"

This reverts commit cebafc9854f61b3776524ea9d7586b03afc8af2f.

While this solution does work, it's not perfect and occasionally breaks,
leaving the outliner in a half-synced state.
August 13, 2020, 17:37 (GMT)
Fix: Outliner mode column preventing element expansion

Elements in modes other than Scenes or View Layer could not be expanded
when the mode column was enabled. Just an oversight on the selection
pass through.
August 13, 2020, 16:20 (GMT)
Merge branch 'master' into soc-2020-outliner
Revision aabbb51 by Hans Goudey (master)
August 13, 2020, 16:13 (GMT)
UI: Use consistent geometry icon color

The grease pencil weight sculpt icon was using a slightly different
shade of blue than the other icons.
Revision 0664194 by Hans Goudey (master)
August 13, 2020, 16:09 (GMT)
UI: Simplify more geometry icons

Again, no visual changes, just removed internal vertices where they
were unecessary.
August 13, 2020, 15:53 (GMT)
Fix T78065: OSL shader compilation fails on macOS
August 13, 2020, 15:48 (GMT)
Merge branch 'blender-v2.90-release' into master
August 13, 2020, 15:41 (GMT)
Fix T79591: Liboverride: do not update overrides on missing linked data.

It makes no sense to generate/update overrides from missing (broken
linked) reference data, just keep existing ones unchanged then.
August 13, 2020, 15:39 (GMT)
linear solver animatable
August 13, 2020, 15:39 (GMT)
Use const; move constructors to implementation file.
August 13, 2020, 15:38 (GMT)
Revert "Report filtering: use enum instead of separate bool properties"

This reverts commit 983bcc66 but preserves more error types
August 13, 2020, 15:21 (GMT)
macos warnings
August 13, 2020, 15:10 (GMT)
LineArt: Linked files now support collection-in-collection type of linking.
August 13, 2020, 15:06 (GMT)
using legacy as default to pass unit test
August 13, 2020, 14:58 (GMT)
Merge branch 'blender-v2.90-release' into soc-2020-production-ready-light-tree-2
August 13, 2020, 14:57 (GMT)
Merge branch 'master' into greasepencil-edit-curve
August 13, 2020, 14:57 (GMT)
Merge branch 'master' into greasepencil-object
August 13, 2020, 14:44 (GMT)
Cleanup: support syntax highlighting directly in TextViewContext (console and info editor)

- remove TextLine from callbacks in favor of simple types
- separate textview_draw_string into dry run version (only for calculating height)
- add custom TextViewContextLine (cast compatible with TextLine)
Revision 53683de by Hans Goudey (master)
August 13, 2020, 14:30 (GMT)
UI: Simplify geometry icons

Many of the icons had lots of interior geometry left over from
subdivision. In these cases we should remove the interior geometry
and leave the object with the modifier for the future.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021