Blender Git Commits

Blender Git commits from all branches.

Page: 310 / 2888

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 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.
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
June 18, 2021, 18:54 (GMT)
Slightly refactor default value array retrieval (keep manual parsing for better error messages)
June 18, 2021, 18:39 (GMT)
Cleanup: Refactor to pass around fewer values between functions
June 18, 2021, 18:29 (GMT)
Refactor USDStageReader::create_reader().

Added USDStageReader::create_reader() and
USDStageReader::create_reader_if_allowed() member
functions, to replace the static implementations of
these functions. This reduces the number of required
arguments when calling these functions and clarifies
the intent through more descriptive naming.
June 18, 2021, 18:04 (GMT)
Passing tests with a new version of argument parsing
June 18, 2021, 18:03 (GMT)
Fix bug with writing ID type UI data
June 18, 2021, 17:43 (GMT)
Fixed bug where the mouse stops tracking handles
June 18, 2021, 16:35 (GMT)
Remove USDStageReader::clear_readers() parameter.

Removed unused decref parameter.
June 18, 2021, 16:11 (GMT)
Rename USDReaderStage::handle_prim().

Renamed to USDReaderStage::collect_readers(), as
it's more descriptive.
June 18, 2021, 15:28 (GMT)
Merge branch 'master' into refactor-idprop-ui-data
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021