Blender Git Commits

Blender Git "master" branch commits.

Page: 913 / 5574

February 10, 2020, 12:00 (GMT)
Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.

Note that `BKE_library.h`/`library.c` were renamed to
`BKE_lib_id.h`/`lib_id.c` to avoid having a too generic name here.

Part of T72604.
February 10, 2020, 11:48 (GMT)
Tracking: Clarify calculation of camera matrix for object solver

It might be confusing why matrix is constructed from scratch rather
than using already calculated one.
February 10, 2020, 11:48 (GMT)
Tracking: Cleanup, more clear variable name
February 10, 2020, 11:48 (GMT)
Tracking: Fix usage PLACEHOLDER function

Don't use BKE_view_layer_context_active_PLACEHOLDER which is marked
as "never use this".

In fact, it isn't needed to lookup for camera in the tracking function
at all: camera object is always explicitly passed to it.
February 10, 2020, 11:38 (GMT)
PY API doc generation: Add option for multi-tasking sphinx.
February 10, 2020, 11:18 (GMT)
Fix T61138: Difficulty in aligning handles of Stroke of type Curve

The user has preference to select the center point for alignment.
But in this case, it was not available for selection.

Also prioritizes selection of the middle point over the handles.

Reviewed By: #user_interface, brecht

Differential Revision: https://developer.blender.org/D6780
February 10, 2020, 10:56 (GMT)
GPencil: Fix unreported missing annotation popover menu

This was introduced when annotations was splited.
February 10, 2020, 10:22 (GMT)
Cycles: Fix linking error of new avxf unit tests

Was happening on macOS. The reason of this is because OpenImageIO
depends on boost, so it is to be passed to the linker after the
OpenImageIO libraries.
February 10, 2020, 10:04 (GMT)
Fix: Missed this line in last commit
February 10, 2020, 09:53 (GMT)
UI: Bone Custom Shape layout

The layout was somewhat poor - hard to see what relates to the custom object, and also weirdly we show the Wireframe toggle above the Custom Object control, even though it can only be active if a bone has a custom object set.

Instead, I grouped everything in a Custom Shape sub-panel and used greying out.

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

Reviewed by Brecht van Lommel
February 10, 2020, 09:31 (GMT)
Fix T73681: Python exception adding Empty objects via `object_data_add`
with "Enter Edit Mode" enabled

It is valild to add Empties this way, but we cannot enter editmode on
those.
February 10, 2020, 06:04 (GMT)
Fix T73696: Text editor scroll glitch

Scrolling a short text buffer could show the cursor offset.
February 9, 2020, 23:33 (GMT)
Cleanup: spelling
February 9, 2020, 23:15 (GMT)
Cleanup: sort file, struct lists
February 9, 2020, 23:07 (GMT)
Cleanup: keymap formatting, unused arg
February 9, 2020, 16:59 (GMT)
VSE: Add option to select handles with box selection

Patch adds an "Handle" option to the `SEQUENCER_OT_box_select` operator,
that allows to select the handles instead of whole strips.
Feature is mapped to Alt key modifier

A difference from the proposed design in T70730 is that covering the entire strip with the box actually selects both handles.

Reviewed By: iss

Differential Revision: https://developer.blender.org/D6372
February 9, 2020, 16:27 (GMT)
Merge branch 'blender-v2.82-release'
February 9, 2020, 16:25 (GMT)
Fluid: Optimization for fluid domain obstacle boundary handling

This fix should especially improve liquid obstacles boundaries, i.e. help with the problem of particles sticking to the surface.
February 9, 2020, 16:17 (GMT)
Fluid: Fixed file formats for script exporter

File formats in the exported scripts were using hardcoded file extensions and not the ones specified in the UI.
February 9, 2020, 16:15 (GMT)
Fluid: Fixes for fluid guiding

Fluid guiding functionality was broken in the bake / read cache loop in fluid.c. Committing this to the release branch as otherwise fluid guiding would not have worked as expected (i.e. not at all).
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021