Blender Git Commit Log

All Blender Git commits.

Page: 543 / 8462

June 19, 2021, 09:09 (GMT)
Add snap to hold offset
June 19, 2021, 08:55 (GMT)
Update copyright
June 19, 2021, 08:52 (GMT)
Update rebased on master, arc pulled some very weird base, and I didn't notice
June 19, 2021, 08:48 (GMT)
Merge branch 'master' into greasepencil-object
June 19, 2021, 08:42 (GMT)
Cleanup: clang-tidy
June 19, 2021, 08:00 (GMT)
Merge changes from development branches.
June 19, 2021, 07:56 (GMT)
Merge branch 'master' into subdivision_work
June 19, 2021, 04:03 (GMT)
Fix T83930 and Fix T84659: Walk navigation tablet bugs.

Fixes T83930, allowing walk navigation to continue without jumping back
after repositiong pen.

Fixes T84659, allow walk navigation to start (for Windows Ink) from
keyboard shortcut when pen is in use.
June 19, 2021, 03:57 (GMT)
Windows high frequency Wintab input.

Use Wintab supplied mouse movement once verified against system input,
checked by comparing Win32 and Wintab button down event positions.

Dynamically unload Wintab if Tablet API is WinPointer (Windows Ink),
load Wintab otherwise.

When Tablet API is Automatic, dynamically switch between Wintab and
WinPointer based on number of Wintab devices present. Previous
behavior was to use Wintab if wintab.dll was present on system.

Allow system handling of system cursor movement during WinPointer
events by leaving WM_POINTERUPDATE events unhandled.
June 19, 2021, 03:07 (GMT)
VSE: Remove seq->tmp usage

Remove `seq->tmp` usage from transform code. It was used to tag strips
that need to be "shuffled". Pass these strips in `SeqCollection`
instead.

Reviewed By: sergey, mano-wii

Differential Revision: https://developer.blender.org/D11631
June 18, 2021, 23:48 (GMT)
Refactor USDStageReader::create_reader() logic.

Simplified conditionals with early returns.
June 18, 2021, 21:51 (GMT)
USD importer compile error fix.
June 18, 2021, 21:41 (GMT)
USD importer naming convention fix.

Removed underscore prefix from static function name, as such
prefixes aren't used anywhere else in the USD I/O code.
Revision f9aea19 by Hans Goudey (master)
June 18, 2021, 21:33 (GMT)
Spreadsheet Editor: Row Filters

This patch adds support for filtering rows based on rules and values.
Filters will work for any attribute data source, they are a property
of the spreadsheet rather than of the attribute system. The properties
displayed in the row filter can depend on data type of the currently
visible column with that name. If the name is no longer visible, the
row filter filter is grayed out, but it will remember the value until
a column with its name is visible again.

Note: The comments in `screen.c` combined with tagging the sidebar
for redraw after the main region point to a lack of understanding
or technical debt, that is a point to improve in the future.

**Future Improvements**
* T89272: A search menu for visible columns when adding a new filter.
* T89273: Possibly a "Range" operation.

Differential Revision: https://developer.blender.org/D10959
June 18, 2021, 21:32 (GMT)
Refactor USDStageReader pruning functions.

Added USDStageReader member functions for pruning
by visibility and purpose, to replace existing static
versions of these functions. This simplifies the code
as the member functions take fewer parameters.
June 18, 2021, 21:13 (GMT)
USD Importer code cleanup.

Removed unneeded print statement. Calling empty() to
check for empty string.
June 18, 2021, 20:01 (GMT)
Twist Brush: Initial working version
June 18, 2021, 19:44 (GMT)
Twitst Brush: initial commit
June 18, 2021, 19:24 (GMT)
Merge branch 'master' into sculpt-dev
June 18, 2021, 19:14 (GMT)
generalized material offset for solidify_modifier
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021