Blender Git Commit Log

All Blender Git commits.

Page: 1953 / 8462

January 9, 2020, 06:01 (GMT)
Fix multiple UV gizmos being linked at once

This happened when reloading the file after using different gizmos.
January 9, 2020, 05:42 (GMT)
Gizmo: use pivot center for UV gizmos
January 9, 2020, 01:45 (GMT)
Gizmo: improve 2D arrow select detection

Fixes issue where UV transform circle was being masked by the arrows.
January 9, 2020, 00:15 (GMT)
Fluid: Fix broken motion blur for liquids

Added missing resize for vector that holds vert velocities
January 9, 2020, 00:07 (GMT)
Fix T72900: Mouse-move causes redraw when gizmos are hidden

Move redraw tagging to the gesture modal operator
to make sure this only runs when it's needed.

Caused by d591c8a350310, which tagged the region to redraw when the
gizmos were tagged to refresh, however they wont redraw when hidden.
Thanks to @jbakker for finding the root cause.
January 8, 2020, 23:36 (GMT)
Cleanup: centralize WM_gesture_end call

Prepare for adding extra logic on free (next).
January 8, 2020, 21:50 (GMT)
Merge branch 'greasepencil-object' into greasepencil-refactor
January 8, 2020, 21:47 (GMT)
Merge branch 'master' into greasepencil-object
January 8, 2020, 21:46 (GMT)
Fix T72976: CRASH When Selecting Camera
January 8, 2020, 20:14 (GMT)
Industry Compat keymap: Fix gizmos stealing the Alt-key when navigating the viewport
January 8, 2020, 19:37 (GMT)
Revert recent change to the particles RNA, and only affect the UI.

Even though the name change is more correct, we don't want to change the API at this time.
January 8, 2020, 18:22 (GMT)
GPencil: Continue loop if active frame is NULL
January 8, 2020, 18:17 (GMT)
GPencil: Tag datablock when init stroke
January 8, 2020, 17:51 (GMT)
Codesogn: Don't capitalize single word

Makes it compatible with Blender's BundleID.
January 8, 2020, 17:06 (GMT)
GPencil: Refactor: Remove last occurence of stl->storage
January 8, 2020, 16:41 (GMT)
GPencil: Cleanup compiler warnings
January 8, 2020, 16:35 (GMT)
Cleanup: Add const
January 8, 2020, 16:30 (GMT)
GPencil: Remove unused parameter
January 8, 2020, 16:23 (GMT)
Fix T66529: Cycles motion blur render errors with fast rotating objects

In transform_motion_decompose, successive quaternion pairs are checked to be
aligned such that their interpolation is rotation through the shortest angle
between them. If not, the first in the pair was flipped. This can cause
problems for sequences of more than 2 quarternions, since flipping the first
in a pair might misalign the previously pair, if unlucky.

Instead, this change flips the second in the pair, which is safe when
iterating forwards.

Differential Revision: https://developer.blender.org/D6537
January 8, 2020, 16:21 (GMT)
Fix build error in tests on Clang / macOS
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021