Blender Git Commit Log

All Blender Git commits.

Page: 2489 / 8462

May 27, 2019, 10:58 (GMT)
Cleanup: DRW: Remove DRW_STATE_OFFSET
May 27, 2019, 10:58 (GMT)
Cleanup: Paint Overlays: Remove DRW_STATE_OFFSET_*
May 27, 2019, 10:58 (GMT)
Cleanup: EditMesh: Remove DRW_STATE_OFFSET_*
May 27, 2019, 10:40 (GMT)
Depsgraph: Fix condition inverted by mistake

Fixes T65165: Weights are not displayed in "Weight Paint" with modifiers
May 27, 2019, 10:35 (GMT)
Revert "Keymap: Drag in empty area to box select in animation editors"

This reverts commit ebf924e0b79b6ebea4401d0b0f2e59e2c103a66d. This is causing
the transform tool to start immediately which leads to lots of accidental
changes. We can bring this back when that issue is fixed.
May 27, 2019, 09:56 (GMT)
Fix T65181: image View as Render should not affect file saving
May 27, 2019, 09:50 (GMT)
Fix T65160: missing updates when setting origin on a collection instance

Reviewers: sergey, brecht

Maniphest Tasks: T65160

Differential Revision: https://developer.blender.org/D4953
May 27, 2019, 09:29 (GMT)
Mantaflow: Fix caching bug from master merge review
May 27, 2019, 09:29 (GMT)
Python API: Tag for update on object.update_from_editmode()

This call modifies geometry but does not inform anyone about
changes.

After this change it's possible to load edit mesh, then request
evaluated dependency graph and do some interesting things with
the updated object.

This is part of T63244: object.to_mesh ignores object.update_from_editmode
May 27, 2019, 09:27 (GMT)
Mantaflow: Cleanup Mantaflow source files

No need to have numpy bindings in Blender right now
May 27, 2019, 09:26 (GMT)
Mantaflow: Moved smoke dissolve function from Blender C code to internal Mantaflow code
May 27, 2019, 09:00 (GMT)
Depsgraph API: Allow preserving custom data layers

This commit extends dependency graph API with an argument which
denotes that all custom data layers are to be preserved. This
forces modifier stack re-evaluation with more inclusive mask.

Far from ideal, since this might fail in certain configurations
with indirectly used objects which might be missing layers needed
for the current object evaluation. But this is how it worked for
a long time, so should be good enough for until more sophisticated
solution is found.

In order to use this new behavior two things are to be passed:

- Pass keep_all_data_layers=True
- Pass a valid dependency graph.

The dependency graph is only needed if keep_all_data_layers=True
and is NOT to be passed if keep_all_data_layers=False.

If keep_all_data_layers=True the dependency graph MUST be passed.

Reviewers: mont29, brecht

Reviewed By: mont29

Maniphest Tasks: T64994, T64794

Differential Revision: https://developer.blender.org/D4940
May 27, 2019, 08:55 (GMT)
Industry Compat keymap: Fix armature extrude

MMB wasn't working to extrude freely for Armature extrude

Also fix an issue with moving down the hierarchy in Pose Mode
May 27, 2019, 08:42 (GMT)
Depsgraph: Use threading guard in context.evaluated_depsgraph_get

This is a part of T65174.
May 27, 2019, 08:14 (GMT)
Merge branch 'master' into greasepencil-object
May 27, 2019, 06:30 (GMT)
UI: use tool label instead of id-names for quick favorites
May 27, 2019, 05:33 (GMT)
Mitigate T64346: Quick Favorites items cant be removed

For now don't show missing quick favorite menu items which are missing.

Once menu editing is supported they could be displayed.
May 27, 2019, 04:00 (GMT)
Fix T65074: Crash on switching color

Make buttons to take active `Paint` from the context.

D4946 by @Gvgeo
May 26, 2019, 22:34 (GMT)
Revert "UI: Edit Menu Operator Polling"

This reverts part of commit b7eba20236ca6499a62a8ee2b0c852086bc46b8e. Polling
is causing issues in scripts, and the minor usability improvements are not worth
the extra work this may cause at this point in the release cycle.

Fixes T65149
May 26, 2019, 22:13 (GMT)
cmake/msvc: Repress MSVC template warning C4661

Draco emits about 60 of these, consulted with brecht before
repressing them.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021