Blender Git Commit Log

All Blender Git commits.

Page: 945 / 8462

February 5, 2021, 11:34 (GMT)
Cleanup: use 'r_' prefix for return arguments, order last
February 5, 2021, 11:33 (GMT)
Cleanup: outdated/unhelpful comments
February 5, 2021, 10:28 (GMT)
Fix missing preview images for actions when browsing in external files

When reading the preview images of external .blend files, action data-blocks
were not handled.
Preview support for actions was added in 2397ccc583af.
February 5, 2021, 10:04 (GMT)
Cleanup: Modernize type definition in Alembic

Use newer `using` semantic for type definition.
Solves modernize-use-using Clang-Tidy warning.
February 5, 2021, 09:58 (GMT)
Fix integer types in ImBuf leading to warnings

Replace `long long` with an explicit `int64_t`. This is also what is
used in the FFmpeg headers.

Fixes clang diagnostics warning about wrong format used in the log.

Should be no functional changes.
February 5, 2021, 09:40 (GMT)
Fix T82973: Strips overlap after transforming

When transforming multiple strips to limits of sequencer timeline they get
squashed into one channel.

Store selection minimum and maximum channel in TransSeq and limit
transformation so no strip can be transformed beyond timeline boundary.

Reviewed By: Sergey, mano-wii

Differential Revision: https://developer.blender.org/D10013
February 5, 2021, 08:41 (GMT)
install_deps: Add libharu.

Old lib available as packages everywhere, easy. ;)
February 5, 2021, 06:04 (GMT)
Cleanup: rename USER_ZOOM_{CONT->CONTINUE} improve comments

USER_ZOOM_CONT only had comments saying this was 'oldstyle',
remove these comments, add brief explanations of the zoom style
in the enum.
February 5, 2021, 05:44 (GMT)
Keymap: use Shift-Tab to cycle backwards over edit-buttons

All modifiers were being checked, a hang-over from 2.4x
where this checked the modifier flag was non-zero.
February 5, 2021, 05:30 (GMT)
Cleanup: correct spelling in code
February 5, 2021, 05:23 (GMT)
Cleanup: correct spelling in comments
February 5, 2021, 03:26 (GMT)
Add comments
February 5, 2021, 03:20 (GMT)
Remove debugging code
February 5, 2021, 03:18 (GMT)
Geometry Nodes: Point distribute support for instances

This completes the work to implement instancing on instances.
The density attribute works, and attributes are interpolated to the
output like before.

The code is much more complicated than before, and harder to understand.
Some cleanup is likely possible to help, but to an extent it is unavoidable.
February 4, 2021, 22:45 (GMT)
Cleanup: replace inline loops with RNA_enum_from_identifier
February 4, 2021, 22:45 (GMT)
Cleanup: cmake indentation, white-space
February 4, 2021, 21:23 (GMT)
USD importer stage traversal options.

Added new stage traversal options to filter prim import
based on purpose (guide, proxy and render) and whether
to traverse instances with instance proxies. Also modified
the stage traversal logic to avoid a small memory leak due to
creating a reader for the pseudo root which is never used or
deleted.
February 4, 2021, 21:03 (GMT)
Cleanup/refactor: Undosys: Get rid of the magic values for undo direction.

Move `eUndoStepDir` to `BKE_undo_system.h` and use its values
everywhere.

Note that this also introduce the `STEP_INVALID` value in that enum.

Finally, kept the matching struct members in some lower-level readfile
code as an `int` to avoid having to include `BKE_undo_system.h` in a lot
of unrelated files.
February 4, 2021, 18:23 (GMT)
LibOverride: Improve/Fix issues in override resync process.

When we have a local override, its linked reference may not be detected
as needing to be overridden anymore.

In that case, if there is no actual override defined by the user, assume
that we can get rid of this local override as part of the resync
process, and use the linked data directly instead.
February 4, 2021, 18:06 (GMT)
Merge branch 'master' into sculpt-dev
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021