Revision 56116bb by Bastien Montagne 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. |
Revision ae863f3 by Sergey Sharybin 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. |
Revision 0f07848 by Sergey Sharybin February 10, 2020, 11:48 (GMT) |
Tracking: Cleanup, more clear variable name |
Revision a605775 by Sergey Sharybin 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. |
Revision 379ee3e by Bastien Montagne February 10, 2020, 11:38 (GMT) |
PY API doc generation: Add option for multi-tasking sphinx. |
Revision 14d1dc5 by Germano Cavalcante 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 |
Revision 795c4a3 by Antonio Vazquez February 10, 2020, 10:56 (GMT) |
GPencil: Fix unreported missing annotation popover menu This was introduced when annotations was splited. |
Revision 956fd64 by Sergey Sharybin 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. |
Revision 39b3327 by William Reynish February 10, 2020, 10:04 (GMT) |
Fix: Missed this line in last commit |
Revision 6a841ac by William Reynish 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 |
Revision dbf4875 by Philipp Oeser 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) |
Revision cdfaddb by Campbell Barton February 9, 2020, 23:33 (GMT) |
Cleanup: spelling |
Revision 068f4e4 by Campbell Barton February 9, 2020, 23:15 (GMT) |
Cleanup: sort file, struct lists |
Revision 8a9c4bd by Campbell Barton February 9, 2020, 23:07 (GMT) |
Cleanup: keymap formatting, unused arg |
Revision 5314161 by Richard Antalik 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 |
Revision f780057 by Sebastián Barschkis February 9, 2020, 16:27 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 5e30bd4 by Sebastián Barschkis 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. |
Revision a048354 by Sebastián Barschkis 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. |
Revision 86e24ea by Sebastián Barschkis 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). |
|