Blender Git Commit Log

All Blender Git commits.

Page: 1471 / 8462

July 14, 2020, 08:29 (GMT)
macOS: Fixed llvm build for arm64.
July 14, 2020, 08:26 (GMT)
GPencil: Cleanup Build modifier and fix potential div by zero errors
July 14, 2020, 06:04 (GMT)
Cleanup: sort header, cmake paths
July 14, 2020, 05:53 (GMT)
Fix T78883: New bezier curve points to uninitialized memory
July 14, 2020, 05:19 (GMT)
Cleanup: spelling
Revision b818f6b by Hans Goudey (master)
July 14, 2020, 00:10 (GMT)
Fix T78902: Only check main modifier panel for expansion property

Internally the "show_expanded" property stores the expansion for every
subpanel, but for RNA we should only check the first bit of the flag that
corresponds to the main panel.
Revision 0b24930 by Hans Goudey (master)
July 13, 2020, 21:16 (GMT)
UI: Add missing row in curve profile template
July 13, 2020, 20:58 (GMT)
LineArt: Cleanup format
July 13, 2020, 20:27 (GMT)
Merge branch 'master' into soc-2020-outliner
July 13, 2020, 20:02 (GMT)
Refactor: Keep mesh_from_raw_object in a class

The function is moved to a class for a self-contained mesh operation.
BMesh operations will not be required without a mesh first, so they
should be kept in a Mesh operation class.

Remove unused variable: bmain

Keep classes ordered as per Style Guide.

Pass object_name to add_object_to_parent since only that is required.
July 13, 2020, 19:10 (GMT)
Cleanup: remove unnecessary member

`Kfv-> sco` was being treated as a local variable, and can be
confusing since this value is not updated when navigating the viewport.
July 13, 2020, 18:39 (GMT)
Merge branch 'master' into soc-2020-testing-frameworks
July 13, 2020, 18:36 (GMT)
Post Review: Added DeformModifierTest class to run Deform Tests by name, added run test by name for Modifers and Operators, removed deform flag, modifier is applied separately
July 13, 2020, 18:29 (GMT)
Fix: Fix build error with MSVC in BLI_span_test

span.size() returns an uint, causing a signed/unsigned comparison
using 3u sidesteps the issue
July 13, 2020, 17:38 (GMT)
Fix T78881: Cycles OpenImageDenoise not using albedo and normal correctly

Properly normalize buffers now. Also expose option to not use albedo and normal
just like OptiX.
July 13, 2020, 16:32 (GMT)
Merge branch 'master' into soc-2020-fluid-tools
July 13, 2020, 15:53 (GMT)
Sculpt: Add extra deform types to Smear

The smear brush was using the stroke direction to slide colors across
the mesh surface (this is called drag in other sculpt tools). Similarly,
other deformations can be included. The most common ones in image
editing are pinch and expand, which can be used to sharpen transitions
between colors.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8270
July 13, 2020, 15:52 (GMT)
Fix wrong variable name in Sculpt Vertex Colors experimental check

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8269
July 13, 2020, 15:51 (GMT)
Sculpt: Enable color palettes for sculpt vertex colors

Enables the color palette subpanel for brushes that have color
capabilities (only the paint brush for now)

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8268
July 13, 2020, 15:43 (GMT)
IDTemplate: Minor tweak to 'make local/override' code.

Only update pointer of the template if we actually changed it...
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021