Blender Git Commits

Blender Git "master" branch commits.

Page: 679 / 5574

Revision b3c3401 by Hans Goudey
July 15, 2020, 13:11 (GMT)
Cleanup: Replace 0 with False for boolean argument
July 15, 2020, 12:24 (GMT)
Clang-Tidy: ignore some newer checks

Those checks have been added to clang tidy within the last year.
They fail when I use a clang tidy version I built from source.

Reviewers: sergey

Differential Revision: https://developer.blender.org/D8302
July 15, 2020, 11:48 (GMT)
Fix T68845: Follow Active Quads, divide by zero error
July 15, 2020, 11:38 (GMT)
Fix T78930: Cycles OpenCL error on graphics cards that don't support half float
July 15, 2020, 11:10 (GMT)
Revert "Cleanup: simplify Weld Modifier logic"

This reverts commit 98b1a716d65f187a2499eba2475e4d456f8ed107.

That commit broke a few modifiers.py tests
(Screw+Weld and a weld merge threshold).

And some pairs may be lost in the first loop.
July 15, 2020, 10:53 (GMT)
Fix T76690: Incorrect liquid particle count displayed

Reviewers: sergey, sebbas

Differential Revision: https://developer.blender.org/D7852
July 15, 2020, 10:47 (GMT)
GPencil: Fix name typo error

July 15, 2020, 10:36 (GMT)
Add missing NULL assignment to D8293

Missed reseting "next_td" in that patch.
Shouldn't have caused any issues in practice, but it is nice to be
extra clear and safe in the code.
July 15, 2020, 10:29 (GMT)
Fix T78909: Curve-edit proportional connected-only broken

Now it calculates the actual distance when traveling along the curve.

I addition to this, it also now supports cyclic curves.

Reviewed By: Campbell

Differential Revision: https://developer.blender.org/D8293
July 15, 2020, 09:06 (GMT)
Fix signed/unsigned comparison
July 15, 2020, 09:01 (GMT)
LibOverride: rework 'make override' 3DView operator.

Removed the 'select main object to override' menu when overriding an
instanced collection, this was no more used anyway.

Added new behavior allowing to select which directly linked collection
to override when trying to override an inderctly linked object. This
allows to link collections without instancing them with an empty object,
select one of their objects, and call override operator.
July 15, 2020, 05:37 (GMT)
Cleanup: remove assignment from a NULL struct

Quiet ASAN 'member access within null pointer' warning.

While this doesn't crash, access to 'shading'
without checking if the 'v3d' would have.
July 15, 2020, 05:20 (GMT)
UI: Add manifold extrude to extrude menu
July 15, 2020, 03:11 (GMT)
Cleanup: spelling
July 15, 2020, 03:09 (GMT)
Revert "Cleanup: remove public unused function."

This reverts commit 03c8b048a166584a72ceff08432401cd7047648c.

This commit re-introduced T76837.

While there is a comment explaining why this function is needed,
the naming of the poll function does make this confusing.
The API could be changed to avoid confusion here.
July 14, 2020, 20:45 (GMT)
Fix T78875: Numerical display of delta of translation is not updating in 3d view
July 14, 2020, 20:21 (GMT)
Fluid: Fix liquid mesh scaling

Fixes issue with .bobj.gz and .obj mesh files not always being scaled correctly in the viewport.
July 14, 2020, 20:21 (GMT)
Fluid: Updated Mantaflow source files

New files include fixes for obj mesh import and minor cleanups.
July 14, 2020, 18:18 (GMT)
Cleanup: simplify Weld Modifier logic

The original code to rearrange the weld vertices map was confusing.

It traverses the overlap result multiple times within a loop.

This part of the code has therefore been rethought, simplified and commented.

This also results in a slight improvement in the performance of the modifier.
July 14, 2020, 16:11 (GMT)
Fix T77263: Mantaflow: Cache gets deleted at changing upres factor under Particles section.

Moved fluid simulation reset to separate functions based on type.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021