Blender Git Commit Log

All Blender Git commits.

Page: 1206 / 8462

October 16, 2020, 09:51 (GMT)
Correct last commit
October 16, 2020, 09:29 (GMT)
PyDoc: update to account for new context member
October 16, 2020, 08:59 (GMT)
Cleanup: remove debug printf()

No functional changes.
Revision c5bdbc3 by Sybren A. Stüvel (master)
October 16, 2020, 08:21 (GMT)
Fix T62463: unable to select anim channel for unselected node

Remove the code that synchronises selection state of shader node animation
channels. This code is only used in a few cases where selection of these
animation channels is changed, and then potentially does the wrong thing
and disallows selection of animation channels altogether.

This removal is meant to be a temporary situation, to unblock animation
channel selection. See T74159 for the overall effort to improve selection
sync.
October 16, 2020, 08:17 (GMT)
Cleanup: Animation, remove unused parameters

No functional changes.
Revision bb872b2 by Ankit Meel (master)
October 16, 2020, 08:11 (GMT)
CMake/macOS: Search for headers in Frameworks last.

https://devtalk.blender.org/t/libpng-version-mismatch/15799/

By default, `CMAKE_FIND_FRAMEWORK` is `FIRST`.

CMake searches headers and libraries separately. So library is found
in LIBDIR, and headers like those in Mono are detected before the
headers in LIBDIR, and we get a version mismatch.

So set the priority of Frameworks to `LAST`.

https://gitlab.kitware.com/cmake/cmake/-/issues/18921
https://gitlab.kitware.com/cmake/cmake/-/issues/16427

{rBbac91956ae97} tried to fix the same issue, but it didn't work.
It's fine to keep the changes made there, just removing the comment
that may give false sense of security.
Revision 3ffe65a by Ankit Meel (master)
October 16, 2020, 08:11 (GMT)
CMake/macOS: Restore TIFF's optional status.

{rB1f6b7387ad01}
October 16, 2020, 05:34 (GMT)
PyAPI: unregister add-ons when exiting

This lets add-on authors avoid false positive leaks when exiting.
In particular GPUShaders's although it applies to any PyObject that
stores memory allocated by guarded-alloc.

While this does add overhead on exit, on my system it's
under 1/100th of a second with all addons enabled.

See: T71362
October 16, 2020, 05:20 (GMT)
Fix syntax error in IC-Keymap

Regression in e936f042589eeb4c64a9b0df7cfd3b70ef49af22
October 16, 2020, 04:56 (GMT)
RNA: support building WITH_PYTHON=OFF
October 16, 2020, 03:06 (GMT)
Cleanup: remove f-string use
October 16, 2020, 03:00 (GMT)
Cleanup: assign variables for re-used context members
October 16, 2020, 00:46 (GMT)
Cleanup: spelling
October 15, 2020, 23:44 (GMT)
Format fixes.
October 15, 2020, 23:19 (GMT)
USD importer: fixed scene scaling.
October 15, 2020, 23:14 (GMT)
Windows: Fix build issue on windows

TBB includes Windows.h which defines a min/max macro
leading to issues when you want to use std::min and
std::max.

This change prevents Windows.h from defining them
sidestepping the issue.
October 15, 2020, 22:08 (GMT)
USD importer xform bug fix.

Fixed matrix multiplication order when computing
local transform for merged objects.
October 15, 2020, 21:02 (GMT)
Fix build error with clean builds

Needed after d1b3439b80fd6e. Think the error only happened with fresh builds,
where dna_type_offsets.h didn't already exist.

We have to do the same in other places too, see 8594cdb45684.
October 15, 2020, 19:31 (GMT)
Outliner: Use operator option to decide which item to rename

The `outliner.item_rename` operator needs to decide if it should rename the
active or the hovered item. Previously it checked if the event is a press
event, which is a hacky way of doing this and limit how the operator can be
used in the keymap.
Now use a operator option to let this be controlled on the keymap level.

Doesn't change any default behavior.
Revision 0a66436 by Wayde Moss (master)
October 15, 2020, 18:55 (GMT)
Fix T76597: Support Keyframe: Copy To Selected

Reviewed By: Sybren, Luciano Mu�oz Sessarego

Differential Revision: https://developer.blender.org/D7783
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021