Blender Git Commits

Blender Git "master" branch commits.

Page: 681 / 5574

July 14, 2020, 05:19 (GMT)
Cleanup: spelling
Revision b818f6b by Hans Goudey
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
July 13, 2020, 21:16 (GMT)
UI: Add missing row in curve profile template
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: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, 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...
July 13, 2020, 15:03 (GMT)
Fix (unreported) bad handling of undo for some IDTemplates operations.
Revision 91e67c7 by Jacques Lucke
July 13, 2020, 14:55 (GMT)
Cleanup: remove some incorrectly placed consts

Clang-tidy reported that those parameters could be const,
but that is not true on windows.
July 13, 2020, 14:45 (GMT)
LibOverride: Cleanup: Remove option to disable library overrides.

Code is mature enough now to not need this anymore, people who do not
want to use liboverrides can just not create them.
July 13, 2020, 14:40 (GMT)
Cleanup: silence warnings
July 13, 2020, 14:38 (GMT)
MSVC: Fix build error with the 8.1 SDK

shobjidl_core.h only exists in the windows 10 SDK in the 8.1
SDK ShObjIdl.h will have the definitions we need, which still
exists in the 10 SDK and implicitly includes shobjidl_core.h.

so ShObjIdl.h will work on both SDK versions.
July 13, 2020, 14:32 (GMT)
EEVEE: Fix sky zenith bug

Careless use of acos() in spherical coordinates transformation was
deteriorating the precision near zenith (and nadir) and producing
glitchy pixels (best seen in longer focal lengths).

Reviewed By: fclem

Differential Revision: https://developer.blender.org/D8266
July 13, 2020, 14:17 (GMT)
Fix T78037: fresh install of blender 2.83.0 not able to save user startup file.

Simply remove that check ob userdef's themes, we are never read any
userdef from startup file anymore, so this check makes no more sense.

To be backported to 2.83.
July 13, 2020, 14:15 (GMT)
Fix T76687: [Mantaflow] low domain transformation performance

Implemented G.moving suggestion from comments.
July 13, 2020, 13:54 (GMT)
Build: make update support for git tags

Previously it only picked the appropriate version with the
blender-vX.XX-release branches.
July 13, 2020, 13:26 (GMT)
Python API: new RNA property `Screen.is_scrubbing`

This commit adds a new read-only boolean property `Screen.is_scrubbing`.

The related property `Screen.is_animation_playing` is set to `True` in
two situations:

- Animation is actually playing (for example via the Play button in the
timeline)
- The user is scrubbing through time (in the timeline, dopesheet, graph
editor, etc.)

To distinguish between these two cases, the property
`Screen.is_scrubbing` has been added.

Concept approved by @brecht.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021