Blender Git Commits

Blender Git "master" branch commits.

Page: 831 / 5574

April 8, 2020, 19:58 (GMT)
Cleanup: clang-format
April 8, 2020, 18:50 (GMT)
Fix T75445: Filmic transform not working when using Turkish locale

This is a bug in OpenColorIO that we work around (see "Turkish I" problem),
a proper fix will be submitted upstream.
April 8, 2020, 17:03 (GMT)
GPencil: Small changes to brush defaults
April 8, 2020, 16:29 (GMT)
Fix T73552: Mantaflow - liquid particles show up in organized unrealistic structure

Issue was being caused by a particle offset which was random but the same for every particle.
April 8, 2020, 15:43 (GMT)
NewUndo: Fix (studio-reported) discrepency in proxies when undoing.

Took me an unreasonable amount of time to understand what was happening
here... Our beloved proxies, as usual, need some specific careful
handling.
April 8, 2020, 15:19 (GMT)
Tracking: Fix missing distortion update on focal length change
Revision 020d1e2 by Sebastián Barschkis
April 8, 2020, 14:26 (GMT)
Fluid: Fix issue with mesh not being loaded

Fixed an issue that was likely introduced in a past cleanup.
April 8, 2020, 12:44 (GMT)
Fix wrong material indicated in the error message when baking

The material displayed in the error message due to the lack of active
texture was that of the previous slot.
April 8, 2020, 12:09 (GMT)
Fix T74572: adaptive sampling still not working correct with shader AOVs
April 8, 2020, 12:03 (GMT)
Fix build error with WITH_X11_XINPUT=OFF after recent changes
April 8, 2020, 11:42 (GMT)
Fluid: Disable subframes when using adaptive time-steps in the first frame

First frame should only produce inflow once and not compute the emission for the frame before the first frame. Problem became evident in T74062.
April 8, 2020, 11:27 (GMT)
Fluid: Fix problem with inconsistent noise when using multiple adaptive time-steps

Problem was mentioned in T74062.
April 8, 2020, 11:25 (GMT)
Fluid: Update Mantaflow source files

Update includes new grid helper functions and some cleanups.
April 8, 2020, 11:20 (GMT)
Fluid: Manta clang-format update

Do not use sort-includes in Manta source files for now when applying clang-format. Too many conflicts.
April 8, 2020, 10:43 (GMT)
Fix manual reference error after removal of use_international_fonts
April 8, 2020, 10:25 (GMT)
Windows: support high resolution tablet pen events for Wintab

Together with Windows Ink support, this should fully resolve T70765.

Differential Revision: https://developer.blender.org/D6675
April 8, 2020, 10:25 (GMT)
Windows: support high resolution tablet pen events for Windows Ink

Rather than using the last state of the tablet, we now query the history of
pointer events so strokes can follow the pen even if Blender does not handle
events at the same rate.

Differential Revision: https://developer.blender.org/D6675
April 8, 2020, 10:25 (GMT)
Cleanup: minor refactoring of pointer event handling

Ref D6675
April 8, 2020, 10:25 (GMT)
Cleanup: add utility functions for milliseconds conversion

Ref D6675
April 8, 2020, 10:25 (GMT)
Cleanup: remove GHOST API to query tablet state from Window

It's not used by Blender anymore and it's unreliable since this state really
only makes sense associated with events in a particular order.

Ref D6675
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021