Blender Git Commits

Blender Git "master" branch commits.

Page: 305 / 5574

Revision 458cbcb by Hans Goudey
April 19, 2021, 16:12 (GMT)
Merge branch 'blender-v2.93-release'
Revision 6f761c7 by Hans Goudey
April 19, 2021, 16:11 (GMT)
Fix T87392: Copy modifier to selected does not do anything

This was caused by a stupid copy & paste error in rB9f323e9bf79fbf4157a.
April 19, 2021, 15:44 (GMT)
GPencil: Add Layer Mask ordering buttons

Now the list of masks can be ordered as is done in Layers.

This can be used to organize list and in the future refquired for new masking options.
April 19, 2021, 15:12 (GMT)
GPencil: Rename `Draw" mode to `Draw Mode`

April 19, 2021, 14:25 (GMT)
Revision 4402c23 by Campbell Barton
April 19, 2021, 14:14 (GMT)
Cleanup: use 'wmOperator.ptr' in draw functions

Draw functions used RNA_pointer_create to create the pointer,
however this already exists in the operator.
April 19, 2021, 13:58 (GMT)
GPencil: Add multiframe support to Reproject operator

Before only active frame was supported

Related to T87425
April 19, 2021, 13:56 (GMT)
Cleanup: spelling
April 19, 2021, 13:54 (GMT)
Merge branch 'blender-v2.93-release'
April 19, 2021, 13:52 (GMT)
Fix creating operator properties without an owner_id

Any dynamic enum access would not use the callback.
Always set the owner_id to avoid this causing problems.

Oversight in 919558854d624f5db40acfa9f5674ac8c94873b6
April 19, 2021, 12:41 (GMT)
Fix T86530: crash with Cycles OSL on Arm64

Bug in OSL itself, fix is submitted upstream.
Revision eb06ccc by Falk David
April 19, 2021, 10:20 (GMT)
Fix T87448: Avoid uiBut update if value was same

Previously, clicking into a number field, changing nothing and then
clicking outside the field again would trigger an update (RNA prop
would be set to the same value again). This could potentially cause
an expensive operation (like a modifer) to run again, even if all the
parameters were identical.

The fix prevents this by treating unchanging values in the field as a
cancel operation.

Reviewed By: Severin

Maniphest Tasks: T87448

Differential Revision: https://developer.blender.org/D10976
April 19, 2021, 10:12 (GMT)
Fix incorrect compositor denoise node message about SSE on macOS Arm

Ref T78710
April 19, 2021, 08:38 (GMT)
Geometry Nodes: new Switch node

This is a first iteration of a switch node. It can only switch between
two inputs values based on a boolean. A more sophisticated switch
node that has an integer selector will probably come later.

Currently, the geometry nodes evaluator does not support lazy evaluation
of individual inputs. Therefore, all inputs will be computed currently.
An improvement to the evaluator will be worked on separately.

Ref: T85374

Differential Revision: https://developer.blender.org/D10460
April 19, 2021, 07:36 (GMT)
Merge branch 'blender-v2.93-release'
April 19, 2021, 07:36 (GMT)
Merge branch 'blender-v2.93-release'
April 19, 2021, 07:36 (GMT)
Merge branch 'blender-v2.93-release'
April 19, 2021, 07:36 (GMT)
Merge branch 'blender-v2.93-release'
April 19, 2021, 07:18 (GMT)
Fix drag event leaving the gizmo not under the cursor highlighted

Prevent drag events from changing the highlighted gizmo
unless the drag event activates the gizmo.

This resolves a glitch where testing a drag event would highlight
at the point the drag was initiated even when the event was not handled.
April 19, 2021, 07:18 (GMT)
Cleanup: re-order gizmo handling checks

Non-functional change in preparation for fix.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021